Identity Source Configuration Open Id Connect Configuration Args
data class IdentitySourceConfigurationOpenIdConnectConfigurationArgs(val entityIdPrefix: Output<String>? = null, val groupConfiguration: Output<IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfigurationArgs>? = null, val issuer: Output<String>, val tokenSelection: Output<IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgs>? = null) : ConvertibleToJava<IdentitySourceConfigurationOpenIdConnectConfigurationArgs>
Constructors
Link copied to clipboard
constructor(entityIdPrefix: Output<String>? = null, groupConfiguration: Output<IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfigurationArgs>? = null, issuer: Output<String>, tokenSelection: Output<IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgs>? = null)
Properties
Link copied to clipboard
A descriptive string that you want to prefix to user entities from your OIDC identity provider.
Link copied to clipboard
val groupConfiguration: Output<IdentitySourceConfigurationOpenIdConnectConfigurationGroupConfigurationArgs>? = null
The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source. See Group Configuration below.
Link copied to clipboard
val tokenSelection: Output<IdentitySourceConfigurationOpenIdConnectConfigurationTokenSelectionArgs>? = null
The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source. See Token Selection below.