authlib / authlib/example-oidc-server

No JWKS endpoint

Open
#2 8 comments 11 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
65
Forks
37
PR merge metrics
No merged PRs in 30d

Description

To my understanding, when implementing OIDC, you need a JWKS endpoint. (A discovery endpoint would also be pretty helpful). Perhaps I'm missing something, but this example doesn't seem to provide a way for the client to validate the bundled OIDC profile because there's no jwks endpoint.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by examining the example's OIDC server routes and how the bundled OIDC profile is exposed. Identify where a JWKS endpoint would fit, then check the OIDC requirements for discovery and client validation; done means clients can retrieve the signing keys and discover the server metadata.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, authentication
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.