From 1d9dd985f437f998766ff760039511bcdacc59b4 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 17 Oct 2019 16:02:21 -0700 Subject: [PATCH] Update OIDC provider doc (#7693) --- website/source/docs/auth/jwt_oidc_providers.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/auth/jwt_oidc_providers.html.md b/website/source/docs/auth/jwt_oidc_providers.html.md index 5546748b10..630dae5a34 100644 --- a/website/source/docs/auth/jwt_oidc_providers.html.md +++ b/website/source/docs/auth/jwt_oidc_providers.html.md @@ -102,7 +102,8 @@ Main reference: [Using OAuth 2.0 to Access Google APIs](https://developers.googl ## Okta -1. Make sure an Authorization Server has been created. +1. Make sure an Authorization Server has been created. The "Issuer" field shown on the Setting page + will used as the `oidc_discovery_url`. 1. Visit Applications > Add Application (Web). 1. Configure Login redirect URIs. Save. 1. Save client ID and secret.