Activities of "omer_yel"

On AbpPermissionGrant table there are permission for admin.

As you see at sample image of AbpPermissionGrant all permission are assigned to admin from role. admin role is also assigned to admin user. We are trying to login in using admin user. Also you can see Country permissions are given to admin role.

Hi We have applied your first suggestion. It solved problem on one of our server. But we do not know why and how it works. It works somehow. Can you illuminate us on this topic. Why we change IsDynamicClaimsEnabled to false and why does it work? We also created new server and database and implemented same working released project. I it gave us Unauthorized error.

<br> We supplied error logs to you via email.

You can check email to get Db trace logs.

hi We check query on sql server profiler. The query is being aborted at 0 or 1 ms. We sent verbose level logs via email.

Hi I have sent debug level logs via email.

Sorry i sent wrong log files. I sent correct logs via email.

hi

Please share the Logs.txt file on your remote IIS.

Thanks, liming.ma@volosoft.com

I have shared with you Logs and sample project that occurs mentioned error.

  • ABP Framework version: v8.2
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

V8.1.1 project has been upgraded to v8.2. Upgraded project executed using local redis and db. And it worked. Project was published and was executed on remote IIS server with redis and db of remote server. It gave us "invalid_grant" error. New empty blazor server project created using abp suite. Then it executed on debug mode on visual studio using db and redis of remote server. It worked. We got blazor ui successfully. Same new project published and deployed on IIS of development pc using remote server db and redis. It worked again. Published new project deployed on remote server IIS using remote server db and remote redis. It gives us "invalid_grant" error. Auth server and api works properly. We can login on api swagger. Every try, redis and database were reset. And migrator is executed.

We set access urls as domain for remote server.

We can send you project via email to reproduce.

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.6.2" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.6.2" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.6.2" />

It solved using above references. Thanks for your help.

Unfortunately it did not work. Problem is same. I have added packageReferences. here is httpapi.host package list

Showing 21 to 30 of 34 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35