HI,
Can you share the full error logs? thanks.
It looks like you are using both basic and OAuth authentication, I don't think you can use both
Hi,
Also, can the existing IdentityServer be disabled to open as required?
You can remove the identity server module, here is a guide video: https://www.youtube.com/watch?v=6By_lKDyTGg
Do you have a sample article and application?
We have an OAuth Resource Owner Password (ROP) External login Provider feature, you can check it:https://docs.abp.io/en/commercial/latest/modules/identity/oauth-login
Hi,
We just tried adding a claim to store that information but because the value(s) can change so frequently, we're not sure that's a good solution either.
Not suitable for storing frequently changing information, like the JWT token is immutable, when you change a claim, you must get a new token.
How about using the Distributed cache: https://docs.abp.io/en/abp/latest/Caching
Hi,
Is this work for you? https://github.com/dotnet/efcore/issues/11928#issuecomment-673058635
HI,
I'm sorry to say, the suite does not support it, you have to add references manually for your own modules.
Hi,
Did you try this?
https://support.abp.io/QA/Questions/3454/Can-not-update-ABP-packages-to-532-through-ABP-suite#answer-bbb0679c-5746-645f-7e8b-3a0539d530b4
Hi,
I have shared via email to you, please check it.