[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Update SAML Authentication

Description

Update SAML Authentication configuration

Request

Request

URL

URL


put
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/samlAuth
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


Request Body

Request Body

updateSamlAuthenticationBody of mimetype application/json Required
Response

Response

200 OK

SAML Authentication configuration Updated

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"adminSaml":{"customExternalMsg":{"linkLabel":"External Auth link","linkUrl":"https://okta.com","showLink":true,"text":"External authentication service not enabled. Please contact your administrator."},"enabled":true,"endpointUrl":"http://vmware.com/","external":true,"issuerUrl":"http://vmware.com/","provider":"ADFS","verboseTill":1613093095.679,"x509":"string","x509Additional":"string"},"saml":{"customExternalMsg":{"linkLabel":"External Auth link","linkUrl":"https://okta.com","showLink":true,"text":"External authentication service not enabled. Please contact your administrator."},"enabled":true,"endpointUrl":"http://vmware.com/","external":true,"issuerUrl":"http://vmware.com/","provider":"ADFS","verboseTill":1613093095.679,"x509":"string","x509Additional":"string"}}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/samlAuth


Feedback

Was this page helpful?