Update SSO configuration
Update SSO configuration
PUT
https://ris.rightsline.com/v4/sso/:id
This endpoint allows you to get sso configuration(s).
Query Parameters
Name
Type
Description
*
number
The Url Type Id (4,3,1).
Headers
Name
Type
Description
x-api-key
string
Your company's API key.
Authentication
string
Authentication token.
Request Body
Name
Type
Description
x509Certificate*
string
X509 Certificate
ssoAuthXml
string
SSO Auth Xml
identityProvider
string
Identity Provider
true
Sample Request
{
"x509Certificate": "test",
"ssoAuthXml": "test",
"identityProvider": "test"
}
Last updated
Was this helpful?