Skip to content

SF-005 Logout

Namespace: synergy/logout
Last updated: 06.02.2024

Introduction

The process of logging out from a Chemaxon Cloud application should direct the user to the Okta logout endpoint. In case of successful Okta logout, it can redirect the user back to the application.

Configuration

In the application info, this feature should be described using the synergy/logout namespace with a single url attribute that defines where Okta should redirect the user upon successful logout.

Example
1
2
3
4
5
6
{
  "namespace": "synergy/logout",
  "attributes": {
    "url": "http://localhost:8102/logoutSuccess"
  }
}

This feature's meaning has significantly changed compared to its old behavior in Synergy (predecessor of Chemaxon Cloud) where it was used for configuring front-channel logout.