-
Notifications
You must be signed in to change notification settings - Fork 11k
feat(auth): add generic OpenID Connect (OIDC) single sign-on #3508
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
holden093
wants to merge
30
commits into
odysseus-dev:dev
Choose a base branch
from
holden093:feat/oidc-sso
base: dev
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 all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fe8c8e4
feat(auth): add generic OpenID Connect (OIDC) single sign-on
holden093 d00f19d
fix: add OIDC env vars to standalone GPU compose files
holden093 186be4a
fix(oidc): address review items — aud arrays, JWKS cache, alg pinning…
holden093 c05a2df
fix(oidc): address second-pass review — CSRF cookie, admin demotion, …
holden093 e77062d
Potential fix for pull request finding
holden093 51c418f
fix(oidc): address RaresKeY review — bootstrap gating and UserInfo su…
holden093 80ac306
fix(oidc): add missing OIDC_REDIRECT_URI and OIDC_FIRST_USER_IS_ADMIN…
holden093 dd9132f
fix(oidc): surface callback errors on login page from URL query param
holden093 f89f9c3
fix(oidc): address remaining review items — issuer fail-closed, multi…
holden093 45ec4a4
fix(oidc): wrap JWKS errors as OidcError, bind token exchange to stor…
holden093 f384692
fix(oidc): offload code exchange off the event loop to avoid blocking
holden093 e164ec6
fix(oidc): throttle failed JWKS refreshes and persist state key acros…
holden093 67eb7b9
fix(oidc): serialize admin bootstrap, atomic key creation, guard agai…
holden093 3886403
fix(oidc): serialize auth across workers, guard UserInfo demotion, at…
holden093 d7f85c6
fix(oidc): add intra-process lock to _interprocess_auth_lock
holden093 54c3fe8
fix(oidc): address four current-head blockers from RaresKeY review
holden093 90b916e
fix(oidc): serialize create_user() across workers
holden093 29ab254
fix(oidc): enforce reserved-username check in _create_user_locked
holden093 233d2f7
fix(auth): serialize all auth.json writers under inter-process lock
holden093 71e9ebc
Merge branch 'pewdiepie-archdaemon:dev' into feat/oidc-sso
holden093 1f18fb6
Merge branch 'pewdiepie-archdaemon:dev' into feat/oidc-sso
holden093 ffe96c5
fix(oidc): security hardening — 11 fixes from multi-model review
holden093 28e3d79
fix(oidc): address all MEDIUM findings from 4-model security review
holden093 4cf9326
test(oidc): add regression test for last-admin demotion guard
holden093 0384bbe
Merge branch 'pewdiepie-archdaemon:dev' into feat/oidc-sso
holden093 e1cd0bb
Merge branch 'pewdiepie-archdaemon:dev' into feat/oidc-sso
holden093 025f251
Merge branch 'odysseus-dev:dev' into feat/oidc-sso
holden093 ad808d2
fix(oidc): address review findings — PKCE, iat, TLS, sub, cookies, se…
holden093 988b86b
fix(auth): proactive hardening — cross-worker revocation, file perms,…
holden093 94d882a
Merge branch 'odysseus-dev:dev' into feat/oidc-sso
holden093 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 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.
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.