We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a011a15 commit fdd6d7bCopy full SHA for fdd6d7b
pages/common/elasticsearch-saml-metadata.md
@@ -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