Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OpenID Connect #1248

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Implement OpenID Connect #1248

wants to merge 3 commits into from

Conversation

darthmaim
Copy link
Member

@darthmaim darthmaim commented Dec 16, 2024

spec: https://openid.net/specs/openid-connect-core-1_0.html

TODO

  • Return id_token from token endpoint when scope includes openid
  • Include auth_time
  • Verify authorization request
  • Store nonce
  • Documentation
  • refresh_token grant type
  • Claims
  • max_age
  • Support prompt=login (or error?)
  • Add helper to @gw2me/client to verify id_token
  • Create follow-up issue detailing what has to be updated once jwk is supported (public clients, signing, …).

Closes #299

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement OpenId Connect
1 participant