Metadata · IdentityManager/IdentityManager Wiki · GitHub
Skip to content
This repository was archived by the owner on Feb 15, 2018. It is now read-only.

Metadata

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

Clone this wiki locally