Create a SSO Connection without onboarding

POST {{server_url}}/api/v2/org/:org_domain/sso-connections?organization_id=8d860a1d-997f-41a9-8c63-a8bcdf465ec4&application_id=34459d4f-e328-4256-9f0a-a04bd721d82d

Request Params

KeyDatatypeRequiredDescription
organization_idstring(Required) The organization ID for which you want to create this connection.
application_idstring(Required) The application ID where you want to redirect end-user after SSO success. (default redirection will be used)
If you do not provide an "uri" parameter either application's "default_redirect_url" value or first "allowed_redirect_urls" value will be used.

RESPONSES

status: Created

{"__access__":"all_organizations_of:shark-academy","__domain__":"shark-academy","__managed_by__":"shark-academy","__type__":"SsoConnection","active":true,"default_redirection":{"__access__":"all_organizations_of:shark-academy","__domain__":"shark-academy","__managed_by__":"shark-academy","__type__":"Redirection","app_id":"34459d4f-e328-4256-9f0a-a04bd721d82d","id":"7ab85ce8-70d4-42a6-bdbd-aad09d281b0b","idp_id":null,"sp_id":"shark_academy_MgF6Z9maZKriEBbLM9KZJj","uri":"http://localhost:3000"},"id":"shark_academy_Vq5XKzsUs83o5F78fqbJJU","inserted_at":"2022-10-17T06:37:58","metadata":null,"onboarding":null,"provider_type":"unset","seats_limit":null,"sp_id":"shark_academy_MgF6Z9maZKriEBbLM9KZJj","updated_at":"2022-10-17T06:37:58","user_security_type":"none"}