Logout page
Where should a user be redirected if a user log out from Fortified ID products Web, Enrollment or Password Reset?
Last updated
Where should a user be redirected if a user log out from Fortified ID products Web, Enrollment or Password Reset?
Last updated
A user is logged in to Fortified ID products Portal, Enrollment or Password Reset. The user clicks log out. Where should the user end up when log out? Default in product is as screenshot below for Fortified ID Portal. However, you might like the user to end up somewhere else.
Open for example config.json, I will use config.json for Fortified ID Portal as an example.
Scroll down to the AuthN module
In the configuration you will find the default setting
logout_location": "/portal/logged_out"
Change the value to something else, example below will redirect to Fortified ID hoe page.
logout_location": "https://www.fortifiedid.se"