Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-3069

FIWARE.Request.Tech.Cloud.CloudPortal.Issuesauthentication

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      Hello again!
      After 2 weeks I still have the same issues with my FI-ware app.
      Is it possible that the migration still has to be completed or is it more
      likely that I have my internal issues?

      Thanks,
      Andrea Orler

      Il giorno ven 8 mag 2015 alle ore 17:09 Andrea Orler <andrea.orler@gmail.com>
      ha scritto:

      > Thank you for the quick answer, Sàndor!
      > I got an email saying that everything was up and working, so I thought I
      > had some other problem.
      >
      > Thank you again, I appreciated!
      >
      > Andrea
      >
      > Il giorno ven 8 mag 2015 alle ore 15:26 Sándor Laki <
      > laki.sandor@wigner.mta.hu> ha scritto:
      >
      >> Dear Andrea,
      >>
      >> The migration to the new identity management component has not finished
      >> yet. Our colleagues are working on solving the issue. Please try it later
      >> this evening or tomorrow. If the problem is still there, please do not
      >> hesitate to contact us.
      >>
      >> Sorry for your inconvenience!
      >> Best regards,
      >> Sandor
      >>
      >>
      >> 2015.05.08. 14:59 keltezéssel, Andrea Orler írta:
      >>
      >> Hello!
      >>
      >> In the last few days I'm experiencing some issues with the authentication
      >> to FI-ware cloud through the APIs.
      >>
      >> I am developing a simple application based on FI-ware object storage
      >> service and it all worked (with some annoying interruption of service
      >> sometimes) until few days ago, after the last update of the Identity
      >> Manager.
      >>
      >> I changed my password today, as you requested, but I still have problems
      >> with the authentication through APIs (not via the Cloud Portal, though).
      >>
      >> I can get the token, I can get the tenant, but when requesting for the
      >> "authentication json" to http://cloud.lab.fi-ware.org:4730/v2.0/tokens,
      >> I get a 401 unauthorized status.
      >>
      >> Can you kindly tell me you something changed with the authentication or
      >> if I'm doing something wrong?
      >>
      >> Thank you very much,
      >> Andrea Orler
      >>
      >>
      >>
      >> _______________________________________________
      >> Fiware-lab-help mailing listFiware-lab-help@lists.fi-ware.orghttps://lists.fi-ware.org/listinfo/fiware-lab-help
      >>
      >>
      >>
      >> –
      >> Sándor Laki
      >> EU FP7 FI-PPP XIFI project,
      >> Wigner Research Centre for Physics,
      >> Hungarian Academy of Sciences
      >> Konkoly Thege Miklós út 29-33.
      >> H-1121, Budapest, Hungary
      >> Cell: +36 70 374 2646
      >> Skype: sandor.laki
      >>
      >> XIFI: https://fi-xifi.eu/home.html
      >> FI-PPP: http://www.fi-ppp.eu/
      >>
      >>

      _______________________________________________
      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fi-ware.org
      https://lists.fi-ware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: Andrea Orler <andrea.orler@gmail.com>]

      1. authentication.py
        2 kB
        FW External User
      2. requests.txt
        2 kB
        FW External User
      1. object_storage.py.png
        131 kB
      2. runserver.png
        132 kB

        Activity

        Hide
        fw.ext.user FW External User added a comment -

        Hi Andrea,

        sorry to insist. But what I need is the final HTTP request your method sends. I’m not an expert in python so I can not analyse the request from the code.

        BR

        Álvaro

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - Hi Andrea, sorry to insist. But what I need is the final HTTP request your method sends. I’m not an expert in python so I can not analyse the request from the code. BR – Álvaro _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        fw.ext.user FW External User added a comment -

        Here we are, you'll find attached a .txt with the specification of headers,
        bodies and responses of the HTTP requests.

        Thank you again,
        Andrea

        Il giorno ven 29 mag 2015 alle ore 13:30 Álvaro Alonso <aalonsog@dit.upm.es>

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - Here we are, you'll find attached a .txt with the specification of headers, bodies and responses of the HTTP requests. Thank you again, Andrea Il giorno ven 29 mag 2015 alle ore 13:30 Álvaro Alonso <aalonsog@dit.upm.es> _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        fw.ext.user FW External User added a comment -

        Hi Andrea,

        many thanks!! The problem you have in the 3rd request is that you are sending the tenant id in the tenant name. You to fix it you can send:

        "auth":
        {
        "tenantName": "andrea-3 cloud",
        "passwordCredentials":

        { "username": "andrea.orler@gmail.com", "password": "***" }

        }

        or ….

        "auth":
        {
        "tenantId": "00000000000000000000000000004287",
        "passwordCredentials":

        { "username": "andrea.orler@gmail.com", "password": "***" }

        }

        Please, let me know.

        BR

        Álvaro

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - Hi Andrea, many thanks!! The problem you have in the 3rd request is that you are sending the tenant id in the tenant name. You to fix it you can send: "auth": { "tenantName": "andrea-3 cloud", "passwordCredentials": { "username": "andrea.orler@gmail.com", "password": "***" } } or …. "auth": { "tenantId": "00000000000000000000000000004287", "passwordCredentials": { "username": "andrea.orler@gmail.com", "password": "***" } } Please, let me know. BR – Álvaro _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        fw.ext.user FW External User added a comment -

        Great! It worked! Thank you very much for your help, I really appreciated
        the commitment you put to solve my problem!

        Thank you again,
        Andrea

        Il giorno mar 2 giu 2015 alle ore 14:36 Álvaro Alonso <aalonsog@dit.upm.es>

        _______________________________________________
        Fiware-lab-help mailing list
        Fiware-lab-help@lists.fi-ware.org
        https://lists.fi-ware.org/listinfo/fiware-lab-help

        Show
        fw.ext.user FW External User added a comment - Great! It worked! Thank you very much for your help, I really appreciated the commitment you put to solve my problem! Thank you again, Andrea Il giorno mar 2 giu 2015 alle ore 14:36 Álvaro Alonso <aalonsog@dit.upm.es> _______________________________________________ Fiware-lab-help mailing list Fiware-lab-help@lists.fi-ware.org https://lists.fi-ware.org/listinfo/fiware-lab-help
        Hide
        aalonsog Alvaro Alonso added a comment -

        Show
        aalonsog Alvaro Alonso added a comment -

          People

          • Assignee:
            aalonsog Alvaro Alonso
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: