Get metadata for a single entity
GET/nevisauth/saml/metadata/:id
Returns a signed SAML 2.0 EntityDescriptor for the SAML entity identified by the id path parameter.
For the SAML IDP pattern, {id} is the SAML Issuer configured in the SAML IDP pattern. This value is written to out.issuer in each generated IdentityProviderState.
The base path returns metadata for all configured SAML SP Connectors; this path selects one entity. The endpoint is exposed by the SAML IDP pattern with default path /nevisauth/saml/metadata/{id} (configurable via Metadata Service Path).
Request
Responses
- 200
- 404
- 500
Successful operation
No entity with the given ID is registered
Metadata generation or signing failed