Rename saml-metadata
This commit renames saml-metadata to elasticsearch-saml-metadata.
This commit is contained in:
parent
8a8a1dfc2e
commit
2d3fac307a
|
@ -2,15 +2,15 @@
|
|||
[[saml-metadata]]
|
||||
== saml-metadata
|
||||
|
||||
The `saml-metadata` command can be used to generate a SAML 2.0 Service Provider
|
||||
Metadata file.
|
||||
The `elasticsearch-saml-metadata` command can be used to generate a SAML 2.0 Service
|
||||
Provider Metadata file.
|
||||
|
||||
[float]
|
||||
=== Synopsis
|
||||
|
||||
[source,shell]
|
||||
--------------------------------------------------
|
||||
bin/x-pack/saml-metadata
|
||||
bin/elasticsearch-saml-metadata
|
||||
[--realm <name>]
|
||||
[--out <file_path>] [--batch]
|
||||
[--attribute <name>] [--service-name <name>]
|
||||
|
@ -28,8 +28,8 @@ bin/x-pack/saml-metadata
|
|||
The SAML 2.0 specification provides a mechanism for Service Providers to
|
||||
describe their capabilities and configuration using a _metadata file_.
|
||||
|
||||
The `saml-metadata` command generates such a file, based on the configuration of
|
||||
a SAML realm in {es}.
|
||||
The `elasticsearch-saml-metadata` command generates such a file, based on the
|
||||
configuration of a SAML realm in {es}.
|
||||
|
||||
Some SAML Identity Providers will allow you to automatically import a metadata
|
||||
file when you configure the Elastic Stack as a Service Provider.
|
||||
|
@ -109,7 +109,7 @@ The following command generates a default metadata file for the `saml1` realm:
|
|||
|
||||
[source, sh]
|
||||
--------------------------------------------------
|
||||
bin/x-pack/saml-metadata --realm saml1
|
||||
bin/elasticsearch-saml-metadata --realm saml1
|
||||
--------------------------------------------------
|
||||
|
||||
The file will be written to `saml-elasticsearch-metadata.xml`.
|
||||
|
@ -122,7 +122,7 @@ The following command generates a metadata file for the `saml2` realm, with a
|
|||
|
||||
[source, sh]
|
||||
--------------------------------------------------
|
||||
bin/x-pack/saml-metadata --realm saml2 \
|
||||
bin/elasticsearch-saml-metadata --realm saml2 \
|
||||
--service-name kibana-finance \
|
||||
--locale en-GB \
|
||||
--contacts \
|
||||
|
|
|
@ -577,9 +577,9 @@ Provider. This will automatically configure many of the integration options
|
|||
between the IdP and the SP.
|
||||
|
||||
The Elastic Stack supports generating such a metadata file using the
|
||||
`bin/x-pack/saml-metadata` command in your {es} directory.
|
||||
`bin/elasticsearch-saml-metadata` command in your {es} directory.
|
||||
|
||||
The {ref}/saml-metadata.html[documentation for the saml-metadata utility]
|
||||
The {ref}/saml-metadata.html[documentation for the elasticsearch-saml-metadata utility]
|
||||
describes how to run it, and the available command line options.
|
||||
|
||||
[[saml-role-mapping]]
|
||||
|
|
|
@ -22,8 +22,8 @@ verify_xpack_installation() {
|
|||
'elasticsearch-croneval.bat'
|
||||
'migrate'
|
||||
'migrate.bat'
|
||||
'saml-metadata'
|
||||
'saml-metadata.bat'
|
||||
'elasticsearch-saml-metadata'
|
||||
'elasticsearch-saml-metadata.bat'
|
||||
'elasticsearch-setup-passwords'
|
||||
'elasticsearch-setup-passwords.bat'
|
||||
'elasticsearch-sql-cli'
|
||||
|
|
Loading…
Reference in New Issue