yes, you must remove it
but I'm not calling external service every time, also why in log it is coming on login method?
Hi,
You can try search
Identityserver
keyword globally in your solution
Hi, I searched Identityserver but it is not there in the code, still it is there in logs.
Hi,
We will try to help you, but we are not OAuth experts.
ok, thank you.
Hi,
Is there any other alternate available other than openIddict and Identity server
openIddict and Identity server are the most popular libraries for NET, ABP currently only provides them as built-in
You can use any authorization server that supports OAuth, for example, KeyCloak https://github.com/abpframework/eShopOnAbp/pull/134
what is the roadmap to support openiddict from abp
ABP supports all features of openiddict, and will support new features of openiddict in the future
Hi, thank you for your response, if I replace OpenIddict with another OAuth, will I still get the abp support ?
thanks
Hi,
We changed the unit test codes in the template.
https://github.com/abpframework/abp/pull/17880/files
You can create a new project and refer to the application change to the existing project.
ok, I can still go with existing one? Or there will be any impact if I'll use existing.