/
ADFS Sessions Configurations
ADFS Sessions Configurations
The ADFS handler is only available if theĀ adsfs.so
Ā extension library is loaded by the SP.
The SP Ā <
Sessions>
Configuration Ā support for ADFS provides support for
ADFS AssertionConsumerServiceĀ with support for theĀ
http://schemas.xmlsoap.org/ws/2003/07/secext
Ā BindingTheĀ ADFS SingleLogoutService with support for the following the
Ā http://schemas.xmlsoap.org/ws/2003/07/secext
Binding
DefaultĀ Simplified Protocol Configuration for ADFS
<SSO/>
<SSO>ADFS</SSO>
<!-- Equivalent to -->
<SessionInitiator type="ADFS"/>
<md:AssertionConsumerService Binding="http://schemas.xmlsoap.org/ws/2003/07/secext" Location="/ADFS" />
<Logout/>
<Logout>ADFS</Logout>
<!-- Equivalent to -->
<LogoutInitiator type="ADFS"/>
<md:SingleLogoutService Binding="http://schemas.xmlsoap.org/ws/2003/07/secext" Location="/ADFS" />
, multiple selections available,
Related content
SPConfig
SPConfig
Read with this
ADFS SessionInitiator
ADFS SessionInitiator
More like this
SessionInitiator
SessionInitiator
Read with this
ADFS SingleLogoutService
ADFS SingleLogoutService
More like this
Logout
Logout
Read with this
ADFS LogoutInitiator
ADFS LogoutInitiator
More like this