共用方式為


Login interface

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

Properties

allowedExternalRedirectUrls

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

The configuration settings of the session cookie's expiration.

nonce

The configuration settings of the nonce used in the login flow.

preserveUrlFragmentsForLogins

true if the fragments from the request are preserved after the login request is made; otherwise, false.

routes

The routes that specify the endpoints used for login and logout requests.

Property Details

allowedExternalRedirectUrls

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.

allowedExternalRedirectUrls?: string[]

Property Value

string[]

cookieExpiration

The configuration settings of the session cookie's expiration.

cookieExpiration?: CookieExpiration

Property Value

nonce

The configuration settings of the nonce used in the login flow.

nonce?: Nonce

Property Value

preserveUrlFragmentsForLogins

true if the fragments from the request are preserved after the login request is made; otherwise, false.

preserveUrlFragmentsForLogins?: boolean

Property Value

boolean

routes

The routes that specify the endpoints used for login and logout requests.

routes?: LoginRoutes

Property Value