-
Notifications
You must be signed in to change notification settings - Fork 378
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
Add password expiry validation in Password Grant #1861
base: master
Are you sure you want to change the base?
Conversation
...tity.oauth/src/main/java/org/wso2/carbon/identity/oauth/config/OAuthServerConfiguration.java
Outdated
Show resolved
Hide resolved
...tity.oauth/src/main/java/org/wso2/carbon/identity/oauth/config/OAuthServerConfiguration.java
Show resolved
Hide resolved
...on.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/PasswordPolicyConstants.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java
Outdated
Show resolved
Hide resolved
...so2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/OAuth2Util.java
Outdated
Show resolved
Hide resolved
...src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/PasswordGrantHandler.java
Outdated
Show resolved
Hide resolved
PR builder started |
...on.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/PasswordPolicyConstants.java
Show resolved
Hide resolved
...n.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/util/PasswordPolicyUtils.java
Show resolved
Hide resolved
Merge the PR after running integrations tests. |
PR builder completed |
There was a problem hiding this 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/3520289187
7a0fdb8
Hi @boromi, Please take one of the following actions:
Your prompt attention to this matter is greatly appreciated. Thank you for your understanding and collaboration! 🙏 |
Proposed changes in this pull request
Property to enable the feature in deployment.toml:
[1] https://github.com/wso2-extensions/identity-outbound-auth-passwordPolicy/blob/master/docs/config.md
[2]
Related Issues
Related PRs
Checklist (for reviewing)
General
Functionality
Code
Tests
Security
Documentation