Monday, February 7, 2022
635 views
Removing IdentityServer from ABP No Layer Template
In this video we will see how to remove identity server from the No Layer ABP template.
Halil İbrahim Kalkan 45 weeks ago
I've created a commit to show exactly where to change: https://github.com/hikalkan/samples/commit/b3eedeb38ef4070e79ba777477bdc918b20269d9
Surely, after that, you need to run
Add-Migration
andUpdate-Database
commands to remove IDS-related tables from your database.[email protected] 40 weeks ago
is possible to remove identity server from angular layered template too?