diff --git a/docs/en/Modules/Identity.md b/docs/en/Modules/Identity.md index 028144c624..b950658505 100644 --- a/docs/en/Modules/Identity.md +++ b/docs/en/Modules/Identity.md @@ -1,4 +1,6 @@ # Identity Management Module +Identity module is used to manage [organization units](Organization-Units.md), roles, users and their permissions, based on the Microsoft Identity library. + See [the source code](https://github.com/abpframework/abp/tree/dev/modules/identity). Documentation will come soon... diff --git a/docs/en/Modules/Index.md b/docs/en/Modules/Index.md index 97581a39af..ae17c15c8a 100644 --- a/docs/en/Modules/Index.md +++ b/docs/en/Modules/Index.md @@ -17,7 +17,7 @@ There are some **free and open source** application modules developed and mainta * **Blogging**: Used to create fancy blogs. ABP's [own blog](https://blog.abp.io/) already using this module. * [**Docs**](Docs.md): Used to create technical documentation pages. ABP's [own documentation](https://docs.abp.io) already using this module. * **Feature Management**: Used to persist and manage the [features](../Features.md). -* **Identity**: Manages [organization units](Organization-Units.md), roles, users and their permissions, based on the Microsoft Identity library. +* **[Identity](Identity.md)**: Manages organization units, roles, users and their permissions, based on the Microsoft Identity library. * **IdentityServer**: Integrates to IdentityServer4. * **Permission Management**: Used to persist permissions. * **[Setting Management](Setting-Management.md)**: Used to persist and manage the [settings](../Settings.md).