Translations:SSO (Пользовательская версия)/3/en
Материал из SmartPlayer
Operating Principle
In simple terms, SSO (Single Sign-On) is a unified login system that utilizes consistent data in the form of a username and password.
The single sign-on operates on the following principle:
- Our server initiates an authentication request
- This request is sent via a route/path defined by the SAML protocol.
- Upon reaching the endpoint, the request arrives at the user's ADFS server, where a response is generated.
- The response, carrying user data, is relayed back to our server using the SAML protocol.
- Using the received data, our server directs the user to the SmartPlayer personal account.
- Simultaneously, this user's details are recorded in the SmartPlayer database.