Show / Hide Table of Contents

Class SamlConfiguration

The SAML configuration specifies the configuration for SAML single sign-on.

Inheritance
System.Object
Entity
SamlConfiguration
Inherited Members
Entity.Id
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlConfiguration : Entity

Properties

LocalIdentityProviderConfiguration

Gets or sets the local identity provider configuration.

Declaration
public LocalIdentityProviderConfiguration LocalIdentityProviderConfiguration { get; set; }
Property Value
Type Description
LocalIdentityProviderConfiguration

The local identity provider configuration.

LocalServiceProviderConfiguration

Gets or sets the local service provider configuration.

Declaration
public LocalServiceProviderConfiguration LocalServiceProviderConfiguration { get; set; }
Property Value
Type Description
LocalServiceProviderConfiguration

The local service provider configuration.

Name

Gets or sets the configuration name.

The configuration name is used in multi-tenanted applications to identify which configuration to use.

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

The configuration name or null if none.

PartnerIdentityProviderConfigurations

Gets or sets the partner identity provider configurations.

Declaration
public IList<PartnerIdentityProviderConfiguration> PartnerIdentityProviderConfigurations { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PartnerIdentityProviderConfiguration>

The partner identity provider configurations.

PartnerServiceProviderConfigurations

Gets or sets the partner service provider configurations.

Declaration
public IList<PartnerServiceProviderConfiguration> PartnerServiceProviderConfigurations { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PartnerServiceProviderConfiguration>

The partner service provider configurations.

Methods

Add(PartnerIdentityProviderConfiguration)

Adds the partner identity provider configuration.

Declaration
public void Add(PartnerIdentityProviderConfiguration partnerIdentityProviderConfiguration)
Parameters
Type Name Description
PartnerIdentityProviderConfiguration partnerIdentityProviderConfiguration

The partner identity provider configuration.

Add(PartnerServiceProviderConfiguration)

Adds the partner service provider configuration.

Declaration
public void Add(PartnerServiceProviderConfiguration partnerServiceProviderConfiguration)
Parameters
Type Name Description
PartnerServiceProviderConfiguration partnerServiceProviderConfiguration

The partner service provider configuration.

Add(IList<PartnerIdentityProviderConfiguration>)

Adds the partner identity provider configurations.

Declaration
public void Add(IList<PartnerIdentityProviderConfiguration> partnerIdentityProviderConfigurations)
Parameters
Type Name Description
System.Collections.Generic.IList<PartnerIdentityProviderConfiguration> partnerIdentityProviderConfigurations

The partner identity provider configurations.

Add(IList<PartnerServiceProviderConfiguration>)

Adds the partner service provider configurations.

Declaration
public void Add(IList<PartnerServiceProviderConfiguration> partnerServiceProviderConfigurations)
Parameters
Type Name Description
System.Collections.Generic.IList<PartnerServiceProviderConfiguration> partnerServiceProviderConfigurations

The partner service provider configurations.

In This Article
  • Properties
    • LocalIdentityProviderConfiguration
    • LocalServiceProviderConfiguration
    • Name
    • PartnerIdentityProviderConfigurations
    • PartnerServiceProviderConfigurations
  • Methods
    • Add(PartnerIdentityProviderConfiguration)
    • Add(PartnerServiceProviderConfiguration)
    • Add(IList<PartnerIdentityProviderConfiguration>)
    • Add(IList<PartnerServiceProviderConfiguration>)
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.