Add JWK Route for OpenID Connect in Drupal 7 version

Created on 22 July 2024, 9 months ago
Updated 14 August 2024, 8 months ago

Problem/Motivation

Currently the 7.x version of this module is not providing any route that would return a jwk formatted keys, it does provides a route that return a pem certificate, but this certificate is not supported by Open ID connect 1.0 protocol.

Steps to reproduce

1. Install the this module.
2. Create a Oauth2.0 server
3. Create a client
4. now when you try to authenticate using that client we get an error

failed to verify signature: fetching keys oidc: get keys failed Get "": unsupported protocol scheme ""

Proposed resolution

Provide a new route as /oauth2/jwk and this would return a certificate key in jwk format.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India tdnshah

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024