ContainerAppLogin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.
public class ContainerAppLogin
type ContainerAppLogin = class
Public Class ContainerAppLogin
- Inheritance
-
ContainerAppLogin
Constructors
ContainerAppLogin() |
Initializes a new instance of ContainerAppLogin. |
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 |
<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>. |
RoutesLogoutEndpoint |
The endpoint at which a logout request should be made. |
Applies to
Azure SDK for .NET