Function App Auth Settings Args
Constructors
Properties
A active_directory
block as defined below.
Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".
External URLs that can be redirected to as part of logging in or logging out of the app.
The default provider to use when multiple providers have been set up. Possible values are AzureActiveDirectory
, Facebook
, Google
, MicrosoftAccount
and Twitter
.
A facebook
block as defined below.
A google
block as defined below.
Issuer URI. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
A microsoft
block as defined below.
The runtime version of the Authentication/Authorization module.
The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72
.
If enabled the module will durably store platform-specific security tokens that are obtained during login flows. Defaults to false
.
A twitter
block as defined below.
The action to take when an unauthenticated client attempts to access the app. Possible values are AllowAnonymous
and RedirectToLoginPage
.