OpenIdConnectIdentityTokenConfigurationItem
The configuration of an OpenID Connect (OIDC) identity source for handling identity (ID)
token claims. Contains the claim that you want to identify as the principal in an
authorization request, and the values of the aud
claim, or audiences, that
you want to accept.
This data type is part of a OpenIdConnectTokenSelectionItem structure, which is a parameter of ListIdentitySources.
Contents
Note
In the following list, the required parameters are described first.
- clientIds
-
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider. For example,
1example23456789, 2example10111213
.Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 1000 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*
Required: No
- principalIdClaim
-
The claim that determines the principal in OIDC access tokens. For example,
sub
.Type: String
Length Constraints: Minimum length of 1.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: