default Provider
Parameters
value
The Default Authentication Provider to use when the unauthenticated_action
is set to RedirectToLoginPage
. Possible values include: apple
, azureactivedirectory
, facebook
, github
, google
, twitter
and the name
of your custom_oidc_v2
provider.
Note: Whilst any value will be accepted by the API for
default_provider
, it can leave the app in an unusable state if this value does not correspond to the name of a known provider (either built-in value, or custom_oidc name) as it is used to build the auth endpoint URI.