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
Constant
The Constant mapping rule creates SAML identity information from a constant value.
public const string Constant = "Constant"
Field Value
Copy
The Copy mapping rule copies a SAML attribute.
public const string Copy = "Copy"
Field Value
Keep
The Keep mapping rule keeps the specified SAML attributes and removes all others.
public const string Keep = "Keep"
Field Value
Remove
The Remove mapping rule removes a SAML attribute.
public const string Remove = "Remove"
Field Value
Rename
The Rename mapping rule renames a SAML attribute.
public const string Rename = "Rename"