IPv6 in SubjectLocality.Address / SubjectConfirmationData.Address

Pascal Rigaux pascal.rigaux at univ-paris1.fr
Tue Apr 4 09:46:26 UTC 2023


On 03/04/2023 21:02, Cantor, Scott wrote:
>> Question: is there a way to disable sending the address when it is IPv6 for a
>> specific SP?
> [...]
> shibboleth.SubjectLocalityAddressStrategy = Function<ProfileRequestContext,String>

Nice! I added

   <bean id="shibboleth.SubjectLocalityAddressStrategy" parent="shibboleth.Functions.Expression" c:expression="null" />

which removed the Address from assertion... and the application is now working :-)


More information about the users mailing list