Login Class

Definition

The configuration settings of the login flow of users using App Service Authentication/Authorization.

public class Login
type Login = class
Public Class Login
Inheritance
Login

Constructors

Login()

Initializes a new instance of the Login class.

Login(LoginRoutes, TokenStore, Nullable<Boolean>, IList<String>, CookieExpiration, Nonce)

Initializes a new instance of the Login class.

Properties

AllowedExternalRedirectUrls

Gets or sets external URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

CookieExpiration

Gets or sets the configuration settings of the session cookie's expiration.

Nonce

Gets or sets the configuration settings of the nonce used in the login flow.

PreserveUrlFragmentsForLogins

Gets or sets &lt;code&gt;true&lt;/code&gt; if the fragments from the request are preserved after the login request is made; otherwise, &lt;code&gt;false&lt;/code&gt;.

Routes

Gets or sets the routes that specify the endpoints used for login and logout requests.

TokenStore

Gets or sets the configuration settings of the token store.

Applies to