Support jwt in introspection response #15467
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: blocked
An issue that's blocked on an external project change
type: enhancement
A general enhancement
It would be nice to provide support for phantom tokens. Many IDPs already have this feature, for example keycloak or curity. The main idea is that when introspect is called, jwt is returned in response. For example, as in keycloak:
Apparently this is very similar to JWT Response for OAuth Token Introspection
The text was updated successfully, but these errors were encountered: