Description
Implement the OAUTHBEARER SASL mechanism as defined in RFC 7628.
Authentication is performed using OAuth 2.0 bearer tokens instead of passwords.
The implementation must validate tokens and extract the authenticated identity according to the specification.
Description
Implement the OAUTHBEARER SASL mechanism as defined in RFC 7628.
Authentication is performed using OAuth 2.0 bearer tokens instead of passwords.
The implementation must validate tokens and extract the authenticated identity according to the specification.