hi
I suggest you use the Identity Server to get the access token, then call the API.
The template already included the Identity server by default.
hi
hi
Create new project from abp suite.
Can you share the project with me? liming.ma@volosoft.com
Invalid URI: Invalid port specified
hi
What's theRegion
setting of AWS?
hi
ok, You can also create a new project and reproduce the issue then share it with me liming.ma@volosoft.com
Try to clear the redis when updating the database.
This is weird, your scope should not be larger than InputLengthRestrictions.Scope
.
https://github.com/IdentityServer/IdentityServer4/blob/5c876281c5977fed56faf59636aa1a2626396d3f/src/IdentityServer4/src/Validation/Default/AuthorizeRequestValidator.cs#L554
I have added the codes below to to configureservices method of authserver ui projecet, it did'nt work.
Is same error occurs? [ERR] scopes too long.
EfCoreRepository and dbcontext are independent.
so we need to make the base repository generic and create a version for each module
You can give it a try
If multiple dbcontext
have the same entity, they can be used independently, but not together.