From 5ecab049d4e8d39c95425cbef90bd2d48651f234 Mon Sep 17 00:00:00 2001 From: Mark Shields <4237425+beejiujitsu@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:03:50 -0500 Subject: [PATCH] feat(docs): IAP, where to find audience value Signed-off-by: Mark Shields <4237425+beejiujitsu@users.noreply.github.com> --- docs/auth/google/gcp-iap-auth.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/auth/google/gcp-iap-auth.md b/docs/auth/google/gcp-iap-auth.md index f9a78bbc71..ce08f87865 100644 --- a/docs/auth/google/gcp-iap-auth.md +++ b/docs/auth/google/gcp-iap-auth.md @@ -29,7 +29,10 @@ auth: jwtHeader: x-custom-header # Optional: Only if you are using a custom header for the IAP JWT ``` -You can find the project number and service ID in the Google Cloud Console. +The full `audience` value can be obtained by visiting your [Identity-Aware Proxy Google Cloud console](https://console.cloud.google.com/security/iap), selecting your project, finding your Backend Service to proxy, clicking the 3 vertical dots then "Get JWT Audience Code", and copying from the resulting popup, which will look similar to the following: + +Screenshot 2023-02-02 at 10 58 10 AM + This config section must be in place for the provider to load at all. Now let's add the provider itself.