Skip to content

LOGIN-274 Metadata builder REST API.

Marvin S. Addison requested to merge login-274-metadata-builder-endpoint into main

Provide /build/saml/entities endpoint for building SAML metadata:

  • GET /build/saml/entities/{entity_id} produces a document with one EntityDescriptor element describing one SAML relying party
  • GET /build/saml/entities produces a document with many EntityDescriptor elements wrapped in a single EntitiesDescriptor element describing a metadata bundle with all known SAML relying parties

Merge request reports