Skip to content

Commit f915d11

Browse files
committed
[DOCS] Merges duplicate pages for SAML realms (#49209)
1 parent 8b4baea commit f915d11

File tree

5 files changed

+31
-257
lines changed

5 files changed

+31
-257
lines changed

docs/reference/redirects.asciidoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,3 +916,29 @@ See <<native-realm-configuration>>.
916916
==== Native realm settings
917917

918918
See <<ref-native-settings>>.
919+
920+
[role="exclude",id="configuring-saml-realm"]
921+
=== Configuring a SAML realm
922+
923+
See <<saml-guide>>.
924+
925+
[role="exclude",id="saml-settings"]
926+
==== SAML realm settings
927+
928+
See <<ref-saml-settings>>.
929+
930+
[role="exclude",id="_saml_realm_signing_settings"]
931+
==== SAML realm signing settings
932+
933+
See <<ref-saml-signing-settings>>.
934+
935+
[role="exclude",id="_saml_realm_encryption_settings"]
936+
==== SAML realm encryption settings
937+
938+
See <<ref-saml-encryption-settings>>.
939+
940+
[role="exclude",id="_saml_realm_ssl_settings"]
941+
==== SAML realm SSL settings
942+
943+
See <<ref-saml-ssl-settings>>.
944+

x-pack/docs/en/security/authentication/configuring-saml-realm.asciidoc

Lines changed: 0 additions & 230 deletions
This file was deleted.

x-pack/docs/en/security/authentication/saml-guide.asciidoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ SAML authentication is enabled by configuring a SAML realm within the
111111
authentication chain for {es}.
112112

113113
This realm has a few mandatory settings, and a number of optional settings.
114-
The available settings are described in detail in the
115-
<<saml-settings, SAML realm documentation>>, this guide will walk you through
116-
the most common settings.
114+
The available settings are described in detail in <<security-settings>>. For
115+
example, <<ref-saml-settings>>, <<ref-saml-signing-settings>>,
116+
<<ref-saml-encryption-settings>>, <<ref-saml-ssl-settings>>.
117+
This guide will walk you through the most common settings.
117118

118119
Create a realm by adding the following to your `elasticsearch.yml`
119120
configuration file. Each configuration value is explained below.

x-pack/docs/en/security/authentication/saml-realm.asciidoc

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,3 @@ chain.
1818
In order to simplify the process of configuring SAML authentication within the
1919
Elastic Stack, there is a step-by-step guide to
2020
<<saml-guide, Configuring Elasticsearch and Kibana to use SAML single sign-on>>.
21-
22-
The remainder of this document will describe {es} specific configuration options
23-
for SAML realms.
24-
25-
[[saml-settings]]
26-
==== SAML realm settings
27-
28-
See {ref}/security-settings.html#ref-saml-settings[SAML realm settings].
29-
30-
==== SAML realm signing settings
31-
32-
See {ref}/security-settings.html#ref-saml-signing-settings[SAML realm signing settings].
33-
34-
==== SAML realm encryption settings
35-
36-
See {ref}/security-settings.html#ref-saml-encryption-settings[SAML realm encryption settings].
37-
38-
==== SAML realm SSL settings
39-
40-
See {ref}/security-settings.html#ref-saml-ssl-settings[SAML realm SSL settings].
41-

x-pack/docs/en/security/configuring-es.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ your subscription. For more information, see https://www.elastic.co/subscription
7878
** <<configuring-ldap-realm,LDAP realms>>
7979
** <<native-realm,Native realms>>
8080
** <<configuring-pki-realm,PKI realms>>
81-
** <<configuring-saml-realm,SAML realms>>
81+
** <<saml-realm,SAML realms>>
8282

8383
. Set up roles and users to control access to {es}.
8484
+
@@ -149,8 +149,6 @@ include::authentication/configuring-active-directory-realm.asciidoc[]
149149
include::authentication/configuring-file-realm.asciidoc[]
150150
include::authentication/configuring-ldap-realm.asciidoc[]
151151
include::authentication/configuring-pki-realm.asciidoc[]
152-
include::authentication/configuring-saml-realm.asciidoc[]
153-
154152
include::authentication/configuring-kerberos-realm.asciidoc[]
155153

156154
include::reference/files.asciidoc[]

0 commit comments

Comments
 (0)