Linux Web App Slot Auth Settings V2Login Args
Constructors
Properties
External URLs that can be redirected to as part of logging in or logging out of the app. This is an advanced setting typically only needed by Windows Store application backends.
The method by which cookies expire. Possible values include: FixedTime, and IdentityProviderDerived. Defaults to FixedTime.
The time after the request is made when the session cookie should expire. Defaults to 08:00:00.
The endpoint to which logout requests should be made.
The time after the request is made when the nonce should expire. Defaults to 00:05:00.
Should the fragments from the request be preserved after the login request is made. Defaults to false.
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 Token Store configuration Enabled. Defaults to false
The directory path in the App Filesystem in which the tokens will be stored.
The name of the app setting which contains the SAS URL of the blob storage containing the tokens.
Should the nonce be validated while completing the login flow. Defaults to true.