fiware-idm icon indicating copy to clipboard operation
fiware-idm copied to clipboard

Implementation of OAuth2 and JWT standards

Open gboege opened this issue 4 years ago • 0 comments

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?

gboege avatar Sep 11 '20 13:09 gboege