Package version:

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

Hierarchy

  • Login

Properties

allowedExternalRedirectUrls?: string[]

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?: CookieExpiration

The configuration settings of the session cookie's expiration.

nonce?: Nonce

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

preserveUrlFragmentsForLogins?: boolean

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

routes?: LoginRoutes

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

Generated using TypeDoc