Resolving attributes from a SAML proxy
Cantor, Scott
cantor.2 at osu.edu
Fri Oct 8 18:57:53 UTC 2021
You do need to make sure it actually decoded that Attribute. Is there a DEBUG statement in the log of the form:
log.debug("{} Incoming SAML Attributes mapped to attribute IDs: {}", getLogPrefix(), mapped.keySet());
?
That should log all the names of the attributes it decodes. If that includes anything, the AttributeContext should be there. If not, it's still not decoding anything.
-- Scott
More information about the users
mailing list