Browse Source

Add InstallationNotes.md for Identity Server module

pull/22354/head
Muhammed Ali ÖZKAYA 2 years ago
parent
commit
9f6746fea7
No known key found for this signature in database GPG Key ID: 74D97433B8F4678B
  1. 9
      modules/identityserver/src/Volo.Abp.IdentityServer.Installer/InstallationNotes.md

9
modules/identityserver/src/Volo.Abp.IdentityServer.Installer/InstallationNotes.md

@ -0,0 +1,9 @@
# Installation Notes for Identity Server Module
IdentityServer module provides a full integration with the [IdentityServer4](https://github.com/DuendeArchive/IdentityServer4) (IDS) framework, which provides advanced authentication features like single sign-on and API access control. This module persists clients, resources and other IDS-related objects to database. This module is replaced by [OpenIddict](https://abp.io/docs/latest/modules/openiddict) module after ABP v6.0 in the startup templates.
> Note: You can not use IdentityServer and OpenIddict modules together. They are separate OpenID provider libraries for the same job.
## Documentation
For detailed information and usage instructions, please visit the [Identity Server Module documentation](https://abp.io/docs/latest/modules/identity-server).
Loading…
Cancel
Save