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
Description:
The well-known-configuration does not get updated with the changes made via carbon UI or directly editing the XML files (eg: oidc-scope-config.xml). In 5.7.0 registry has been removed and the values are been read from the DB. But the getOIDCScopes method in the OAuth2Util class is not properly updated to facilitate this change.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
IS 5.7.0
OS, DB, other environment details and versions:
Steps to reproduce:
Start the IS server.
Check the well-known-config.
Log in to the IS Management Console.
Add a new scope or a new claim under OIDC Scope and Claims respectively.
(Step 5 can be done by directly editing the relevant XML files as well,
To change the scopes shown: edit repository/conf/identity/oidc-scope-config.xml
To change claims: edit repository/conf/claim-config.xml
To change response types: repository/conf/identity/identity.xml)
Check the well-known-config.
It will still show the old values.
Related Issues:
The text was updated successfully, but these errors were encountered:
Description:
The well-known-configuration does not get updated with the changes made via carbon UI or directly editing the XML files (eg:
oidc-scope-config.xml
). In 5.7.0 registry has been removed and the values are been read from the DB. But thegetOIDCScopes
method in theOAuth2Util
class is not properly updated to facilitate this change.Suggested Labels:
Suggested Assignees:
Affected Product Version:
IS 5.7.0
OS, DB, other environment details and versions:
Steps to reproduce:
Start the IS server.
Check the well-known-config.
Log in to the IS Management Console.
Add a new scope or a new claim under OIDC Scope and Claims respectively.
(Step 5 can be done by directly editing the relevant XML files as well,
To change the scopes shown: edit repository/conf/identity/oidc-scope-config.xml
To change claims: edit repository/conf/claim-config.xml
To change response types: repository/conf/identity/identity.xml)
Check the well-known-config.
It will still show the old values.
Related Issues:
The text was updated successfully, but these errors were encountered: