Activities of "maliming"

hi

I mean you can get access_token on OnTokenResponseReceived instead of OnTokenValidated

https://support.abp.io/QA/Questions/4799#answer-3a0a6184-5a12-c5bc-3538-2d7cba8ad485

Can you share a simple project with me? include your AddOpenIdConnect configuration and test user & password.

liming.ma@volosoft.com

I will try the OnTokenResponseReceived

We have a sample.

https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver

https://github.com/abpframework/abp-samples/blob/master/DomainTenantResolver/MVC-TIERED/src/Acme.BookStore.IdentityServer/BookStoreIdentityServerModule.cs#L55-L61

hi

You can reproduce it then I will remote check it,

hi

options.Events.OnTokenResponseReceived = async onTokenResponseReceivedContext =>
{
    var accessToken = onTokenResponseReceivedContext.TokenEndpointResponse.AccessToken;

    await Task.CompletedTask;
};

Please use the last solution in my email.

ok, I will check it asap.

How can I reproduce your problem on my computer?

Can you share a simple project? liming.ma@volosoft.com

hi

Please share a complete runnable project. I can't build it now.

I will confirm OnTokenValidated again.

hi

I have been unable to reproduce the problem.

Showing 6341 to 6350 of 10674 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 16, 2025, 10:35