Workforce Pool Provider Oidc Web Sso Config Args
data class WorkforcePoolProviderOidcWebSsoConfigArgs(val additionalScopes: Output<List<String>>? = null, val assertionClaimsBehavior: Output<String>, val responseType: Output<String>) : ConvertibleToJava<WorkforcePoolProviderOidcWebSsoConfigArgs>
Constructors
Link copied to clipboard
fun WorkforcePoolProviderOidcWebSsoConfigArgs(additionalScopes: Output<List<String>>? = null, assertionClaimsBehavior: Output<String>, responseType: Output<String>)
Functions
Properties
Link copied to clipboard
Additional scopes to request for in the OIDC authentication request on top of scopes requested by default. By default, the openid, profile and email scopes that are supported by the identity provider are requested. Each additional scope may be at most 256 characters. A maximum of 10 additional scopes may be configured.