Namespace: synergy/logout
Last updated: 06.02.2024
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.
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.
{
"namespace": "synergy/logout",
"attributes": {
"url": "http://localhost:8102/logoutSuccess"
}
}
{warning} This feature's meaning has significantly changed compared to its old behavior in Synergy where it was used for configuring front-channel logout.