String(resolutionContext.getAttributeRecipientID()) returns null
Cantor, Scott
cantor.2 at osu.edu
Mon Jul 17 16:39:27 EDT 2017
> We are having some difficulty in 3.3.1 executing the following mfa script
> where resCtx.getAttributeRecipientID() return null a similar call in attribute-
> resolver.xml also returns null when we load the eduPersonAssurance
> attribute.
If you don't populate it, it isn't there. This is *you* running the resolver, not the IdP doing it in the more usual cases. If you want the field in the context populated, then your MFA script is the one to do it. You're fetching the value and getting null, but you should be setting the value if you want it set.
-- Scott
More information about the users
mailing list