Skip to main content
Version: Hosted

Store SAML or OpenID Connect Metadata.

POST 

/api/management/v1/useradm/sso/idp/metadata

In both cases (SAML and OpenID Connect) we support the passing of the metadata URL which we will automatically query (via GET) and parse the response. Please note that in the case of OpenID Connect you have to pass the url via "well-known" field in json request, and in case of SAML you need to use xml element: "IdentityProviderUrl", for instance: "<IdentityProviderUrl>https://samltest.id/saml/idp&lt;/IdentityProviderUrl>".

Request

Responses

SAML or OpenID Connect Metadata stored successfully.