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,
How do i reproduce the problem in a new app template? please share the full steps, i will check it. thanks.
Hi,
it's not normal, How can I reproduce the problem in a new app template? please share the full steps
HI,
Angular 18 has a lot of changes and may be incompatible with the current ABP version.
You need to wait for ABP to support Angular 18
Hi,
Check if your project has code like this:
new TemplateDefinition(...).WithProperty("ResourceType", ....)
If there is, don't use type as an property
HI,
My github username is realLiangshiwei thanks
Hi,
I could not reproduce the problem.
Could you share the full steps? thanks. https://drive.google.com/file/d/1dVSJKFSvl_BDT7B83SpYfOjq97YqfVj9/view?usp=sharing
thanks, i will check it
could you share a video?
Hi,
This is not related to ABP, this is the Blazor design. When you refresh the page it is equivalent to restarting the application.