Hi,
You can try:
.....
claimsPrincipal.SetAccessTokenLifetime() // set access token lifetime
....
await context.HttpContext.RequestServices.GetRequiredService<AbpOpenIddictClaimsPrincipalManager>().HandleAsync(context.Request, principal);
return new SignInResult(OpenIddictServerAspNetCoreDefaults.AuthenticationScheme, claimsPrincipal);
Hi,
You can remove them, but I don't recommend it.
Hi,
Thanks for the information. I can reproduce the problem. We will check it. your ticket was refunded.
Hi,
Could you give me more information?
Hi,
Will this can help you?
https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/MVC-TIERED/src/Acme.BookStore.Web/BookStoreWebModule.cs#L162-L176
Hi,
Will this can help you? https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/MVC-TIERED/src/Acme.BookStore.Web/BookStoreWebModule.cs#L162-L176
Hi,
Yes I did.
and then running the solution from Visual Studio directly?
I use the dotnet run command to run the project