You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yaml values indentation fixed and aligned with the other oidc page (#1493)
This solves a bug discovered @rgshenoy in
#1416
Replaces #1416
Some indentation in the yaml configuration for Elasticsearch and Kibana
was incorrect. We have fixed it and aligned the format with the other
OIDC document.
Note that while reviewing all other examples in other realms (LDAP,
SAML, etc) there's no alignment at all in the format of the suggested
yaml settings. It might be good to align them in a separate PR, although
it's not really an issue or important.
cc: @shainaraskas
Copy file name to clipboardExpand all lines: deploy-manage/users-roles/cluster-or-deployment-auth/oidc-examples.md
+48-63Lines changed: 48 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -75,26 +75,21 @@ For more information about OpenID connect in Azure, refer to [Azure OAuth 2.0 an
75
75
To configure {{es}} for OIDC, [update your {{es}} user settings](../../../deploy-manage/deploy/elastic-cloud/edit-stack-settings.md) with the following configuration:
@@ -144,11 +139,11 @@ For more information about OpenID connect in Azure, refer to [Azure OAuth 2.0 an
144
139
145
140
```sh
146
141
xpack.security.authc.providers:
147
-
oidc.oidc1:
142
+
oidc.oidc1:
148
143
order: 0
149
144
realm: oidc1
150
145
description: "Log in with Azure"
151
-
basic.basic1:
146
+
basic.basic1:
152
147
order: 1
153
148
```
154
149
@@ -192,24 +187,19 @@ For more information about OpenID connect in Google, refer to [Google OpenID Con
192
187
To configure {{es}} for OIDC, [update your {{es}} user settings](../../../deploy-manage/deploy/elastic-cloud/edit-stack-settings.md) with the following configuration:
@@ -262,11 +252,11 @@ For more information about OpenID connect in Google, refer to [Google OpenID Con
262
252
263
253
```sh
264
254
xpack.security.authc.providers:
265
-
oidc.oidc1:
255
+
oidc.oidc1:
266
256
order: 0
267
257
realm: oidc1
268
258
description: "Log in with Google"
269
-
basic.basic1:
259
+
basic.basic1:
270
260
order: 1
271
261
```
272
262
@@ -308,25 +298,20 @@ For more information about OpenID connect in Okta, refer to [Okta OAuth 2.0 docu
308
298
To configure {{es}} for OIDC, [update your {{es}} user settings](../../../deploy-manage/deploy/elastic-cloud/edit-stack-settings.md) with the following configuration:
0 commit comments