Custom Principal & Authentication Data Passing
Brent Putman
putmanb at georgetown.edu
Wed Jun 3 16:29:47 EDT 2015
On 6/3/15 4:16 PM, cneberg wrote:
>
>
> I've tried these methods instead to get to the subject but they all
> return null.
>
> resolutionContext.getSubcontext("net.shibboleth.idp.authn.context.AuthenticationContext");
> resolutionContext.getSubcontext("net.shibboleth.idp.authn.context.SubjectCanonicalizationContext")
> resolutionContext.getSubcontext("net.shibboleth.idp.authn.context.ExternalAuthenticationContext");
>
Offhand, I don't know the exact answer, but I suspect you want to be
looking for subcontexts under profileContext rather than
resolutionContext. The ProfileRequestContext (PRC) is the root of the
context tree, and I believe authN related contexts will be located as
children (or grandchildren, etc) of that.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150603/5ce00bb8/attachment.html>
More information about the users
mailing list