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).
Stop the service of the application your changing look and feel.
Open a file/folder explorer and go to drive:\\FortifiedID\mgmt-center\data\customer\portal\config\modules
Open portal.json and add
"logout_endpoint_url": "${globals.logout_endpoint_url}",
Save and close
Open global.json and add
"logout_endpoint_url": "${globals.host_uri}access/logout/"
Save and close
Restart service
Configure Access to host a logout page
Stop the Fortified ID Access service
Open a file/folder explorer and go to drive:\\FortifiedID\mgmt-center\data\customer\access\config\modules
Download the following zip-file, infoendpoint_logout.json
Drop the infoendpoint_logout.json file in above folder.
Open global.json and add
"overlay_dir": "${system.customer_home}/overlay",
Save and close
Start the Fortified ID Access service
Last updated