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
The filter used to request specific records from IdP. In case of attributes type as AZURE_AD_GROUPS_MAIL and AZURE_AD_GROUPS_ID, it represents the
462
482
filter used to request specific groups for users from IdP. By default, all of the groups associated with the user are fetched. The
463
483
groups should be security enabled. See https://learn.microsoft.com/en-us/graph/search-query-parameter for more details.
484
+
- name: 'extendedAttributesOauth2Client'
485
+
type: NestedObject
486
+
description: |
487
+
The configuration for OAuth 2.0 client used to get the extended group
488
+
memberships for user identities. Only the `AZURE_AD_GROUPS_ID` attribute
489
+
type is supported. Extended groups supports a subset of Google Cloud
490
+
services. When the user accesses these services, extended group memberships
491
+
override the mapped `google.groups` attribute. Extended group memberships
492
+
cannot be used in attribute mapping or attribute condition expressions.
493
+
494
+
To keep extended group memberships up to date, extended groups are
495
+
retrieved when the user signs in and at regular intervals during the user's
496
+
active session. Each user identity in the workforce identity pool must map
497
+
to a unique Microsoft Entra ID user.
498
+
properties:
499
+
- name: 'issuerUri'
500
+
type: String
501
+
description: |
502
+
The OIDC identity provider's issuer URI. Must be a valid URI using the `https` scheme. Required to get the OIDC discovery document.
503
+
required: true
504
+
- name: 'clientId'
505
+
type: String
506
+
description: |
507
+
The OAuth 2.0 client ID for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
508
+
required: true
509
+
- name: 'clientSecret'
510
+
type: NestedObject
511
+
description: |
512
+
The OAuth 2.0 client secret for retrieving extended attributes from the identity provider. Required to get the Access Token using client credentials grant flow.
0 commit comments