Does WSO2 identity server support password policies like password ageing? I couldn’t see anything relating to these features on the wso2 web site, or the identity server data sheet.
If not, is this functionality on the roadmap?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can define limited set of restrictions such as length, allowed characters etc in the user-mgt.xml using the “PasswordJavaScriptRegEx” property. But this is applied to the front end.
Other than that the WSO2 Identity Server has not defined any password policies, it rather depends on the underlying user store’s password policies. For example with the Active Directory as the user store, the WSO2 Identity Server inherits the password policy defined in the Active Directory DC.