← 返回命令列表

Linux command

elasticsearch-saml-metadata 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Generate SAML metadata

elasticsearch-saml-metadata

Specify realm name

elasticsearch-saml-metadata --realm [realm_name]

Output to file

elasticsearch-saml-metadata --out [metadata.xml]

With signing certificate

elasticsearch-saml-metadata --signing-cert [cert.pem] --signing-key [key.pem]

说明

elasticsearch-saml-metadata generates SAML Service Provider metadata for Elasticsearch. Used when configuring SAML authentication with an Identity Provider.

参数

--realm _name_
SAML realm name.
--out _file_
Output file path.
--signing-cert _file_
Signing certificate.
--signing-key _file_
Signing key.
--contacts
Include contact info.

FAQ

What is the elasticsearch-saml-metadata command used for?

elasticsearch-saml-metadata generates SAML Service Provider metadata for Elasticsearch. Used when configuring SAML authentication with an Identity Provider.

How do I run a basic elasticsearch-saml-metadata example?

Run `elasticsearch-saml-metadata` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --realm _name_ do in elasticsearch-saml-metadata?

SAML realm name.