ietf-tools / ietf-tools/dev-planning-dispatch
Login initiation + OIDC callback (PKCE exchange)
Open
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()callssigninRedirect()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/stateare processed client-side bysigninRedirectCallback()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/statenever reach the origin (and the worker strips query strings from cache keys regardless).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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