-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR18
When token verification in OAUTHBEARER SASL mechanism fails (e.g. token is already expired), the connection remain open and it hangs (until it timeouts).
More info:
- OAuth2Client goes into handleServerResponse() with
{"status":"invalid_token"}
and generates finalMessage = 37, 120, 48, 49
- OAuth2SaslClient sends it and goes into FAILED_STATE
- remoting EndpointImpl get stuck in receiveAuthReject()
- is cloned by
-
ELY-1194 Elytron - failed OAUTHBEARER authentication doesn't close connection
- Resolved
- is incorporated by
-
JBEAP-11304 Upgrade WildFly Elytron to 1.1.0.Beta50
- Closed