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

Push pwd grant authenticated user attributes to sessionStore #2216

Conversation

VivekVinushanth
Copy link
Contributor

@VivekVinushanth VivekVinushanth commented Oct 25, 2023

Proposed changes in this pull request

This PR adds authenticated user attributes to the session store so that it will be available for the refresh grant.
There is a default fallback to get the user attributes from the local store if the attributes are empty from the session store entry. For enhanced password grant flow where temp claim values can be set through adaptive scripts, it is essential to persist those values so that it will be available for refresh token

fixes: wso2/product-is#16855

@jenkins-is-staging
Copy link

PR builder started
Link: https://github.com/wso2/product-is/actions/runs/6643192472

@jenkins-is-staging
Copy link

PR builder completed
Link: https://github.com/wso2/product-is/actions/runs/6643192472
Status: success

Copy link

@jenkins-is-staging jenkins-is-staging left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/6643192472

@VivekVinushanth VivekVinushanth merged commit 7aa3214 into wso2-extensions:master Oct 26, 2023
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

Successfully merging this pull request may close these issues.

Password Grant flow extension
3 participants