Authentication
APIs for managing user login, logout, session management, and API token issuance.
📄️ Get Authorization Token
The `Bearer Authentication scheme` is dedicated to the authentication using a token and is described by the [RFC6750]. Even if this scheme comes from an OAuth2 specification, you can still use it as a way to exchange between a client and a server.
📄️ Refresh Authorization Token
Saviynt Enterprise Identity Cloud (EIC) supports OAuth2.0 . OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications. For more information refer link below.
📄️ Authenticate User
This API call can be used to authenticate the user in SSM