Base solution for your next web application
Open Closed

Logout issue on refress token #8399


User avatar
0
BTTCorp created

Hello,

I have added an Identity Server authorization code flow to my project (aspe.net core + angular). Everything works fine but when we refresshing token then after unable to logout. Getting Signature validation failed. Unable to match keys and status code 500. i have also configure UpdateAccessTokenClaimsOnRefresh to True , also AllowOfflineAccess to True on register client. but unable to to do logout as claim not matched.

Can you please help us to come out from this ?


5 Answer(s)
  • User Avatar
    0
    musa.demir created

    Hello BTTCorp.

    • What is your product version?
    • What is your abp version?
  • User Avatar
    0
    BTTCorp created

    Hello, we are using below version as shown in the image.

  • User Avatar
    0
    musa.demir created

    We supported refresh token for Angular in v8.1. It seems like you implemented it for your project. Can you please check our implementation?, You may forget something.

    https://github.com/aspnetzero/aspnet-zero-core/pull/2777 https://github.com/aspnetboilerplate/abp-ng2-module/pull/56 https://github.com/aspnetboilerplate/bower-abp-resources/pull/21

  • User Avatar
    1
    BTTCorp created

    Sure, will check and let you know soon.

    Thanks

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @BTTCorp

    Did you have a chance to check this ?

    Thanks,