다음을 통해 공유


MsalAuthenticationOptions.ValidateAuthority 속성

정의

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

public:
 property bool ValidateAuthority { bool get(); void set(bool value); };
public bool ValidateAuthority { get; set; }
member this.ValidateAuthority : bool with get, set
Public Property ValidateAuthority As Boolean

속성 값

설명

Azure Active Directory B2C를 사용하는 경우 이 값을 false로 설정해야 합니다.

적용 대상