sillsdev / sillsdev/languageforge-lexbox
logging in from fw lite breaks if you abort in the middle of google registration
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9
- Forks
- 8
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 49
Description
Describe the bug
If you login from FW Lite and instead of logging in try to register with google, then you quit you can get stuck unable to login.
To Reproduce
- Open the OpenID connect debugger https://oidcdebugger.com/
- Auth URI https://staging.languagedepot.org/api/oauth/open-id-auth
- Check USE PKCE
- Send request, should take you to staging asking you to login
- click login with google using an account which doesn't exist
- land on the register page
- close that tab and go back to the oidc debugger
- send request again
- you get an ugly 403 page and you can't do anything
Expected behavior
You should land at the login page again
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
Reproduce the flow using the OpenID Connect debugger and the staging auth URI, including aborting Google registration before sending the request again. Trace the login and registration flow around the OAuth/OpenID Connect entry point; done means the second request returns to the login page instead of showing a 403 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100