Table of Contents

Class SamlMappingRule.RuleNames

Namespace
ComponentSpace.Saml2.Configuration.MappingRules
Assembly
ComponentSpace.Saml2.dll

The SAML mapping rules names.

public static class SamlMappingRule.RuleNames
Inheritance
SamlMappingRule.RuleNames
Inherited Members

Fields

Clear

The Clear mapping rule removes all SAML identity information.

public const string Clear = "Clear"

Field Value

string

Constant

The Constant mapping rule creates SAML identity information from a constant value.

public const string Constant = "Constant"

Field Value

string

Copy

The Copy mapping rule copies a SAML attribute.

public const string Copy = "Copy"

Field Value

string

Keep

The Keep mapping rule keeps the specified SAML attributes and removes all others.

public const string Keep = "Keep"

Field Value

string

Remove

The Remove mapping rule removes a SAML attribute.

public const string Remove = "Remove"

Field Value

string

Rename

The Rename mapping rule renames a SAML attribute.

public const string Rename = "Rename"

Field Value

string