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</IdentityProviderUrl>".
Request
Responses
- 201
- 400
- 403
- 409
- 413
- 415
- 500
SAML or OpenID Connect Metadata stored successfully.
Invalid Request.
Request forbidden, possibly due to feature not being available in current Mender plan.
The tenant is managed by a Service Provider and the configuration cannot be changed.
Entity was too large to process.
Endpoint does not support the Content-Type provided.
Internal Server Error.