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
Describe the issue:
Following two behavioural changes are done for the access tokens issuing for authenticated applications using a grant type like client credentials.
sub claim of the jwt tokens issued for authenticated application is set as client id of the authenticated application. (Previous behaviour - sub claim is set as the user ID of the application owner)
Username field is removed from the introspection response for access tokens issued for authenticated applications.
To keep the backward compatibility, we have introduced two configurations. Two configurations can be set to false for the previous behaviour.
Describe the issue:
Following two behavioural changes are done for the access tokens issuing for authenticated applications using a grant type like client credentials.
sub
claim of the jwt tokens issued for authenticated application is set as client id of the authenticated application. (Previous behaviour -sub
claim is set as the user ID of the application owner)To keep the backward compatibility, we have introduced two configurations. Two configurations can be set to false for the previous behaviour.
Related issues:
#14771
Related PRs:
wso2/carbon-identity-framework#4633
wso2-extensions/identity-inbound-auth-oauth#2088
The text was updated successfully, but these errors were encountered: