Class TenantSaml2Provider
Reporesents settings for a tenant specific saml2 authentication provider.
Inherited Members
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 TenantSaml2Provider : ITenantAuthenticationScheme
Properties
AllowUnsolicitedResponses
AuthenticationScheme
Gets or sets the name used to reference the authentication middelware instance.
Declaration
public string AuthenticationScheme { get; set; }
Property Value
String
|
Implements
BindingType
CertificateData
Base64-encoded certficatedata for the SAML2-provider
Declaration
public string CertificateData { get; set; }
Property Value
String
|
DisplayName
Gets or sets the display name for the authentication.
Declaration
public string DisplayName { get; set; }
Property Value
String
|
EntityId
EntityId for the SAML2-provider
Declaration
public string EntityId { get; set; }
Property Value
String
|
SignOnUrl
SignOnUrl for the SAML2-provider
Declaration
public string SignOnUrl { get; set; }
Property Value
String
|
TenantId
Gets or sets the identity of the tenant.
Declaration
public Guid TenantId { get; set; }
Property Value
System.Guid
|