@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?
In this post, I will show you how to create an ABP microservice using a dotnet new template.
February 2023, 447 views
In this post we will see how to replace Identity server with OpenIddict in our microservice. We will use the same microservice we created in the previ...
December 2022, 445 views
In this post we will see how to automatically version and release a .Net Application using GitHub Actions. We will use the conventional commits specif...
October 2022, 362 views
Get information about happenings in ABP like new releases, free sources, posts, and more.
Comments
Halil İbrahim Kalkan 147 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.francesco.devicariis@blexin.com 142 weeks ago
is possible to remove identity server from angular layered template too?