AzureADOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
- Inheritance
-
AzureADOptions
- Attributes
Constructors
AzureADOptions() |
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 authentication. |
Domain |
Gets or sets the domain of the Azure Active Directory tenant. |
Instance |
Gets or sets the Azure Active Directory instance. |
JwtBearerSchemeName |
Gets or sets the Jwt bearer authentication scheme to use for validating access tokens for this instance of Azure Active Directory Bearer authentication. |
OpenIdConnectSchemeName |
Gets or sets the OpenID Connect authentication scheme to use for authentication with this instance of Azure Active Directory authentication. |
SignedOutCallbackPath |
Gets or sets the sign out callback path. |
TenantId |
Gets or sets the tenant Id. |