Configure logout redirect for Smart ID Self-Service
This article is added with the Smart ID 23.04 release.
This article describes how to configure a confirmation dialog for a logout redirect for Smart ID Self-Service.
If the
confirmDialog
parameter is set to true, a confirmation dialog will be shown. If you click Sign out you will be logged out and redirected to the definedredirectionUrl
.If the
confirmDialog
parameter is set to false, or if it is not present, you will automatically be redirected to the definedredirectionUrl
.
See also Set properties for Smart ID Self-Service.
Step-by-step instruction
Configure logout redirect
Open <SMARTIDHOME>/docker/compose/selfservice/docker-compose.yml for editing.
Example: Configure confirmDialog and redirectionUrl
{
...
"logout": {
"redirectionUrl": "https://nexusgroup.com",
"confirmDialog": true
}
...
}