No bean of the correct type found named shibboleth.authn.Password.AccountLockoutManager

Cantor, Scott cantor.2 at osu.edu
Tue Mar 22 14:30:05 UTC 2022


The docs mention it, but it's one of the common things that happen when the feature starts out one way and then other features are added. It's not the nicest artifact of the Spring WebFlow design.

"The default location of the lockout manager bean that is commented out by default is inside the password-authn-config.xml file. If you need to make use of this management API, move that bean (or copy it if you prefer) into global.xml so that it will be accessible to this feature."

The original bean is defined inside the password flow's Spring context. The admin flow is a different context so it doesn't have access to the original bean's location.

-- Scott




More information about the users mailing list