Replacing IdentityServer4 with Identity in ABP

Identity server is great for complex applications but if you want a simple application with few roles using IdentityServer4 can be overkill. In this post, we will see how to remove the identity server from the default ABP application.

Halil İbrahim Kalkan 162 weeks ago

Thanks for your detailed explanation. I agree some applications don't need it. We will work in the future to make that optional while creating a new solution.

xx2321 162 weeks ago

that would be a significant and good news for lots of programmmmmmmmmmmmmmer

4 2
naveed.akram@tkxel.com 153 weeks ago

Thanks. its help full. ABP angular app redirect me for login on identity server which is not required. i want to keep user on my angular app with my own login page, register page. i want to use just simple identity tables which is full fill my requirements. 1- I want to remove identity server from ABP angular app, 2- I required custom login form on abp angular with simple identity controller token authentication.

jakeuj 149 weeks ago

This let me remember that I try to remove all things about login five years ago. Because I just need some api in that mement. Thanks for your share.

joynerparsons8791331@gmail.com 77 weeks ago

In 5 years there will be a lot of changes we become what we behold. Technology is also very advanced.

Xeperson 126 weeks ago

Ciao, it's possible to do this in the new no-layers template? Thanks

aksbl@seznam.cz 75 weeks ago

Sure! But you can use chatgpt to do this for you. Recently, I needed positive words that start with N and the chatgpt generated hundreds of them in seconds. The technology is going so fast forward and it looks like everything will be automated soon! :/

debabrata.pattanaik@gmail.com 125 weeks ago

I tried with Angular as front end. The API part is fine it's running fine after all the steps but the angular application is throwing error. It's making an API call to https://localhost:44372/.well-known/openid-configuration and it's throwign 404 error. I guess we need to make some changes in angular but not sure what changes

Xeperson 90 weeks ago

Hello. With the version 6 of ABP, it's appropriate to remove OpenIdDict for the small progects? Thk.