Share via


AzureADB2COptions 클래스

정의

주의

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 B2C를 사용하여 인증을 구성하는 옵션입니다.

public ref class AzureADB2COptions
public class AzureADB2COptions
[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 AzureADB2COptions
type AzureADB2COptions = 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 AzureADB2COptions = class
Public Class AzureADB2COptions
상속
AzureADB2COptions
특성

생성자

AzureADB2COptions()
사용되지 않음.

Azure Active Directory B2C를 사용하여 인증을 구성하는 옵션입니다.

속성

AllSchemes
사용되지 않음.

모든 기본 인증 체계를 가져옵니다.

CallbackPath
사용되지 않음.

로그인 콜백 경로를 가져오거나 설정합니다.

ClientId
사용되지 않음.

클라이언트 ID를 가져오거나 설정합니다.

ClientSecret
사용되지 않음.

클라이언트 암호를 가져오거나 설정합니다.

CookieSchemeName
사용되지 않음.

이 Azure Active Directory B2C 인증 instance 로그인에 사용할 쿠키 인증 체계를 가져오거나 설정합니다.

DefaultPolicy
사용되지 않음.

기본 정책을 가져오거나 설정합니다.

Domain
사용되지 않음.

Azure Active Directory B2C 테넌트 도메인을 가져오거나 설정합니다.

EditProfilePolicyId
사용되지 않음.

프로필 편집 정책 이름을 가져오거나 설정합니다.

Instance
사용되지 않음.

Azure Active Directory B2C instance 가져오거나 설정합니다.

JwtBearerSchemeName
사용되지 않음.

Azure Active Directory B2C 전달자 인증 instance 대한 액세스 토큰의 유효성을 검사하는 데 사용할 Jwt 전달자 인증 체계를 가져오거나 설정합니다.

OpenIdConnectSchemeName
사용되지 않음.

이 Azure Active Directory B2C 인증 instance 인증에 사용할 OpenID Connect 인증 체계를 가져오거나 설정합니다.

ResetPasswordPolicyId
사용되지 않음.

암호 재설정 정책 ID를 가져오거나 설정합니다.

SignedOutCallbackPath
사용되지 않음.

로그아웃 콜백 경로를 가져오거나 설정합니다.

SignUpSignInPolicyId
사용되지 않음.

등록 또는 로그인 정책 이름을 가져오거나 설정합니다.

적용 대상