From 09bd61539a8b13b5906aed5ddf8dd6a862728eba Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Fri, 1 Apr 2022 17:03:24 -0500 Subject: [PATCH] fix: google issuer --- guides/admin/oidc-google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/admin/oidc-google.md b/guides/admin/oidc-google.md index 913947209..30f93f87f 100644 --- a/guides/admin/oidc-google.md +++ b/guides/admin/oidc-google.md @@ -64,7 +64,7 @@ Now that you've registered an app, you can provide the relevant **Client ID**, 1. Provide the **Client ID** and **Client Secret** supplied by Google. -1. For the **Issuer**, provide `accounts.google.com`. +1. For the **Issuer**, provide `https://accounts.google.com`. 1. For **Additional Scopes**, you can leave this value blank.