Disable NameIDGenerator for specificy relyingParty
Cantor, Scott
cantor.2 at osu.edu
Fri May 22 19:07:48 UTC 2020
On 5/22/20, 2:57 PM, "users on behalf of Ignacio Amoeiro Bosch" <users-bounces at shibboleth.net on behalf of ignacio.amoeiro at extern.ibsalut.es> wrote:
> I didn't understand well how spring framework Works.
That's why the IdP documentation starts by pointing to the Spring XML docs.
> So, to clarify my self,
> Has the same effect:
> <ref bean="shibboleth.SAML2PersistentGenerator" />
> than:
> <bean parent="shibboleth.SAML2PersistentGenerator"/>
Functionally, but the former uses an existing object and the latter creates a new one based on the bean definition of the parent. In this particular case that means one extra object created, relatively insignificant. In other cases it could be a major difference.
-- Scott
More information about the users
mailing list