Skip to content

Commit 63469ed

Browse files
authored
[DOCS] Merges duplicate pages for SAML realms (#49209)
1 parent 5aa5d7b commit 63469ed

File tree

5 files changed

+32
-258
lines changed

5 files changed

+32
-258
lines changed

docs/reference/redirects.asciidoc

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,4 +944,30 @@ See <<native-realm-configuration>>.
944944
[role="exclude",id="native-settings"]
945945
==== Native realm settings
946946

947-
See <<ref-native-settings>>.
947+
See <<ref-native-settings>>.
948+
949+
[role="exclude",id="configuring-saml-realm"]
950+
=== Configuring a SAML realm
951+
952+
See <<saml-guide>>.
953+
954+
[role="exclude",id="saml-settings"]
955+
==== SAML realm settings
956+
957+
See <<ref-saml-settings>>.
958+
959+
[role="exclude",id="_saml_realm_signing_settings"]
960+
==== SAML realm signing settings
961+
962+
See <<ref-saml-signing-settings>>.
963+
964+
[role="exclude",id="_saml_realm_encryption_settings"]
965+
==== SAML realm encryption settings
966+
967+
See <<ref-saml-encryption-settings>>.
968+
969+
[role="exclude",id="_saml_realm_ssl_settings"]
970+
==== SAML realm SSL settings
971+
972+
See <<ref-saml-ssl-settings>>.
973+

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-saml-settings>>.
29-
30-
==== SAML realm signing settings
31-
32-
See <<ref-saml-signing-settings>>.
33-
34-
==== SAML realm encryption settings
35-
36-
See <<ref-saml-encryption-settings>>.
37-
38-
==== SAML realm SSL settings
39-
40-
See <<ref-saml-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
+
@@ -147,8 +147,6 @@ include::authentication/configuring-active-directory-realm.asciidoc[]
147147
include::authentication/configuring-file-realm.asciidoc[]
148148
include::authentication/configuring-ldap-realm.asciidoc[]
149149
include::authentication/configuring-pki-realm.asciidoc[]
150-
include::authentication/configuring-saml-realm.asciidoc[]
151-
152150
include::authentication/configuring-kerberos-realm.asciidoc[]
153151

154152
include::reference/files.asciidoc[]

0 commit comments

Comments
 (0)