Skip to main content
Skip table of contents

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 defined redirectionUrl.

  • If the confirmDialog parameter is set to false, or if it is not present, you will automatically be redirected to the defined redirectionUrl.

See also Set properties for Smart ID Self-Service

Step-by-step instruction

Configure logout redirect

  • Open docker-compose.yml for editing.

Example: Configure confirmDialog and redirectionUrl

CODE
{
  ... 
  "logout": {
    "redirectionUrl": "https://nexusgroup.com",
    "confirmDialog": true
  }
  ...
}



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.