File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ realm when using a custom web application other than Kibana
103
103
* <<security-api-saml-authenticate, Submit an authentication response>>
104
104
* <<security-api-saml-logout, Logout an authenticated user>>
105
105
* <<security-api-saml-invalidate, Submit a logout request from the IdP>>
106
+ * <<security-api-saml-sp-metadata,Generate SAML metadata>>
106
107
107
108
108
109
include::security/authenticate.asciidoc[]
@@ -141,4 +142,5 @@ include::security/saml-prepare-authentication-api.asciidoc[]
141
142
include::security/saml-authenticate-api.asciidoc[]
142
143
include::security/saml-logout-api.asciidoc[]
143
144
include::security/saml-invalidate-api.asciidoc[]
145
+ include::security/saml-sp-metadata.asciidoc[]
144
146
include::security/ssl.asciidoc[]
Original file line number Diff line number Diff line change @@ -7,16 +7,22 @@ Generate SAML metadata for a SAML 2.0 Service Provider.
7
7
[[security-api-saml-sp-metadata-request]]
8
8
==== {api-request-title}
9
9
10
- `GET /_security/saml/metadata/<realmname >`
10
+ `GET /_security/saml/metadata/<realm_name >`
11
11
12
12
[[security-api-saml-sp-metadata-desc]]
13
13
==== {api-description-title}
14
14
15
- The SAML 2.0 specification provides a mechanism for Service Providers to describe their
16
- capabilities and configuration using a metadata file.
17
- This API generates Service Provider metadata, based on the configuration of a SAML realm
15
+ The SAML 2.0 specification provides a mechanism for Service Providers to
16
+ describe their capabilities and configuration using a metadata file. This API
17
+ generates Service Provider metadata, based on the configuration of a SAML realm
18
18
in Elasticsearch.
19
19
20
+ [[security-api-saml-sp-metadata-path-params]]
21
+ ==== {api-path-parms-title}
22
+
23
+ `<realm_name>`::
24
+ (Required, string) The name of the SAML realm in {es}.
25
+
20
26
[[security-api-saml-sp-metadata-response-body]]
21
27
==== {api-response-body-title}
22
28
You can’t perform that action at this time.
0 commit comments