Skip to content

Commit c6cb3e6

Browse files
authored
Add warning notes for field loginHint and gcipSettings in IAP Settings. (#12678)
1 parent 143eb5b commit c6cb3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mmv1/products/iap/Settings.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ properties:
7474
type: NestedObject
7575
description: |
7676
GCIP claims and endpoint configurations for 3p identity providers.
77+
* 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.
7778
properties:
7879
- name: 'tenantIds'
7980
type: Array
@@ -114,6 +115,7 @@ properties:
114115
(https://developers.google.com/identity/protocols/OpenIDConnect#hd-param)
115116
Note: IAP does not verify that the id token's hd claim matches this value
116117
since access behavior is managed by IAM policies.
118+
* 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.
117119
- name: 'programmaticClients'
118120
type: Array
119121
description: |

0 commit comments

Comments
 (0)