hi
I will give feedback to the development team.
hi
There is no AbpClaimsServiceOptions
in OpenIddict.
https://docs.abp.io/en/abp/latest/Modules/OpenIddict#updating-claims-in-access_token-and-id_token
> dotnet tool uninstall volo.abp.cli -g
Tool 'volo.abp.cli' (version '7.0.0-rc.3') was successfully uninstalled.
> dotnet tool install volo.abp.cli -g --version 6.0.2
You can invoke the tool using the following command: abp
Tool 'volo.abp.cli' (version '6.0.2') was successfully installed.
> dotnet tool uninstall volo.abp.suite -g
Tool 'volo.abp.suite' (version '6.0.2') was successfully uninstalled.
> dotnet tool install volo.abp.suite -g --add-source https://nuget.abp.io/your-api-key/v3/index.json --version 6.0.0
You can invoke the tool using the following command: abp-suite
Tool 'volo.abp.suite' (version '6.0.0') was successfully installed.```
Get your api key from https://commercial.abp.io/my-organizations/ https://nuget.abp.io/bb4675ac-1ab3-4ee9-bb35-dd26f2994d90/v3/index.json
hi
What are the logs of http request 400?
hi
Can you clear Redis cache and localhost cache and cookies and login again?
context.Request.HttpContext.GetOpenIddictServerRequest()
Not all requests have OpenIddictServerRequest
, only oauth2 requests will have it.
We will release RC3 soon, you can wait and see.
hi
Did you set the breakpoints and Debug the DbMigrator
in Visual Studio?
HI
Have you tried the privacy mode of the browser? Sometimes the browser will cache CORS settings.
Please share the request logs of the main service.
Have you tried the high/latest version of the template project?