extra Attributes Oauth2Client
suspend fun extraAttributesOauth2Client(value: Output<WorkforcePoolProviderExtraAttributesOauth2ClientArgs>)
suspend fun extraAttributesOauth2Client(value: WorkforcePoolProviderExtraAttributesOauth2ClientArgs?)
Parameters
value
The configuration for OAuth 2.0 client used to get the additional user attributes. This should be used when users can't get the desired claims in authentication credentials. Currently this configuration is only supported with SAML and OIDC protocol. Structure is documented below.
suspend fun extraAttributesOauth2Client(argument: suspend WorkforcePoolProviderExtraAttributesOauth2ClientArgsBuilder.() -> Unit)
Parameters
argument
The configuration for OAuth 2.0 client used to get the additional user attributes. This should be used when users can't get the desired claims in authentication credentials. Currently this configuration is only supported with SAML and OIDC protocol. Structure is documented below.