Skip to content

Commit 2c90e16

Browse files
authored
chore: Link to Google provider resource for OIDC config (#302)
1 parent b327a15 commit 2c90e16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ Read more in [this post](https://medium.com/swlh/aws-alb-authentication-with-okt
169169

170170
##### Google
171171

172+
173+
172174
```hcl
173175
alb_authenticate_oidc = {
174176
issuer = "https://accounts.google.com"
@@ -180,8 +182,8 @@ Read more in [this post](https://medium.com/swlh/aws-alb-authentication-with-okt
180182
client_secret = "google_client_secret"
181183
}
182184
```
183-
184-
Note: remember to set your google consent screen to internal to only allow users from your own domain.
185+
* See the [iap_client resource](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iap_client) in the Google provider if you want to create this configuration in Terraform.
186+
* Remember to set your google consent screen to internal to only allow users from your own domain.
185187

186188
#### AWS Cognito with SAML
187189

0 commit comments

Comments
 (0)