Show / Hide Table of Contents

Class TenantSaml2Provider

Reporesents settings for a tenant specific saml2 authentication provider.

Inheritance
Object
TenantSaml2Provider
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Declaration
public bool AllowUnsolicitedResponses { get; set; }
Property Value
Boolean

AuthenticationScheme

Gets or sets the name used to reference the authentication middelware instance.

Declaration
public string AuthenticationScheme { get; set; }
Property Value
String

Implements
ITenantAuthenticationScheme.AuthenticationScheme

BindingType

POST, GET

Declaration
public string BindingType { get; set; }
Property Value
String

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

Implements
ITenantAuthenticationScheme.TenantId

WantSignedRequests

Declaration
public bool WantSignedRequests { get; set; }
Property Value
Boolean

Back to top Generated by DocFX