-
Notifications
You must be signed in to change notification settings - Fork 177
feat(be,fe): SSO sign-in via two-hop OIDC discovery #3785
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
063806a
feat(be,fe): SSO sign-in via two-hop OIDC discovery
aterga 7d6cee0
fixup! feat(be,fe): SSO sign-in via two-hop OIDC discovery
aterga 5c31db5
chore(fe): sync auto-extracted locale catalogs for SSO strings
aterga 66137ee
fixup! feat(be,fe): SSO sign-in via two-hop OIDC discovery
aterga 9b730f6
fix(fe): inherit SSO second-hop trust from first-hop canary allowlist
aterga 281b2a9
feat(be,fe): improve SSO error messages; DO NOT MERGE test domain
aterga 6269805
fix(fe): label SSO credentials by discovery domain, not IdP issuer
aterga 983166d
fix(fe): don't misclassify direct-provider credentials as SSO
aterga 4d6de14
fix(fe): distinguish 'already linked here' vs 'already linked elsewhere'
aterga c4d599f
fix(fe): debounce SSO lookup on input so the popup opens from the click
aterga ac3246e
fix(fe): pass aud to findConfig in authorize resume handler
aterga d2b23e1
fix(fe): restore translations wiped by auto-extract; sync new msgids
aterga ec0d330
chore(fe): address Copilot review on SSO gating and submit button
aterga 77ed8d4
feat(be): gate SSO allowlist on is_production (id.ai vs beta.id.ai)
aterga 8e29a57
fix(fe): surface OAuth callback-fragment errors instead of "No token …
aterga 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| <script lang="ts"> | ||
| import type { SVGAttributes } from "svelte/elements"; | ||
|
|
||
| const { class: className, ...props }: SVGAttributes<SVGSVGElement> = $props(); | ||
| </script> | ||
|
|
||
| <svg viewBox="0 0 20 20" {...props} class={["size-5", className]}> | ||
| <path | ||
| d="M10 1a4.5 4.5 0 0 0-4.5 4.5c0 1.56.8 2.93 2 3.74V18a1 1 0 0 0 1.7.7L11 16.92l1.3 1.3a1 1 0 0 0 1.42 0l1.3-1.3a1 1 0 0 0 0-1.42l-1.3-1.3 1-1a1 1 0 0 0 0-1.42L13.5 10.6V9.24a4.5 4.5 0 0 0 1-7.74A4.5 4.5 0 0 0 10 1Zm0 2.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z" | ||
| class="fill-current" | ||
| /> | ||
| </svg> |
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 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 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 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 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 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 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.