AzureADOptions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
Azure Active Directory를 사용하여 인증을 구성하는 옵션입니다.
public ref class AzureADOptions
public class AzureADOptions
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public class AzureADOptions
type AzureADOptions = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADOptions = class
Public Class AzureADOptions
- 상속
-
AzureADOptions
- 특성
생성자
AzureADOptions() |
사용되지 않음.
Azure Active Directory를 사용하여 인증을 구성하는 옵션입니다. |
속성
AllSchemes |
사용되지 않음.
모든 기본 인증 체계를 가져옵니다. |
CallbackPath |
사용되지 않음.
로그인 콜백 경로를 가져오거나 설정합니다. |
ClientId |
사용되지 않음.
클라이언트 ID를 가져오거나 설정합니다. |
ClientSecret |
사용되지 않음.
클라이언트 암호를 가져오거나 설정합니다. |
CookieSchemeName |
사용되지 않음.
이 Azure Active Directory 인증 instance 로그인에 사용할 쿠키 인증 체계를 가져오거나 설정합니다. |
Domain |
사용되지 않음.
Azure Active Directory 테넌트 도메인을 가져오거나 설정합니다. |
Instance |
사용되지 않음.
Azure Active Directory instance 가져오거나 설정합니다. |
JwtBearerSchemeName |
사용되지 않음.
이 Azure Active Directory 전달자 인증 instance 대한 액세스 토큰의 유효성을 검사하는 데 사용할 Jwt 전달자 인증 체계를 가져오거나 설정합니다. |
OpenIdConnectSchemeName |
사용되지 않음.
이 Azure Active Directory 인증 instance 인증에 사용할 OpenID Connect 인증 체계를 가져오거나 설정합니다. |
SignedOutCallbackPath |
사용되지 않음.
로그아웃 콜백 경로를 가져오거나 설정합니다. |
TenantId |
사용되지 않음.
테넌트 ID를 가져오거나 설정합니다. |