Create A SAML Id P For Your Organization

POST {{baseUrl}}/organizations/:organizationId/saml/idps

Create a SAML IdP for 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/idpscreate

Request Body

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

HEADERS

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

RESPONSES

status: Created

{&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;}