Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ For more information about OpenID connect in Azure, refer to [Azure OAuth 2.0 an
op.token_endpoint: "https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/token"
op.userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo"
op.endsession_endpoint: "https://login.microsoftonline.com/<Directory (tenant) ID>/oauth2/v2.0/logout"
rp.post_logout_redirect_uri: "KIBANA_ENDPOINT_URL/logged_out"
rp.post_logout_redirect_uri: "KIBANA_ENDPOINT_URL/security/logged_out"
op.jwkset_path: "https://login.microsoftonline.com/<Directory (tenant) ID>/discovery/v2.0/keys"
claims.principal: email
claim_patterns.principal: "^([^@]+)@YOUR_DOMAIN\\.TLD$"
Expand Down Expand Up @@ -284,7 +284,7 @@ For more information about OpenID connect in Okta, refer to [Okta OAuth 2.0 docu
It will typically be `<KIBANA_ENDPOINT_URL>/api/security/oidc/callback`.

If you're using {{ech}}, then set this value to `<KIBANA_ENDPOINT_URL>/api/security/oidc/callback`.
6. Set the **Logout redirect URI** as `KIBANA_ENDPOINT_URL/logged_out`.
6. Set the **Logout redirect URI** as `KIBANA_ENDPOINT_URL/security/logged_out`.
7. Choose **Done** and copy your client ID and client secret values for later use.

2. Add your client secret [to the {{es}} keystore](/deploy-manage/security/secure-settings.md).
Expand Down Expand Up @@ -367,4 +367,4 @@ Remember to add this configuration for each node type in the [User settings](../
description: "Log in with Okta"
basic.basic1:
order: 1
```
```
Loading