Skip to content

Commit abddb60

Browse files
committed
tidy
1 parent 5654a2c commit abddb60

File tree

8 files changed

+702
-573
lines changed

8 files changed

+702
-573
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ applies_to:
1717

1818
# OpenID Connect authentication [oidc-realm]
1919

20-
% - [ ] ./raw-migrated-files/cloud/cloud/ec-secure-clusters-oidc.md
21-
22-
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
23-
24-
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages:
25-
26-
* [/raw-migrated-files/elasticsearch/elasticsearch-reference/oidc-guide.md](/raw-migrated-files/elasticsearch/elasticsearch-reference/oidc-guide.md)
27-
* [/raw-migrated-files/cloud/cloud/ec-secure-clusters-oidc.md](/raw-migrated-files/cloud/cloud/ec-secure-clusters-oidc.md)
28-
29-
==============
30-
3120
The OpenID Connect realm enables {{es}} to serve as an OpenID Connect Relying Party (RP) and provides single sign-on (SSO) support in {{kib}}.
3221

3322
It is specifically designed to support authentication using an interactive web browser, so it does not operate as a standard authentication realm. Instead, there are {{kib}} and {{es}} {{security-features}} that work together to enable interactive OpenID Connect sessions.
@@ -68,22 +57,19 @@ If you're using a self-managed cluster, then perform the following additional st
6857

6958
* Enable TLS for HTTP.
7059

71-
If your {{es}} cluster is operating in production mode, you must configure the HTTP interface to use SSL/TLS before you can enable Kerberos authentication. For more information, see [Encrypt HTTP client communications for {{es}}](../../../deploy-manage/security/set-up-basic-security-plus-https.md#encrypt-http-communication).
72-
73-
This step is necessary to support Kerberos authentication through {{kib}}. It is not required for Kerberos authentication directly against the {{es}} Rest API.
60+
If your {{es}} cluster is operating in production mode, you must configure the HTTP interface to use SSL/TLS before you can enable OIDC authentication. For more information, see [Encrypt HTTP client communications for {{es}}](../../../deploy-manage/security/set-up-basic-security-plus-https.md#encrypt-http-communication).
7461

7562
If you started {{es}} [with security enabled](/deploy-manage/deploy/self-managed/installing-elasticsearch.md), then TLS is already enabled for HTTP.
7663

7764
{{ech}}, {{ece}}, and {{eck}} have TLS enabled by default.
7865

7966
* Enable the token service.
8067

81-
The {{es}} Kerberos implementation makes use of the {{es}} token service. If you configure TLS on the HTTP interface, this service is automatically enabled. It can be explicitly configured by adding the following setting in your `elasticsearch.yml` file:
68+
The {{es}} OIDC implementation makes use of the {{es}} token service. If you configure TLS on the HTTP interface, this service is automatically enabled. It can be explicitly configured by adding the following setting in your `elasticsearch.yml` file:
8269

8370
```yaml
8471
xpack.security.authc.token.enabled: true
8572
```
86-
This step is necessary to support Kerberos authentication through {{kib}}. It is not required for Kerberos authentication directly against the {{es}} Rest API.
8773
8874
{{ech}}, {{ece}}, and {{eck}} have TLS enabled by default.
8975

deploy-manage/users-roles/cluster-or-deployment-auth/saml.md

Lines changed: 700 additions & 48 deletions
Large diffs are not rendered by default.

raw-migrated-files/cloud/cloud-enterprise/ece-securing-clusters-SAML.md

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

raw-migrated-files/cloud/cloud-enterprise/ece_optional_settings.md

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

raw-migrated-files/cloud/cloud-enterprise/ece_sign_outgoing_saml_message.md

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

0 commit comments

Comments
 (0)