Create an SSO Challenge
POST {{cryptr_service_url}}/api/v2/sso-saml-challenges?user_email=michel@barker.co&redirect_uri=https://barker.com/welcome-back-user
Create an SSO Challenge to strengthen security and simplify user authentication.
RETURNS
Returns information such as theΒ authorization URL
, theΒ redirection URL
, and other identifiers associated with the Challenge SSO created.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
org_domain | string | Domain is a STRING value in "lowercase" with "dash", generated from the organization name. Please note that either org_domain or user_email must be provided, but not both at the same time, to create an SSO challenge. | |
user_email | string | The email address associated with the account or the identity of a user used for authentication and information exchange during the single sign-on process. Please note that either user_email or org_domain must be provided, but not both at the same time, to create an SSO challenge. | |
redirect_uri | string | (Required) URL used to redirect the user after an interaction with a service or application. |
RESPONSES
status: Created
{"api_key_id":"fd3c91cc-f874-4be0-b419-1b5989686820","authorization_url":"https://cleeck-umbrella-develop.onrender.com/org/barker-inc/oauth2/saml?request_id=191aab5e-8a7b-47b1-b7ba-a817ca56cea4","database":"sandbox","expired_at":1686321755,"redirect_uri":"https://barker.com/welcome-back-user","request_id":"191aab5e-8a7b-47b1-b7ba-a817ca56cea4","saml_idp_id":"barker_inc_ENbw8MukSNtTKCqPZC2U7g"}