snippetbashTip
elasticsearch-saml-metadata — Generate SAML Service Provider metadata for configuring a SAML Identity Provider. More information:
Viewed 0 times
commandmetadatasamlprovidercliserviceelasticsearch-saml-metadatagenerate
Problem
How to use the
elasticsearch-saml-metadata command: Generate SAML Service Provider metadata for configuring a SAML Identity Provider. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/saml-metadata>.Solution
elasticsearch-saml-metadata — Generate SAML Service Provider metadata for configuring a SAML Identity Provider. More information: <https://www.elastic.co/docs/reference/elasticsearch/command-line-tools/saml-metadata>.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]}}Code Snippets
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]}}Context
tldr-pages: common/elasticsearch-saml-metadata
Revisions (0)
No revisions yet.