Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<SSO>ADFS</SSO>


<!-- Equivalent to -->
   
<SessionInitiator type="ADFS"/>
<md:AssertionConsumerService Binding="http://schemas.xmlsoap.org/ws/2003/07/secext" Location="/ADFS" />

<Logout/>

Code Block
languagexml
<Logout>ADFS</Logout>


<!-- Equivalent to -->
<LogoutInitiator type="ADFS"/>
<md:SingleLogoutService Binding="http://schemas.xmlsoap.org/ws/2003/07/secext" Location="/ADFS" />