'Password History
We have a requirement to prevent users from reusing the previous 5 passwords when doing the reset. I read in the documentation that currently, Azure doesn't support the password history feature. Is there any way I can implement it ?
Solution 1:[1]
There is a sample for this.
"This policy enables the storing and checking of a user's previous set of passwords in order to prevent them from using a previous password during a Password Reset flow. The number of previous passwords is configurable in this example, and will default to 3 if not set".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | rbrayb |
