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
Resource | Operation |
---|---|
/organizations/{organizationId}/saml/idps/{idpId} | update |
Request Body
{"x509certSha1Fingerprint"=>"<string>", "sloLogoutUrl"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"idpId":"ab0c1de23Fg","consumerUrl":"https://n7.meraki.com/saml/login/XXX","x509certSha1Fingerprint":"00:11:22:33:44:55:66:77:88:99:00:11:22:33:44:55:66:77:88:99","sloLogoutUrl":"https://somewhere.com"}