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)
-
0
Hello BTTCorp.
- What is your product version?
- What is your abp version?
-
0
-
0
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
-
1
Sure, will check and let you know soon.
Thanks
-
0
Hi @BTTCorp
Did you have a chance to check this ?
Thanks,