Spring Authorization Server and support for JWT Authorization Grant

Viewed 17

Does anyone know if there any plans for implementing JWT Authoriation Grant in Spring Authorization Server as specified in RFC here? https://www.rfc-editor.org/rfc/rfc7523.html#section-2.1

I did it myself by implementing bunch of converters and providers and customized OAuth2AuthorizationServerConfigurer but ideally I would like not need to do it by hand.

Thanks :)

0 Answers
Related