Search code examples
spring-securityspring-authorization-server

Does Spring Authorization Server or OAuth2 client support passing request Parameters as JWTs


Does Spring Authorization Server or the Spring Security OAuth2 client support passing request Parameters as JWTs (see https://openid.net/specs/openid-connect-core-1_0.html#JWTRequests). Searching the apis, docs and code (checked out the code and searched for buzzwords like request_parameter_supported) didn't turn up anything.


Solution

  • This is not supported yet. See #206.