Profile Intercept and Filtered Attributes
Tom Zeller
tzeller at dragonacea.biz
Wed Jun 8 20:58:41 EDT 2016
> In a custom profile intercept bean how do I access an attribute for
> authorization which is filtered out in the attribute-filter.xml? ie I want
> to use an attribute for authorization but I don't want to release it to
> SP's.
>
> I have been getting the attributes out of the attribute context but they
> don't appear to be present in this case.
AttributeContext#getUnfilteredIdPAttributes(), I believe, but I don't
remember offhand where in the flow that is populated.
Linking to newly published Javadoc :
https://build.shibboleth.net/nexus/content/sites/site/java-identity-provider/3.2.1/apidocs/net/shibboleth/idp/attribute/context/AttributeContext.html#getUnfilteredIdPAttributes()
More information about the users
mailing list