Use Access as logout

Scenario

Each of the Fortified ID SAML apps (Portal, Forms, Enrollment and Password Reset) has a local logout page the will redirect to when you do logout in any of the products. If you want all or any of the products to use Access instead of logout, this use case describes it. Another advantage is that Access can use the same look and feel as other graphical components in Access.

Note. If you like to cahnge look and feel for your installed products, check out this use case: https://docs.fortifiedid.se/use-cases/misc/change-look-and-feel

Prerequisite

  • You have installed one or more of the Fortified ID product and Fortified ID Access.

Configure Portal to use Access as logout location

In this use case we will use Fortified ID Portal as an example. (Forms, Enrollment and Password Reset are configured the same way).

  1. Stop the service of the application your changing look and feel.

  2. Open a file/folder explorer and go to drive:\\FortifiedID\mgmt-center\data\customer\portal\config\modules

  3. Open portal.json and add

    "logout_endpoint_url": "${globals.logout_endpoint_url}",
  4. Save and close

  5. Open global.json and add

    "logout_endpoint_url": "${globals.host_uri}access/logout/"
  6. Save and close

  7. Restart service

Configure Access to host a logout page

  1. Stop the Fortified ID Access service

  2. Open a file/folder explorer and go to drive:\\FortifiedID\mgmt-center\data\customer\access\config\modules

  3. Download the following zip-file, infoendpoint_logout.json

  4. Drop the infoendpoint_logout.json file in above folder.

  5. Open global.json and add

    "overlay_dir": "${system.customer_home}/overlay",
  6. Save and close

  7. Start the Fortified ID Access service

Last updated