17.24 SAML 1.1 Service Provider Re-requests for Authentication

The behavior of SAML 1.1 service provider has been changed in 3.1 Access Manger to perform a strict check on the name space of the attributes received in assertion.

To disable this, configure the following parameter in web.xml:

<context-param> <param-name>saml1xAttributeMatchByName</param-name> <param-value>true</param-value></context-param>