You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keycloak current implements multiple grant types for the OIDC token endpoint, however, it does not support JWTs as authorization grants as described in RFC 7523.
This feature request is to expand the existing OIDC token endpoint to support this additional grant type.
The company I work for currently has the need for trusted services to authenticate users. RFC 7523 describes using JWTs as authorization grants which would support this use case.
Details
See the discussion topic above for additional notes on the proposed implementation.