Skip to content

Commit fdd6d7b

Browse files
elasticsearch-saml-metadata: add page (#17467)
1 parent a011a15 commit fdd6d7b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# elasticsearch-saml-metadata
2+
3+
> Generate SAML Service Provider metadata for configuring a SAML Identity Provider.
4+
> More information: <https://www.elastic.co/guide/en/elasticsearch/reference/current/saml-metadata.html>.
5+
6+
- Generate SAML metadata for a specific realm and print it to `stdout`:
7+
8+
`elasticsearch-saml-metadata --realm {{realm_name}}`
9+
10+
- Generate SAML metadata and write it to a specific file:
11+
12+
`elasticsearch-saml-metadata --realm {{realm_name}} --out {{path/to/file.xml}}`
13+
14+
- Display help:
15+
16+
`elasticsearch-saml-metadata {{[-h|--help]}}`

0 commit comments

Comments
 (0)