We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f4e51 + 925e4b5 commit 7fb414eCopy full SHA for 7fb414e
samples/CloudIdentityAwareProxy.gs
@@ -28,7 +28,7 @@ function run() {
28
headers: {
29
// As per the IAP documentation, use the id_token, not the access_token,
30
// to authorize the request.
31
- Authorization: 'Bearer ' + service.getToken().id_token
+ Authorization: 'Bearer ' + service.getIdToken()
32
}
33
});
34
var result = response.getContentText();
0 commit comments