- Start the Authorization: In your application, the user clicks an authorization link which takes them to their SID account to authenticate.
- Grant Access: The user logs in to their SID account and grants your application access.
-
Callback:
The user is redirected back to your application with an authorization code.
The target of the redirect is a URI that you specify, such as
https://example.com/api/sid/callback
. - Tokens Issued: Your application exchanges the authorization code for an access token and refresh token, and stores them for future use. The user is now authenticated and your application can make requests to the SID API on their behalf.
Get Credentials
Get your client ID and client secret to use in your application.