post https://gateway.remote.com/v1/sso-configuration
Creates the SSO Configuration for the company.
Log in to see full request history
Responses
Callback
Creates the SSO Configuration for the company.
xxxxxxxxxx
curl --request POST \
--url https://gateway.remote.com/v1/sso-configuration \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {
"audience_uri": "urn:auth:remote-sso:89c4fbb2-some-id-8e4b-280f8795bbd8",
"certificate": "c29tZSBjZXJ0aWZpY2F0ZSBleGFtcGxl...",
"domain": "example.com",
"identity_provider_url": "example.provider.com",
"sso_url": "https://remote-sso.com/login/callback?connection=89c4fbb2-some-id-8e4b-280f8795bbd8"
}
}