@antosubash
In this video we will see how to remove identity server from the No Layer ABP template.
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 and Update-Database commands to remove IDS-related tables from your database.
Add-Migration
Update-Database
is possible to remove identity server from angular layered template too?
Comments
Halil İbrahim Kalkan 192 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-MigrationandUpdate-Databasecommands to remove IDS-related tables from your database.francesco.devicariis@blexin.com 186 weeks ago
is possible to remove identity server from angular layered template too?