Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SSO support could be handled externally

...

Warning

Removal of the PreviousSession login handler will disable SSO support if you are relying on Shibboleth for session management.

Defining the Login Handler

...

Code Block
xml
xml
titleExample PreviousSession Authentication Handler Configuration

<LoginHandler xsi:type="PreviousSession">
    <AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PreviousSession</AuthenticationMethod>
</LoginHandler>