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
We are trying set the subject claim as the username in the authorization code grant flow. However, we are receiving a user ID instead, despite applying the following configuration as outlined in Update No: 10538 from our U2 update summary:
“Use the following config under deployment.toml to change sub claim value to username. Note that by default the sub claim value will be the userID.
[service_provider]
use_username_as_sub_claim = true”
We also confirmed that the above configuration works for client credentials grant type.
Given that the fix was initially provided for the client credentials grant type, could you please confirm if it should also apply to the authorization code grant type? Is this behavior expected for the authorization code grant flow?
Steps to Reproduce
Add Configuration: Insert the following configuration into the deployment.toml file.
Description
We are trying set the subject claim as the username in the authorization code grant flow. However, we are receiving a user ID instead, despite applying the following configuration as outlined in Update No: 10538 from our U2 update summary:
We also confirmed that the above configuration works for client credentials grant type.
Given that the fix was initially provided for the client credentials grant type, could you please confirm if it should also apply to the authorization code grant type? Is this behavior expected for the authorization code grant flow?
Steps to Reproduce
Affected Component
APIM
Version
4.2.0
Environment Details (with versions)
No response
Relevant Log Output
[2024-08-23 19:31:28,456] DEBUG - JWTValidator Scope validation successful for the resource: /menu, user: 0a75d458-9237-4b59-9774-ed027322c6da
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: