Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-2184

User info endpoint is unreachable

    XMLWordPrintable

Details

    • High
    • Hide
      With this improvement new openid config is introduced : runtimeOptions.openid.requestUserInfo
      If this config is active (by default active), the user info endpoint will be requested for additional user information. In some authentication providers, this request is not required at all, since all needed user information can be fetched from the claims.
      Show
      With this improvement new openid config is introduced : runtimeOptions.openid.requestUserInfo If this config is active (by default active), the user info endpoint will be requested for additional user information. In some authentication providers, this request is not required at all, since all needed user information can be fetched from the claims.
    • -

    Description

      When the user is not allowed by the identity provider to access the userinfo endpoint, openid connect will throw an exception. Basically all required user information can be provided with the openid claims, and if the additional user information is not accessible via userinfo_endpoint, try to get all of the mandatory user information from the openid claims. If the requested user information is not found in the openid claims, then an warning/exception is logged.
       

      Attachments

        Activity

          People

            aleksandar Aleksandar Mitrev
            aleksandar Aleksandar Mitrev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: