Closed
Description
Is your feature request related to a problem? Please describe.
It would be nice to be able to support OpenIDConnect ID Token in the TokenResponse issued by the authorize calls.
Describe the solution you'd like
Related to #50 which would allow to add custom metadata to AT and open the Identity
information, it would be nice to be able to create an ID token in the Token response to comply with OIDC specification
Describe alternatives you've considered
The TokenResponse being closed and the conversion from AT to TokenResponse hard coded I see no other way to handle that, except relying on a ThreadLocal :(