fiware-idm
fiware-idm copied to clipboard
Implementation of OAuth2 and JWT standards
IDM Keyrock could be much more versatile if it could be integrated deeper with existing solutions, i.e. ClientLibraries that follow Standards:
-
OAuth2 Introspection: https://tools.ietf.org/html/rfc7662 https://oauth.net/2/token-introspection/ With Active true/false indicator in Token Check Response
-
JWT Scopes for authorization (RBAC): https://tools.ietf.org/id/draft-bertocci-oauth-access-token-jwt-00.html#rfc.section.2.2.2
Is this planned or considered for the future?