Custom SSO OAuth 2.0
In this section you will learn about Custom SSO OAuth 2.0
1. Authorization URL
Initial page which user is redirected to on Sign In page
Query Parameters
Name
Type
Description
Page that processes received "code" and performs step 2.
Query Parameters
Name
Type
Description
2. Access token URL
The method is called by Jet Admin backend to get "access" and "refresh" tokens
Request Body
Name
Type
Description
3. Refresh token URL
The method is called by Jet Admin backend to refresh expired "access token"
Request Body
Name
Type
Description
Authorizing API calls to your backend with SSO token
API calls with SSO tokenLast updated
Was this helpful?