mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 16:15:54 +02:00
elasticsearch-saml-metadata: add page (#17467)
This commit is contained in:
parent
a011a15781
commit
fdd6d7b202
1 changed files with 16 additions and 0 deletions
16
pages/common/elasticsearch-saml-metadata.md
Normal file
16
pages/common/elasticsearch-saml-metadata.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# elasticsearch-saml-metadata
|
||||
|
||||
> Generate SAML Service Provider metadata for configuring a SAML Identity Provider.
|
||||
> More information: <https://www.elastic.co/guide/en/elasticsearch/reference/current/saml-metadata.html>.
|
||||
|
||||
- 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]}}`
|
Loading…
Add table
Reference in a new issue