Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISK claim is removed from id token (refreshed) if the user attributes are updated #21105

Open
isuruhettiarachchi opened this issue Sep 13, 2024 · 0 comments
Assignees

Comments

@isuruhettiarachchi
Copy link

Describe the issue:
When the session extended endpoint is enable and the token binding is set to SSO session, isk attribute will be returned in the id token. If the users attributes are updated and the token is refreshed (using refresh token grant), isk claim will be removed from the id token. Since the session is not revoked, the isk claim should return when the token is refreshed.

How to reproduce:

  1. Enable session extended endpoint
  2. Create a service provider and enable SSO session binding
  3. Get an access token with openid scope
  4. Update the user attribute from the mgt console
  5. Refresh the access token
  6. ISK claim will be removed in the new id token

Expected behavior:
isk attribute should not be removed when the user attributes are changed.

Environment information:

  • Product Version: IS 5.11.0

[1] - https://is.docs.wso2.com/en/5.11.0/develop/idp-session-extender-endpoint/#identity-provider-session-extending-api

@lashinijay lashinijay self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants