AzureADB2COptions Class

Definition

Caution

This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.

Options for configuring authentication using 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
Inheritance
AzureADB2COptions
Attributes

Constructors

AzureADB2COptions()

Properties

AllSchemes

Gets all the underlying authentication schemes.

CallbackPath

Gets or sets the sign in callback path.

ClientId

Gets or sets the client Id.

ClientSecret

Gets or sets the client secret.

CookieSchemeName

Gets or sets the Cookie authentication scheme to use for sign in with this instance of Azure Active Directory B2C authentication.

DefaultPolicy

Gets or sets the default policy.

Domain

Gets or sets the domain of the Azure Active Directory B2C tenant.

EditProfilePolicyId

Gets or sets the edit profile policy name.

Instance

Gets or sets the Azure Active Directory B2C instance.

JwtBearerSchemeName

Gets or sets the Jwt bearer authentication scheme to use for validating access tokens for this instance of Azure Active Directory B2C Bearer authentication.

OpenIdConnectSchemeName

Gets or sets the OpenID Connect authentication scheme to use for authentication with this instance of Azure Active Directory B2C authentication.

ResetPasswordPolicyId

Gets or sets the reset password policy id.

SignedOutCallbackPath

Gets or sets the sign out callback path.

SignUpSignInPolicyId

Gets or sets the sign up or sign in policy name.

Applies to