supportedIdentityProviders

@JvmName(name = "vlrlhyfcydffldwp")
suspend fun supportedIdentityProviders(value: Output<List<String>>)
@JvmName(name = "fykdbqauebyxwqiq")
suspend fun supportedIdentityProviders(value: List<String>?)

Parameters

value

A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: COGNITO , Facebook , Google , SignInWithApple , and LoginWithAmazon . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example MySAMLIdP or MyOIDCIdP . This parameter sets the IdPs that managed login will display on the login page for your app client. The removal of COGNITO from this list doesn't prevent authentication operations for local users with the user pools API in an AWS SDK. The only way to prevent SDK-based authentication is to block access with a AWS WAF rule .


@JvmName(name = "lwnjmsiasoqmbgtx")
suspend fun supportedIdentityProviders(vararg values: Output<String>)


@JvmName(name = "bjbjtdokufeatlks")
suspend fun supportedIdentityProviders(values: List<Output<String>>)
@JvmName(name = "gllodxxjqoydrceb")
suspend fun supportedIdentityProviders(vararg values: String)

Parameters

values

A list of provider names for the identity providers (IdPs) that are supported on this client. The following are supported: COGNITO , Facebook , Google , SignInWithApple , and LoginWithAmazon . You can also specify the names that you configured for the SAML and OIDC IdPs in your user pool, for example MySAMLIdP or MyOIDCIdP . This parameter sets the IdPs that managed login will display on the login page for your app client. The removal of COGNITO from this list doesn't prevent authentication operations for local users with the user pools API in an AWS SDK. The only way to prevent SDK-based authentication is to block access with a AWS WAF rule .