MsalAuthenticationOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증을 처리하는 기본 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 |
권한의 유효성을 검사할지 여부를 나타내는 값을 가져오거나 설정합니다. |