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.
Currently, the system supports only one SSO method – Google. This means users can sign in using their Google account.
Existing User (Activated):
If a user is already registered in the system and their account is activated, they can log in in two ways::
New User or Inactive Account:
If the account does not exist in the system or is inactive, authentication will be blocked – even via SSO.
SSO as the Primary Login Method:
UI Example:
Login form with SSO priority
The standard login is the main method:
Example of the interface:
The default authorization form
<aside> 💡
To set up SSO - contact technical support or your manager.
</aside>