defaultProvider

@JvmName(name = "itsbhpmbgvhibjbq")
suspend fun defaultProvider(value: Output<String>)
@JvmName(name = "vhlvcahbyhtrcbhr")
suspend fun defaultProvider(value: String?)

Parameters

value

The default authentication provider to use when multiple providers are configured. Possible values include: BuiltInAuthenticationProviderAzureActiveDirectory, BuiltInAuthenticationProviderFacebook, BuiltInAuthenticationProviderGoogle, BuiltInAuthenticationProviderMicrosoftAccount, BuiltInAuthenticationProviderTwitter, BuiltInAuthenticationProviderGithub

NOTE: This setting is only needed if multiple providers are configured, and the unauthenticated_client_action is set to "RedirectToLoginPage".