Namespace: synergy/login
Last updated: 06.02.2024
The process of logging in to a Chemaxon Cloud application should direct the user to the Okta login page. In case of successful Okta login, it redirects the user back to the application. This login redirect url must be set via this feature.
In the application info, this feature should be described using the synergy/login namespace with a single url attribute that defines where Okta should redirect the user upon successful login.
{
"namespace": "synergy/login",
"attributes": {
"url": "http://localhost:8102/loginCallback"
}
}