I am using abp framework 8.2
Dawnloaded layered template with ABP Studio and found that their is default implementation of openIdct but I want to use Identity server4.
Hence followed following steps to convert from OpenIdct to Identity server
-
https://abp.io/docs/8.2/release-info/migration-guides/identityserver4-step-by-step
-
https://abp.io/docs/8.2/release-info/migration-guides/openiddict-mvc (This is implementation that provides identity server to OpenIdct for web but It is incomplete as not mensioned all dependecy of identity server for abp 8.2+)
-
ABP Framework version: v8.2
-
UI Type: MVC
-
Database System: EF Core (SQL )
-
Tiered (for MVC) or Auth Server Separated: yes
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
-
Dawnloaded layered template with ABP Studio and found that their is default implementation of openIdct but I want to use Identity server4.
Hence followed following steps to convert from OpenIdct to Identity server
-
https://abp.io/docs/8.2/release-info/migration-guides/identityserver4-step-by-step
-
https://abp.io/docs/8.2/release-info/migration-guides/openiddict-mvc (This is implementation that provides identity server to OpenIdct for web but It is incomplete as not mensioned all dependecy of identity server for abp 8.2+)