Check password strength at the MFA level.
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 21 13:23:15 UTC 2024
> idp.authn.Password.retainAsPrivateCredential
You can't remove it if it's retained that way, so:
> idp.authn.Password.removeAfterValidation
If you want to be able to remove it, you'd have to turn that one off and then (optionally) remove it yourself. It also makes it eaier to grab anyway.
> And how do I get the password inside my MFA strategy
> (nashorn).
The UsernamePasswordContext is under the AuthenticationContext in the tree.
-- Scott
More information about the users
mailing list