Skip to main content
POST

Body

grant_type
enum<string>
required
Available options:
urn:ietf:params:oauth:grant-type:jwt-bearer,
refresh_token
target
string
required

App path to land the user on after sign-in. Must be an allowed target. See User Launch Flows. Any other path is rejected.

Example:

"/kyb"

assertion
string

The partner-signed JWT. Required when grant_type is urn:ietf:params:oauth:grant-type:jwt-bearer.

refresh_token
string

A refresh_token from a prior POST /auth/token exchange. Required when grant_type is refresh_token.

return_url
string

Optional URL to return the user to when they leave the app.

Response

200

An HTML page that establishes the session and redirects the browser to target.