v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
sso

post/sso/login

Request body

tokenstring

the access token (JWT for oauth or SAML response)

type'oauth' | 'saml'

the type of SSO token

Example request

{
  "type": "oauth"
}

Response

Success