Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

815 B

Installation Notes for Identity Server Module

IdentityServer module provides a full integration with the 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 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.