Open
Description
Description
Regarding #43904
Similar to #43799
The oidc client doesn't try to get a new token if the old one is revoked. Currently you need to implement a solution yourself to check if 401 response is received. It would be nice if this is handled by the framework out of the box.
Implementation ideas
If more than one oidc client is used in the code then this retry needs to be handled only for the specific client.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment