Update A SAML Id P In Your Organization

PUT {{baseUrl}}/organizations/:organizationId/saml/idps/:idpId

Update a SAML IdP in your organization #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: x509certSha1Fingerprint| string| Fingerprint (SHA1) of the SAML certificate provided by your Identity Provider (IdP). This will be used for encryption / validation. sloLogoutUrl| string| Dashboard will redirect users to this URL when they sign out.

Supports Action Batches

ResourceOperation
/organizations/{organizationId}/saml/idps/{idpId}update

Request Body

{"x509certSha1Fingerprint"=>"<string>", "sloLogoutUrl"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;idpId&quot;:&quot;ab0c1de23Fg&quot;,&quot;consumerUrl&quot;:&quot;https://n7.meraki.com/saml/login/XXX&quot;,&quot;x509certSha1Fingerprint&quot;:&quot;00:11:22:33:44:55:66:77:88:99:00:11:22:33:44:55:66:77:88:99&quot;,&quot;sloLogoutUrl&quot;:&quot;https://somewhere.com&quot;}