-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
When using io.quarkus:quarkus-elytron-security-oauth2 to secure http resources with Bearer tokens they are sent to the introspect endpoint without URL Encoding.
The content type of the request is "application/x-www-form-urlencoded" and RFC-6750 allows usage of characters that needs to be encoded.