Update SAML Connection
Updates a SAML connection.
Path parameters
id
The ID of the SAML connection to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
Unique identifier for this SAML connection.
organizationId
The organization this SAML connection belongs to.
primary
Whether this is the primary SAML connection for the organization.
idpRedirectUrl
URL to redirect to when initiating SAML flows.
IDP redirect URLs are assigned by an Identity Provider, and need to be inputted into SSOReady.
idpCertificate
Certificate to authenticate SAML assertions. This is a PEM-encoded X.509 certificate.
IDP certificates are assigned by an Identity Provider, and need to be inputted into SSOReady.
idpEntityId
Identifier for the identity provider when handling SAML operations.
IDP entity IDs are assigned by an Identity Provider, and need to be inputted into SSOReady.
spEntityId
Identifier for the SAML connection when handling SAML operations.
SP entity IDs are assigned by SSOReady, and need to be inputted into your customer's Identity Provider.
spAcsUrl
URL the Identity Provider redirects to when transmitting SAML assertions. Stands for "Service Provider Assertion
Consumer Service" URL.
SP ACS URLs are assigned by SSOReady, and need to be inputted into your customer's Identity Provider.
Response
OK
samlConnection
The updated SAML connection.