Surpressing SPnamequalifier from an IdP response
Cantor, Scott
cantor.2 at osu.edu
Thu May 12 11:19:38 EDT 2016
> Dave, I have a quick questions, by any chances is there any way that you can
> take out these elements out of the NameID element:
Looks like the only simple way they can get omitted is if they're defaulted (they have to match the IdP and SP names, which normally is the case) and if you then set the omitQualifiers boolean property on the NameID generator you configure.
In more advanced cases there are lookup stategy functions that can be configured on the generator bean that would be able to return null explicitly for the two values.
-- Scott
More information about the users
mailing list