FreeIPA - Password Expiration

Prashant Bapat prashant at apigee.com
Wed Jul 13 08:20:32 EDT 2016


Hi Scott,

I tried to look at the Javadoc but still not able to figure this out. I'm
not familiar with Java.

So far I have this in my custom flow.

<evaluate
expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext))"
result="flowScope.authenticationContext" />
<evaluate
expression="authenticationContext.getSubcontext(T(net.shibboleth.idp.ui.context.RelyingPartyContext))"
result="flowScope.rpContext" />
<evaluate
expression="rpContext.getSubcontext(T(net.shibboleth.idp.attribute.context))"
result="flowScope.AttributeContext" />

How do I get the passwordExpiration attribute from here ?

Thanks.
--Prashant​

On 11 July 2016 at 18:37, Cantor, Scott <cantor.2 at osu.edu> wrote:

> > Ok. One last question. How do I get the passwordExpiration attribute
> inside a
> > spring flow bean ?
>
> It's in the context tree, you will need to see the javadocs for how to
> access all the information.
>
> The structure in this particular case is ProfileRequestContext ->
> RelyingPartyContext -> AttributeContext
>
> -- Scott
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160713/af1bc867/attachment.html>


More information about the users mailing list