Skip to content

SF-011 Login

Namespace: synergy/login
Last updated: 06.02.2024

Introduction

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.

Configuration

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.

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