ietf-tools / ietf-tools/dev-planning-dispatch

Login initiation + OIDC callback (PKCE exchange)

Open
#57 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Status: ✅ Done.

Implemented the redirect-based Authorization Code + PKCE flow using oidc-client-ts.

  • oidcLogin() calls signinRedirect() to begin the flow — the only action that redirects to the identity provider.
  • The callback is handled automatically on return to the site root (the redirect URI is the root, per #157): the code/state are processed client-side by signinRedirectCallback() and then stripped from the URL. No dedicated callback route or page is required, so the earlier "callback route" acceptance criterion is dropped.
  • The entire flow stays client-side; the code/state never reach the origin (and the worker strips query strings from cache keys regardless).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names oidcLogin(), signinRedirect(), signinRedirectCallback(), and the site root as the flow entry points. Review those references to verify the stated client-side redirect and callback behavior; the issue reports the work as done, so it does not define a remaining change or completion test.

Written by the indexing model from the issue text.

Assessment

Domain
authentication
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.