...
ignoreNoPassive
(namespace-qualified byurn:mace:shibboleth:2.0:native:sp:config
) (boolean) (defaults to "false")- If true, causes the SAML StatusCode of
urn:oasis:names:tc:SAML:2.0:status:NoPassive
to be ignored and treated as a silent condition resulting in redirection back to the original resource.
- If true, causes the SAML StatusCode of
Example usage with the default namespace from the distributed shibboleth2.xml:
Code Block | ||
---|---|---|
| ||
<md:AssertionConsumerService Location="/SAML2/POST" index="1"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
conf:ignoreNoPassive="true" />
|
The attributes defined by the Bearer
PolicyRule are also permitted.
...