Oracle OpenSSO 8.0 Update 2 Release Notes

ProcedureTo Configure a .NET Fedlet Service Provider Application for Single Logout:

  1. If you have not configured the .NET Fedlet, follow the steps in the Readme file.

  2. Copy the logout.aspx and spinitiatedslo.aspx files within your .NET application's public content.

  3. Make these changes to the configuration files for your application:

    • In the sp.xml file, make sure the path to the logout.aspx file points to the correct location of the file for your application.

    • In the idp.xml file (or during the identity provider configuration) make sure the path to the spinitiatedslo.aspx file points to the correct location of the file for your application.

  4. If you want the logout request and logout response signed, set the following attributes to true in the sp-extended.xml and idp-extended.xml files:

    • wantLogoutRequestSigned

    • wantLogoutResponseSigned

  5. Import the Fedlet service provider metadata file (sp.xml) into the identity provider.

    Also, inform the identity provider administrator that you configured single logout for the Fedlet service provider, so that any additional required changes can be made to the identity provider configuration.