Activités de "omer_yel"

<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

  • 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

We have upgraded our project to 8.2 version using both commercial and standard migration guide documentations. We created new migration for session table. Auther Server and API host project works well. But we can not sign user in on blazor ui. Blazor Ui redirects to Auth server then auth server redirects to blazor Ui. This happens continuously. Blazor UI error log: API Host error log: Auth Server log: Blazor action at login: How can we upgrade our project to v8.2 properly?

We have already tried that solution. But it was not effective solution for us. It seem you can not solve the problem yet. So can you refund the ticket?

Any progress?

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

Hi, After access token expire, there is no activity on Blazor UI. At any user activity like navigating a page, a yellow alert appears at the bottom of page. User can not do any activity, until hard reload. Access token lifetime expires regardless of user activity. We expect that user must be sent to login page or token must be refreshed if access token is expired.

Here are occurred errors:

How can we solve this problem?

Affichage de 1 à 6 sur 6 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11