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

NameTypeDescription

*

number

The Url Type Id (4,3,1).

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Request Body

NameTypeDescription

x509Certificate*

string

X509 Certificate

ssoAuthXml

string

SSO Auth Xml

identityProvider

string

Identity Provider

true

Sample Request

{
    "x509Certificate": "test",
    "ssoAuthXml": "test",
    "identityProvider": "test"
}

Last updated