Class AzureAdOptions
Represents serializable settings for Azure AD that can be used with a pre-configured Azure AD authentication scheme.
Inheritance
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions
AzureAdOptions
Inherited Members
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.Configure(Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions)
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ClaimsIssuer
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardAuthenticate
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardChallenge
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardDefault
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardForbid
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardSignIn
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ForwardSignOut
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class AzureAdOptions : AuthenticationSchemeOptions
Properties
TenantId
Gets or sets the Azure AD Tenant Id to use when signing in.
Declaration
public string TenantId { get; set; }
Property Value
String
|
Methods
Configure(OpenIdConnectOptions)
Configures the supplied options
with the settings in this class.
Declaration
public void Configure(OpenIdConnectOptions options)
Parameters
OpenIdConnectOptions
options
The OpenIdConnectOptions to configure. |
ToOptions()
Declaration
public override AuthenticationSchemeOptions ToOptions()
Returns
Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions
|
Overrides
IRM.AspNetCore.Authentication.Serialization.AuthenticationSchemeOptions.ToOptions()