You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,8 @@ Read more in [this post](https://medium.com/swlh/aws-alb-authentication-with-okt
169
169
170
170
##### Google
171
171
172
+
173
+
172
174
```hcl
173
175
alb_authenticate_oidc = {
174
176
issuer = "https://accounts.google.com"
@@ -180,8 +182,8 @@ Read more in [this post](https://medium.com/swlh/aws-alb-authentication-with-okt
180
182
client_secret = "google_client_secret"
181
183
}
182
184
```
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.
0 commit comments