Linux Function App Auth Settings Args
Constructors
Properties
An active_directory block as defined above.
Specifies a map of login Parameters to send to the OpenID Connect authorization endpoint when a user logs in.
Specifies a list of External URLs that can be redirected to as part of logging in or logging out of the Linux Web App.
The default authentication provider to use when multiple providers are configured. Possible values include: AzureActiveDirectory, Facebook, Google, MicrosoftAccount, Twitter, Github
A facebook block as defined below.
A github block as defined below.
A google block as defined below.
A microsoft block as defined below.
The RuntimeVersion of the Authentication / Authorization feature in use for the Linux Web App.
The number of hours after session token expiration that a session token can be used to call the token refresh API. Defaults to 72 hours.
Should the Linux Web App 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 include: RedirectToLoginPage, AllowAnonymous.