2025-09-14 18:48:49 -06:00
|
|
|
# elasticsearch-saml-metadata
|
|
|
|
|
|
|
|
|
|
> Generate SAML Service Provider metadata for configuring a SAML Identity Provider.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/saml-metadata>.
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- Generate SAML metadata for a specific realm and print it to `stdout`:
|
|
|
|
|
|
|
|
|
|
`elasticsearch-saml-metadata --realm {{realm_name}}`
|
|
|
|
|
|
|
|
|
|
- Generate SAML metadata and write it to a specific file:
|
|
|
|
|
|
|
|
|
|
`elasticsearch-saml-metadata --realm {{realm_name}} --out {{path/to/file.xml}}`
|
|
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`elasticsearch-saml-metadata {{[-h|--help]}}`
|