-
Notifications
You must be signed in to change notification settings - Fork 599
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
Force Password Reset ignoring "continueOnPasswordExpiration" #200
Comments
I am trying to achieve the same result, but the function seems buggy at the moment. |
We noticed an issue here with custom policies and force password reset scenario. For now we’ve removed our doc on this whilst we work to fix it. |
Hi @JasSuri, Glad you are looking into it. Any updates or estimates as to when we might hear something back? |
Bump. |
Hi guys. Any news on this? |
Any news to this? |
I swear this was working a week or so ago when I set it up, but now when I reset a local B2C user's password through the portal, I get stopped during sign in with "The password has expired". I am sending continueOnPasswordExpiration inside login-NonInteractive as follows:
<InputClaim ClaimTypeReferenceId="continueOnPasswordExpiration" DefaultValue="true" AlwaysUseDefaultValue="true"/>
Anyone know if something has changed within the service on this?
The text was updated successfully, but these errors were encountered: