We can't fix this. You may consider using a shorter Scope name.
hi
Please share a such URL
We do not add any extra parameters to the URL.
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.