SamlSecurityTokenRequirement.MapToWindows Property

Definition

Gets or sets a value that indicates whether the token handler will attempt to map the SAML identity to a Windows identity by using the unique principal name (UPN) claim.

public:
 property bool MapToWindows { bool get(); void set(bool value); };
public bool MapToWindows { get; set; }
member this.MapToWindows : bool with get, set
Public Property MapToWindows As Boolean

Property Value

true to attempt to map the SAML identity to a Windows identity; otherwise, false. The default is false.

Applies to