Disable SubjectLocality
Santiago Núñez - Sistemas Criticos
snunez at sistemascriticos.com
Thu Oct 20 21:58:28 UTC 2022
Thanks Scott, changed as you recommended.
<bean id="shibboleth.SubjectLocalityAddressStrategy" parent="shibboleth.Functions.Constant" >
<constructor-arg>
<null/>
</constructor-arg>
</bean>
Regards
SN
>
> That's likely fine, just a lot of extra overhead to return a null. Pretty sure the proper syntax is just
>
> <constructor-arg>
> <null/>
> </constructor-arg>
>
> Spring docs cover all of that.
>
> -- Scott
More information about the users
mailing list