-
Notifications
You must be signed in to change notification settings - Fork 4
Fix OAuth account enrichment with tooltip explanation #148
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
Open
Kzoeps
wants to merge
17
commits into
main
Choose a base branch
from
143-oauth-enrichment-cover-all-pages-hide-handles-in-random-mode-explain-via-tooltip
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3fb407b
fix(pds-core): scope chooser enrichment to account rows
Kzoeps 2acbc43
test(pds-core): fix chooser enrichment test lint
Kzoeps b3ce759
fix(pds-core): match chooser enrichment identifiers exactly
Kzoeps 5d307c8
fix(pds-core): tighten consent identity enrichment
Kzoeps 391b1fe
fix(pds-core): keep consent tooltip open on first tap
Kzoeps 6fa92f0
fix(pds-core): resolve handle mode from OAuth client metadata
Kzoeps e0b618f
fix(auth): gate email login until handlers are ready
Kzoeps 7396050
fix(auth): sign handle mode callback parameter
Kzoeps 46c47e5
Merge branch 'fix/otp-resend-after-par-expiry' into 143-oauth-enrichm…
Kzoeps cc54b3e
Merge branch 'main' into 143-oauth-enrichment-cover-all-pages-hide-ha…
Kzoeps 265df25
fix: lint and format errors
Kzoeps b323a21
fix: address PR review feedback
Kzoeps c08b88c
Merge branch 'main' into 143-oauth-enrichment-cover-all-pages-hide-ha…
Kzoeps d9ca295
Merge branch 'main' into 143-oauth-enrichment-cover-all-pages-hide-ha…
Kzoeps 263bbbf
chore: release
github-actions[bot] f179fe1
Merge branch 'main' into 143-oauth-enrichment-cover-all-pages-hide-ha…
Kzoeps a7022f3
fix(auth): show noscript warning on OTP step
Kzoeps File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| 'ePDS': patch | ||
| --- | ||
|
|
||
| Sign-in screens now show your email more consistently and wait until they are ready before accepting clicks. | ||
|
|
||
| **Affects:** End users, Client app developers | ||
|
|
||
| **End users:** | ||
|
|
||
| - Sign-in, app approval, account chooser, and account-management screens now use email as the primary identifier for accounts with generated handles, while still showing the public handle where it helps explain the account. | ||
| - The final approval step no longer briefly exposes a generated random handle when an app asked to show email first. | ||
| - The email sign-in button now waits until the page is ready before accepting clicks, so an early tap does not start a broken sign-in attempt. | ||
|
|
||
| **Client app developers:** `epds_handle_mode` is now applied consistently to approval and account-chooser pages from either the current `/oauth/authorize` query parameter or OAuth client metadata, including pushed authorization requests where the browser URL only contains `request_uri`. Explicit query parameters still take precedence over client metadata. Valid modes stored for an auth flow are preserved through `/oauth/epds-callback`; invalid callback values are ignored rather than forwarded; metadata lookup failures fall back to the existing default behavior. |
|
Kzoeps marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.