Oauth2 Resource Server will not retry on first failure with Multi-tenancy #10444
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Describe the bug
I have an oauth2 server running on keycloak http://localhost:8080/keycloak-service/ and configured multi-tenancy using this
However if the keycloak service is down initally, and a request has been sent to the controller, server will return 500 with this error on the console
Which is expected as the oauth server is down. However once the keycloak service back up, subsequent call to the controller will still show the same result
To Reproduce
Expected behavior
Expect step 7 above to show success instead of failure
The text was updated successfully, but these errors were encountered: