How to decode reference refresh token in OpenIdDict?

Viewed 21

I'm trying to get token ID or reference ID from reference refresh token.

I have 2 instances of my application: master and proxy. I have to revoke refresh token on both of them. First proxy forwards request to master which tries to revoke refresh token. If the request finishes with status 200, I try to revoke the same refresh token on proxy.

0 Answers
Related