SSO (Single Sign-On) is a technology that allows users to use a single set of credentials (login and password) to access multiple systems or applications. This simplifies the authorization process, improving convenience and security.

Supported SSO Method

Currently, the system supports only one SSO method – Google. This means users can sign in using their Google account.

How It Works:

  1. Existing User (Activated):

    If a user is already registered in the system and their account is activated, they can log in in two ways::

  2. New User or Inactive Account:

    If the account does not exist in the system or is inactive, authentication will be blocked – even via SSO.

Examples of Login Page UI:

  1. SSO as the Primary Login Method:

    UI Example:

    Login form with SSO priority

    Login form with SSO priority

  2. The standard login is the main method:

    Example of the interface:

    The default authorization form

    The default authorization form

<aside> 💡

To set up SSO - contact technical support or your manager.

</aside>