Identity¶
Identity module is used to manage roles, users and their permissions, based on the Microsoft Identity library.
Key Capabilities¶
-
User Interface
- This module provides
MVC/Razor
Pages UI.
- This module provides
-
User management
- Users management is used to manage the users in your system.
- You can create a new user or edit an existing user.
- Identity module also allows to grant extra permissions to a specific user.
- You can also set custom claim values for a user with User claims.
-
Role Management
- Roles page is used to manage roles in the system. A role is a set of permissions assigned to the users.
- You can create a new role or edit a role.
- You can manage permissions of a role with Role permissions.
- You can set custom claim values for a role with Role claims.
-
Claim Type Management
- Identity module allows to define custom claim types.
-
Organization Units
- Organization Units (OU) can be used to manage organization units, members of organization units and roles of organization units.
-
Identity Security Log
- The security log system records some important operations or changes about your account (like login and change password). You can also save the security log if needed.