Add support for delegated authentication with OIDC #1886

Merged
ginger merged 21 commits from ginger/oidc into main 2026-07-04 15:18:03 +00:00

21 commits

Author SHA1 Message Date
f1b7710984
fix: Mobile styling improvements
Some checks failed
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m8s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m15s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m20s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 8m28s
Checks / Prek / Check changed files (push) Successful in 6s
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (push) Has been cancelled
Release Docker Image / Create Multi-arch Release Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
Release Docker Image / Release Binaries (push) Has been cancelled
Release Docker Image / Mirror Images (push) Has been cancelled
Documentation / Build and Deploy Documentation (push) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Has been cancelled
2026-07-02 17:13:14 -04:00
514c3bbcbf
fix: Properly show email in account page when OIDC email_claim is set
All checks were successful
Checks / Changelog / Check changelog is added (pull_request_target) Successful in 6s
Checks / Prek / Check changed files (pull_request) Successful in 6s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m9s
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m18s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m24s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m1s
2026-07-02 16:57:21 -04:00
da7d8c9821
fix: Prevent register page from being accessible when OIDC is enabled 2026-07-02 16:34:56 -04:00
45809b7970
feat: Add support for reading the OIDC client secret from a file 2026-07-02 16:34:56 -04:00
910925b906
fix: Config file formatting 2026-07-02 16:34:38 -04:00
28263982cd
feat: Add support for requesting additional scopes 2026-07-02 16:34:38 -04:00
52a4b9d586
chore: News fragment 2026-07-02 16:34:38 -04:00
786890baa0
feat: Add support for importing email addresses from the IDP 2026-07-02 16:34:38 -04:00
3282ba8eab
fix: Miscellaneous fixes 2026-07-02 16:34:38 -04:00
f66c1d8f35
fix: Hide bare oidc config option 2026-07-02 16:34:38 -04:00
3d004b1923
fix: Adjust OIDC config section comment position 2026-07-02 16:34:38 -04:00
06afe4f1a3
feat: Add support for importing profile data from claims 2026-07-02 16:34:38 -04:00
53d6887b86
refactor: Move profile field setting logic into users service 2026-07-02 16:34:38 -04:00
8c77bd61e5
fix: Hide password change link when OIDC is enabled 2026-07-02 16:34:38 -04:00
e649af33b9
feat: Send account selection prompt to IDP when account switch link is clicked 2026-07-02 16:34:38 -04:00
e2fe166d63
feat: Speedbump when logging in with OIDC with no next target 2026-07-02 16:34:38 -04:00
4ee0bb7533
feat: Allow existing legacy accounts to be linked interactively 2026-07-02 16:34:38 -04:00
9a9cc94702
chore: Update admin command docs 2026-07-02 16:34:38 -04:00
58a6e1232c
feat: Implement !admin oidc unlink 2026-07-02 16:34:38 -04:00
c0cb4afd8a
feat: Initial implementation of OIDC 2026-07-02 16:34:38 -04:00
69163b5391
refactor: Split remote and deactivated users into their own columns 2026-07-02 16:24:07 -04:00