OIDC Attribute Transcoder for list of objects
Cantor, Scott
cantor.2 at osu.edu
Mon Jul 15 19:11:21 UTC 2024
> However, since this isn't a plain string attribute, I can't use
> the existing OIDCStringTranscoder. Is it possible to transcode
> this another way?
With Java I guess; we don't have any support for complex types. The SAML support for that is largely historical at this point as using complex data in these protocols is never going to be interoperable to any degree.
There might be a hook for constructing an IdPAttribute on the fly on the inbound processing the plugin does that can see the entire token, I don't know what there might be in that regard.
-- Scott
More information about the users
mailing list