OAuth2 Resource server Drupal implementation based on widely used league/oauth2-server. Inspired and partially adopted by drupal/simple_oauth.

This extension allows Drupal to play the role of Resource server in particular scenario where the authorization server a separate entity which is able to release JWT token, such as:

  • AWS Cognito
  • Keycloak

RFC6749

resource server
The server hosting the protected resources, capable of accepting and responding to protected resource requests using access tokens.