UserProfileClaimProvider class

The UserProfileClaimProvider class is a claim provider for MOSS STS. This claim provider inserts group SIDs (https://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid),upn (https://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn), and primary SID (https://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid) claim type in the SAML token issued by MOSS STS. The value of this claim type will be the value of group SID properties and the primary sid present in the the Memberships of a user profile of the user in User Profile Store. Note: It adds one claim for each group SID value.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.Claims.SPClaimProvider
    Microsoft.Office.Server.Security.UserProfileClaimProvider

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class UserProfileClaimProvider _
    Inherits SPClaimProvider
'Usage
Dim instance As UserProfileClaimProvider
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class UserProfileClaimProvider : SPClaimProvider

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserProfileClaimProvider members

Microsoft.Office.Server.Security namespace