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
To return API authorization scopes, the user's role is validated against the API resource roles. However, this process fails when listing user roles at point [1].
How to reproduce:
Create API resources and scopes for the particular API resource
Create a role and assign created API resource scope
Create user and assign the created role (This user is used as sub attribute in the assertion payload)
Create an application and configure created API authorization to the application as well as requested attributes
Create and configure Trusted Token Issuer connection for JWT bearer grant
Execute above JWT bearer token request and observe API authorization scopes are not returned
Expected behavior:
The requested API authorization scopes should be returned after validating the user's roles.
Environment information (Please complete the following information; remove any unnecessary fields) :
Product Version: [IS 7.0]
OS: [Mac]
Database: [MySQL]
Userstore: [JDBC]
The text was updated successfully, but these errors were encountered:
Describe the issue:
The API resource scopes are not returned in the JWT bearer grant. Below is the token request for reference:
Following is the payload of the assertion.
To return API authorization scopes, the user's role is validated against the API resource roles. However, this process fails when listing user roles at point [1].
How to reproduce:
Expected behavior:
The requested API authorization scopes should be returned after validating the user's roles.
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: