Class SamlMappingRule.RuleNames
The SAML mapping rules names.
Inherited Members
Namespace: ComponentSpace.Saml2.Configuration.MappingRules
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlMappingRule.RuleNames
Fields
Clear
The Clear mapping rule removes all SAML identity information.
Declaration
public const string Clear = "Clear"
Field Value
Type | Description |
---|---|
string |
Constant
The Constant mapping rule creates SAML identity information from a constant value.
Declaration
public const string Constant = "Constant"
Field Value
Type | Description |
---|---|
string |
Copy
The Copy mapping rule copies a SAML attribute.
Declaration
public const string Copy = "Copy"
Field Value
Type | Description |
---|---|
string |
Keep
The Keep mapping rule keeps the specified SAML attributes and removes all others.
Declaration
public const string Keep = "Keep"
Field Value
Type | Description |
---|---|
string |
Remove
The Remove mapping rule removes a SAML attribute.
Declaration
public const string Remove = "Remove"
Field Value
Type | Description |
---|---|
string |
Rename
The Rename mapping rule renames a SAML attribute.
Declaration
public const string Rename = "Rename"
Field Value
Type | Description |
---|---|
string |