MsalAuthenticationOptions Class

Definition

Authentication options for the underlying msal.js library handling the authentication.

public ref class MsalAuthenticationOptions
public class MsalAuthenticationOptions
type MsalAuthenticationOptions = class
Public Class MsalAuthenticationOptions
Inheritance
MsalAuthenticationOptions

Constructors

MsalAuthenticationOptions()

Properties

Authority

Gets or sets the authority for the Azure Active Directory or Azure Active Directory B2C instance.

ClientId

Gets or sets the client id for the application.

KnownAuthorities

Gets or sets the set of known authority host names for the application.

NavigateToLoginRequestUrl

Gets or sets whether or not to navigate to the login request url after a successful login.

PostLogoutRedirectUri

Gets or sets the post logout redirect uri for the application.

RedirectUri

Gets or sets the redirect uri for the application.

ValidateAuthority

Gets or sets a value that indicates whether or not to validate the authority.

Applies to