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

Skip current session from being terminated at password update #3124

Merged
merged 3 commits into from Oct 13, 2020

Conversation

DinikaSen
Copy link
Contributor

@DinikaSen DinikaSen commented Sep 24, 2020

Resolves session preserving part of - wso2/product-is#9461

With this improvement, it is possible to skip the current session/token from being terminated/revoked at password update, which stops the user from being logged out from the current session. This feature can be enabled the following configuration in deployment.toml

[identity_mgt]
password_update.preserve_logged_in_session=true

@DinikaSen
Copy link
Contributor Author


<!-- Configuration for preserving the current session and token when updating the password. -->
<PasswordUpdate>
<PreserveLoggedInSession>{{password_update.preserve_logged_in_session}}</PreserveLoggedInSession>
Copy link
Contributor

Choose a reason for hiding this comment

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

[password_update] should not be a top level configuration. Can you check the existing configurations and come up with a proper existing top level config

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Re-defined under [identity_mgt] configurations

@DinikaSen DinikaSen merged commit f5f915b into wso2:master Oct 13, 2020
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.

None yet

3 participants