<div dir="ltr"><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">Hi Scott,</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">I tried to look at the Javadoc but still not able to figure this out. I'm not familiar with Java.</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">So far I have this in my custom flow.</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.authn.context.AuthenticationContext))" result="flowScope.authenticationContext" /></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><evaluate expression="authenticationContext.getSubcontext(T(net.shibboleth.idp.ui.context.RelyingPartyContext))" result="flowScope.rpContext" /></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><evaluate expression="rpContext.getSubcontext(T(net.shibboleth.idp.attribute.context))" result="flowScope.AttributeContext" /></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">How do I get the passwordExpiration attribute from here ?</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">Thanks.</div><div class="gmail_default" style="font-family:"trebuchet ms",sans-serif">--Prashant​</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 July 2016 at 18:37, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Ok. One last question. How do I get the passwordExpiration attribute inside a<br>
> spring flow bean ?<br>
<br>
</span>It's in the context tree, you will need to see the javadocs for how to access all the information.<br>
<br>
The structure in this particular case is ProfileRequestContext -> RelyingPartyContext -> AttributeContext<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>