Skip to main content
POST
SSO login

Body

application/json
oid
string
required

Azure AD object ID

tid
string
required

Azure AD tenant ID

upn
string
required

User principal name

Response

SSO login successful

access_token
string

JWT access token (use for API requests)

refresh_token
string

Refresh token (use to get new access token)

token_type
string
Example:

"bearer"

expires_in
integer

Access token expiry in seconds

Example:

3600

user
object