Example searches: “code”, “application/json”, “trust”, “grow_and_shrink”, “Api key”
Gets the oranization's IdP. Currently unavailable in self-hosted ECE.
Identifier for the Organization
The IdP info
The login identifier that is unique to this organization
The Elastic Cloud login URL for this IdP
The SAML2 metadata url for downloading the SAML2 SP metadata XML
The SAML2 assertion consumer service of the SP
The SP entity ID and the audience for SAML2 response assertions
The certificate that will sign SAML2 requests to the IdP
The organization's IdP configuration
Whether or not the IdP is enabled
The prefix of the login identifier that will be generated
The SAML2 IdP configuration
Base64-encoded PEM-format X.509 certificate
The IdP URI that identifies the issuer of a SAML2 response message assertion
The IdP SAML HTTP-POST endpoint URL that will receive SAML requests during SP-initiated login
IdP was not configured yet. (code: org.idp.idp_not_configured)
org.idp.idp_not_configured
The error codes associated with the response
Value is org.idp.idp_not_configured.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request GET 'https://{{hostname}}/api/v1/organizations/{organization_id}/idp' \ --user "username:password"