Show / Hide Table of Contents

Class LocalIdentityProviderConfiguration

The local identity provider configuration specifies the configuration for the local identity provider.

Inheritance
System.Object
Entity
ProviderConfiguration
LocalProviderConfiguration
LocalIdentityProviderConfiguration
Inherited Members
LocalProviderConfiguration.SingleLogoutServiceUrl
LocalProviderConfiguration.ResolveToHttps
ProviderConfiguration.Name
ProviderConfiguration.Description
ProviderConfiguration.LocalCertificates
Entity.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public class LocalIdentityProviderConfiguration : LocalProviderConfiguration

Constructors

LocalIdentityProviderConfiguration()

Constructs an identity provider configuration.

Declaration
public LocalIdentityProviderConfiguration()

LocalIdentityProviderConfiguration(XmlElement)

Constructs an identity provider configuration from XML.

Declaration
public LocalIdentityProviderConfiguration(XmlElement xmlElement)
Parameters
Type Name Description
System.Xml.XmlElement xmlElement

The identity provider configuration XML.

Properties

SingleSignOnServiceUrl

Gets or sets the identity provider's single sign-on service URL.

The single sign-on service URL is the endpoint at which the SAML authn request is received.

Declaration
public string SingleSignOnServiceUrl { get; set; }
Property Value
Type Description
System.String

The identity provider's single sign-on service URL.

Methods

ToXml(XmlElement)

Serializes the identity provider configuration to XML.

Declaration
public override void ToXml(XmlElement xmlElement)
Parameters
Type Name Description
System.Xml.XmlElement xmlElement

The XML element.

Overrides
LocalProviderConfiguration.ToXml(XmlElement)
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.