From cc60edc48f6f68688b9a484c00c43073373f5dcd Mon Sep 17 00:00:00 2001 From: gin <10017674+lirlia@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:19:19 +0900 Subject: [PATCH] add Authorized redirect URIs explaination --- docs/deploy-manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deploy-manual.md b/docs/deploy-manual.md index 59ffaff..5ff2cfa 100644 --- a/docs/deploy-manual.md +++ b/docs/deploy-manual.md @@ -252,6 +252,10 @@ see below, and another process is same as Google OAuth Pattern. - [Managing access to IAP-secured resources](https://cloud.google.com/iap/docs/managing-access?hl=en) - [Enabling IAP for Cloud Run](https://cloud.google.com/iap/docs/enabling-cloud-run?hl=en) +In this pattern, you need to set Authorized redirect URIs in OAuth credentials. + +like: `https://iap.googleapis.com/v1/oauth/clientIds/[YOUR_CLIENT_ID]:handleRedirect` + ### 2. Prepare You need to follow the same procedure as Google OAuth Pattern. Please follow from [3. Enable APIs](#3-enable-apis).