Skip to content

Commit

Permalink
Add warning notes for field loginHint and gcipSettings in IAP Setting…
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan0515 authored Jan 6, 2025
1 parent 143eb5b commit c6cb3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/iap/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ properties:
type: NestedObject
description: |
GCIP claims and endpoint configurations for 3p identity providers.
* Enabling gcipSetting significantly changes the way IAP authenticates users. Identity Platform does not support IAM, so IAP will not enforce any IAM policies for requests to your application.
properties:
- name: 'tenantIds'
type: Array
Expand Down Expand Up @@ -114,6 +115,7 @@ properties:
(https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
Note: IAP does not verify that the id token's hd claim matches this value
since access behavior is managed by IAM policies.
* loginHint setting is not a replacement for access control. Always enforce an appropriate access policy if you want to restrict access to users outside your domain.
- name: 'programmaticClients'
type: Array
description: |
Expand Down

0 comments on commit c6cb3e6

Please sign in to comment.