You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brockallen edited this page Sep 7, 2014
·
4 revisions
Metadata
IdentityManagerMetadata defines the operations and properties allowed on users and roles via its two properties:
UserMetadata
SupportsCreate : Flag to allow users to be created
SupportsDelete : Flag to allow users to be deleted
SupportsClaims : Flag to allow claims to be used
CreateProperties : The PropertyMetadata for creating users
UpdateProperties : The PropertyMetadata when editing users
RoleMetadata
SupportsCreate : Flag to allow roles to be created
SupportsDelete : Flag to allow roles to be deleted
RoleClaimType : The role claim type to use from the user's claims collection. If used, then the role tab will be displayed when editing users, backed by the role definitions provided by the identity manager service.
CreateProperties : The PropertyMetadata for creating roles
UpdateProperties : The PropertyMetadata when editing roles