Linux Function App Auth Settings V2Args
Constructors
Properties
An active_directory_v2
block as defined below.
An apple_v2
block as defined below.
Should the AuthV2 Settings be enabled. Defaults to false
.
An azure_static_web_app_v2
block as defined below.
The path to the App Auth settings.
Zero or more custom_oidc_v2
blocks as defined below.
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.
The paths which should be excluded from the unauthenticated_action
when it is set to RedirectToLoginPage
.
A facebook_v2
block as defined below.
The convention used to determine the url of the request made. Possible values include NoProxy
, Standard
, Custom
. Defaults to NoProxy
.
The name of the custom header containing the host of the request.
The name of the custom header containing the scheme of the request.
A github_v2
block as defined below.
A google_v2
block as defined below.
The prefix that should precede all the authentication and authorisation paths. Defaults to /.auth
.
A login
block as defined below.
A microsoft_v2
block as defined below.
Should the authentication flow be used for all requests.
Should HTTPS be required on connections? Defaults to true
.
The Runtime Version of the Authentication and Authorisation feature of this App. Defaults to ~1
.
A twitter_v2
block as defined below.
The action to take for requests made without authentication. Possible values include RedirectToLoginPage
, AllowAnonymous
, Return401
, and Return403
. Defaults to RedirectToLoginPage
.