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
Resource | Operation |
---|---|
/organizations/{organizationId}/saml/idps | create |
Request Body
{"x509certSha1Fingerprint"=>"<string>", "sloLogoutUrl"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"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"}