password expiration - password control result

Daniel Fisher dfisher at vt.edu
Thu Mar 31 10:50:41 EDT 2016


On Thu, Mar 31, 2016 at 7:24 AM, Andy Thompson <athompson at thompsonsplace.net
> wrote:

> Is there a way to capture those in the password-authn-config?
>

Modify your config as follows:

Add a bean to process the controls
<bean id="authenticationResponseHandler"

 class="org.ldaptive.auth.ext.PasswordExpirationAuthenticationResponseHandler"
/>

Wire that bean to the Authenticator that you are using with:
  p:authenticationResponseHandlers-ref="authenticationResponseHandler"

You should then be able to use
the shibboleth.authn.Password.ClassifiedMessageMap.

--Daniel Fisher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160331/a88ab6dd/attachment.html>


More information about the users mailing list