inrupt / inrupt/solid-client-authn-js
Add state parameter to login
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 49
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 32
Description
In order to send information to the IdP during login, for example to start with registration page rather than login page, enable sending a state parameter per spec https://tools.ietf.org/html/rfc6749#section-4.1.1
In the mean time, TrinPod will be looking at the query string of the redirect uri given on login, and when start=registration is seen, the user will be sent directly to registration instead of the login page
Contributor guide
No contributing guide indexed for this repository
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
Start by reading the TypeScript login flow and RFC 6749 section 4.1.1 linked in the issue. Trace how the redirect URI is handled, then verify that callers can provide a state parameter and that it is sent to the IdP during login.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100