Get metadata for a single entity
GET/meta/SAML2.0/:id
Returns a signed SAML 2.0 EntityDescriptor for the identity provider identified by its SAML Entity ID
passed as a path parameter.
For IdentityProviderState AuthStates the entity ID corresponds to the out.issuer configuration value.
Request
Path Parameters
id stringrequired
Responses
- 200
- 404
- 500
Successful operation
No entity with the given ID is registered
Metadata generation or signing failed
Loading...