MsalAuthenticationOptions 클래스

정의

인증을 처리하는 기본 msal.js 라이브러리에 대한 인증 옵션입니다.

public ref class MsalAuthenticationOptions
public class MsalAuthenticationOptions
type MsalAuthenticationOptions = class
Public Class MsalAuthenticationOptions
상속
MsalAuthenticationOptions

생성자

MsalAuthenticationOptions()

인증을 처리하는 기본 msal.js 라이브러리에 대한 인증 옵션입니다.

속성

Authority

Azure Active Directory 또는 Azure Active Directory B2C instance 대한 권한을 가져오거나 설정합니다.

ClientId

애플리케이션의 클라이언트 ID를 가져오거나 설정합니다.

KnownAuthorities

애플리케이션의 알려진 기관 호스트 이름 집합을 가져오거나 설정합니다.

NavigateToLoginRequestUrl

성공적으로 로그인한 후 로그인 요청 URL로 이동할지 여부를 가져오거나 설정합니다.

PostLogoutRedirectUri

애플리케이션에 대한 로그아웃 후 리디렉션 URI를 가져오거나 설정합니다.

RedirectUri

애플리케이션의 리디렉션 URI를 가져오거나 설정합니다.

ValidateAuthority

권한의 유효성을 검사할지 여부를 나타내는 값을 가져오거나 설정합니다.

적용 대상