SSO
Generate SSO redirect URL
Authenticate a user via SSO and return a redirect link with account token
Follow instructions from the SSO guide to learn how to generate the SSO token.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
application/json
JWT token signed with HS256 algorithm using your SIGNING_TOKEN
. Contains user authentication payload for SSO.
Response
200 - application/json
Authentication successful
Redirect URL for authenticated user
Example:
"https://partner.rampartcorporation.com/sso#abc123"
Token for account authentication. You will need to store this token to make requests to the Rampart API on behalf of this account in the future.
Example:
"account_879..."