Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure IDP configuration should provide its userinfo endpoint. #8606

Open
farmborough opened this issue Oct 26, 2022 · 0 comments
Open

Azure IDP configuration should provide its userinfo endpoint. #8606

farmborough opened this issue Oct 26, 2022 · 0 comments

Comments

@farmborough
Copy link

farmborough commented Oct 26, 2022

    1. 馃挜

AzureADIdentityProviderConfiguration should return https://graph.microsoft.com/oidc/userinfo from its getUserProfileUri method but it returns null.

    1. 馃寗 To Reproduce
      Steps to reproduce the behaviour:
      1. Configure an Azure AD IDP
      2. Invoke its userinfo endpoint via the IDP, e.g. by initiating an auth flow with cloudApp where a client uses the IDP for authentication (make sure you pass openid as a scope or make it default).
      3. See a BadCredentialsException in the gateway log thrown from (AbstractOpenIDConnectAuthenticationProvider.java:243) because of the null userinfo URI.
    1. 馃寛

Calling Azure AD userinfo should work.

    1. Current behaviour

It fails with an exception in logs.

    1. 鈿狅笍

Seen in 3.17.3

@farmborough farmborough added this to To Do in Access Management via automation Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants