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

Update IdentityUserMetadataMgtHandler to support managing last password update claim #13877

Closed
boromi opened this issue Jun 7, 2022 · 1 comment

Comments

@boromi
Copy link

boromi commented Jun 7, 2022

Is your suggestion related to an experience ? Please describe.

This relates to supporting the password expiry feature in password grant type.[1]

Describe the improvement

This handler has only taken into consideration the POST_UPDATE_CREDENTIAL and POST_UPDATE_CREDENTIAL_BY_ADMIN events. But POST_ADD_USER event also need to be considered to support the password expiration feature in the password grant flow.

  • Update the ‘IdentityUserMetadataMgtHandler’ by analyzing the password change handler

  • Subscribe to “Add user’ event as that also contributes to last password update time.

  • Default password expiry period should be configurable through the deployment.toml file

Additional context

[1] #13876

@isharak
Copy link
Member

isharak commented Nov 7, 2024

This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!

@isharak isharak closed this as completed Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants