You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SECURITY NOTICE: If you have found a security problem in the UAA, please do not file a public github issue. Instead, please send an email to [email protected]
Thanks for taking the time to file an issue. You'll minimize back and forth and help us help you more effectively by answering all of the following questions as specifically and completely as you can.
What version of UAA are you running?
76.31.0
What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json'?
What did you expect to see? What goal are you trying to achieve with the UAA?
Expected to see a new token with all the scopes for the user.
What did you see instead?
For LDAP user the token obtained from the assertion (second api request) call is missing external scopes. The token only contains default scopes. For a UAA user the flow worked perfectly and the second token had all the scopes (default and any additional scopes given) but for a LDAP/domain user external scopes were missing.
Scopes granted when first token is requested
Scopes granted when assertion=user_token was used
Here, scada.test1.abc is not a default scope which is missing when assertion=user_token in passed in body instead of username, password of the user.
Please include UAA logs if available.
The text was updated successfully, but these errors were encountered:
SECURITY NOTICE: If you have found a security problem in the UAA, please do not file a public github issue. Instead, please send an email to [email protected]
Thanks for taking the time to file an issue. You'll minimize back and forth and help us help you more effectively by answering all of the following questions as specifically and completely as you can.
What version of UAA are you running?
76.31.0
What output do you see from
curl <YOUR_UAA>/info -H'Accept: application/json'
?How are you deploying the UAA?
I am deploying the UAA
What did you do?
Requested a token for an ldap user using
https://{{hostname}}:{{uaa_port}}/uaa/oauth/token
and the following parameters as bodyThen using the access_token obtained from above, requested another token using
https://{{hostname}}:{{uaa_port}}/uaa/oauth/token
with:What did you expect to see? What goal are you trying to achieve with the UAA?
Expected to see a new token with all the scopes for the user.
What did you see instead?
For LDAP user the token obtained from the assertion (second api request) call is missing external scopes. The token only contains default scopes. For a UAA user the flow worked perfectly and the second token had all the scopes (default and any additional scopes given) but for a LDAP/domain user external scopes were missing.
Scopes granted when first token is requested
Scopes granted when assertion=user_token was used
Here, scada.test1.abc is not a default scope which is missing when assertion=user_token in passed in body instead of username, password of the user.
Please include UAA logs if available.
The text was updated successfully, but these errors were encountered: