148 Commits

Author SHA1 Message Date
9affc02640 Bump version 2026-03-07 18:23:39 -08:00
f6c4f4df86 Merge remote-tracking branch 'vanutp/main' 2026-03-07 16:47:32 -08:00
Ersei Saggi
ca187a7b5e Make prettier happy 2026-02-22 11:04:40 -08:00
mandos21
475048a32e Fixed KeyNotFoundExceptions in PostOid flow 2026-02-02 21:20:49 -05:00
Matt DeGenaro
781e07b2ce Update role mapping information in configPage.html
Clarified default role mapping for Keycloak and Authelia.
2026-02-02 20:27:15 -05:00
jon4hz
5b3d70d328 fix: invalidate state immediately after auth 2026-01-14 20:36:04 +01:00
Ersei Saggi
547eabf55f Invalidate tokens after authentication
In certain cases, users who had their access revoked could log back in.
2026-01-12 17:46:02 -05:00
Ersei Saggi
48d75325b5 Use Jellyfin's HttpClientFactory
This should respect proxy settings and set a proper user-agent
2026-01-12 17:35:29 -05:00
Ersei Saggi
cdce0e583d Add loggerFactory to XML comment
Makes CI happy
2025-12-21 02:41:32 -05:00
Ersei Saggi
0e897f922f Allow not loading profile information from user info endpoint 2025-12-18 15:14:34 -05:00
Ersei Saggi
afbab1073e Add logging for OIDC library 2025-12-18 15:14:32 -05:00
Ivan Filipenkov
8a89c4b6e1 Update OIDC users' usernames to match canonical ones 2025-10-31 22:29:01 +01:00
Ivan Filipenkov
87aacf0d90 Link OIDC users by the sub claim instead of username 2025-10-31 22:27:10 +01:00
Ersei Saggi
8f86ce5101 Prepare for 4.0.0.3 2025-10-21 10:37:39 -04:00
Ersei Saggi
da21ebffa3 Specify that pushed authorization may need to be disabled for Authelia 2025-10-20 12:40:02 -04:00
Ersei Saggi
0d18ebae03 Update config UI links
https://github.com/9p4/jellyfin-plugin-sso/issues/285
2025-10-20 12:30:55 -04:00
Ersei Saggi
77e2a229f2 Don't use rc libs for Jellyfin 10.11 2025-10-20 12:30:15 -04:00
Ersei Saggi
71bb9a2f14 Jellyfin 10.11.0-rc5 2025-08-14 12:43:04 -04:00
Ersei Saggi
8baa922eea Manifest should be for 4.0.0.0 / JF10.11 2025-08-12 14:57:22 -04:00
Ersei Saggi
0738ad85f7 Fix warnings 2025-08-12 14:22:31 -04:00
Ersei Saggi
3459baffdf More Jellyfin 10.11 fixes 2025-08-12 13:49:09 -04:00
9p4
de6cd5d5c2 Merge pull request #265 from babbitt/punycode
Use punycode URL for redirect page - OIDC
2025-08-11 14:13:48 -04:00
9p4
299d3436ec Merge pull request #269 from kernelb00t/patch-1
Match the styling of the redirection page with Jellyfin colors and font
2025-08-11 14:12:38 -04:00
Ersei Saggi
5ed4c8bbcc Update to net9.0 for JF 10.11 2025-08-11 14:11:52 -04:00
Leo THIVILLON
aa0e361265 Match the styling of the redirection page with Jellyfin colors and font
- Added a style tag
- Set color to Jellyfin's dark background and light text
- Set font to Noto Sans
2025-05-09 23:26:51 +02:00
Joe Babbitt
caab66b653 use punycode URL for redirect page
Redirect page content gets encoded as LATIN1, non LATIN characters in URLs get malformed.
2025-04-29 17:22:38 -04:00
Feiko Joosten
f761dea356 Removed trailing whitespace 2025-04-05 18:59:36 +02:00
Feiko Joosten
55f58ecedd Prevent force updating username
Fixed an issue where you cannot modify the username as the code tried to find users by name instead of its id.
2025-04-04 01:58:01 +02:00
Ersei Saggi
1f08ccd213 Prepare for 3.5.3.0 2025-03-26 13:51:26 -04:00
Ersei Saggi
f1f57723c3 Make prettier happy again 2025-03-26 13:14:36 -04:00
Borja Domínguez
ae0ee62f21 Merge branch 'main' into allow-port-override 2025-03-26 16:32:12 +01:00
Ersei Saggi
728a994728 Make prettier happy 2025-03-26 11:20:29 -04:00
9p4
9c0597a5bc Merge pull request #202 from Estyms/main
Avatar via OIDC Provider
2025-03-26 11:18:24 -04:00
Borja Domínguez Vázquez
d7351ef596 Change EOL 2025-03-24 21:44:34 +01:00
Borja Domínguez Vázquez
07315a124c Change EOL 2025-03-24 21:43:44 +01:00
Borja Domínguez Vázquez
6f77735248 Allow to disable pushed authorization 2025-03-24 20:12:48 +01:00
Borja Domínguez Vázquez
73b6c17518 Allow port override 2025-03-24 20:06:28 +01:00
Borja Domínguez Vázquez
86dcd4c579 Better error handling 2025-03-24 20:04:44 +01:00
Borja Domínguez Vázquez
553c88873e Replace deprecated oidc dependency 2025-03-23 15:00:26 +01:00
Andre Blanke
a2064c1f17 Support DisableHttps/DoNotValidateIssuerName in OidChallenge 2025-03-03 16:54:28 +01:00
Evann Regnault
2cf4230bd6 Merge branch 'main' into main 2025-02-28 04:28:39 +01:00
Ersei Saggi
91c57b18f5 Allow for Fsharp code to be included 2024-11-05 15:17:02 -05:00
Evann Regnault
feb56ebdd6 [AvatarUrlFormat] Better Handling
- Mimetype is now inferred by the Response header.
- Extension is now derived from the Mimetype
2024-08-04 13:41:37 +02:00
Evann Regnault
2d6e2fc938 Text and JSON fields can now be emptied in configuration 2024-08-04 03:12:50 +02:00
Evann Regnault
95d2c36e2c Added AvatarFormatUrl to programatically set avatar on SSO Connect with OIDC 2024-08-04 03:00:06 +02:00
Ersei Saggi
e65f358c79 Update webresponse to use updated JS code 2024-06-04 10:25:58 -04:00
Ersei Saggi
cd35ef45ae Formatting 2024-06-04 09:56:19 -04:00
Christopher Fenner
6f584597f6 consistently use OpenID instead of OID on the config page 2024-06-04 12:03:11 +02:00
Ersei Saggi
42fba8656a Make CI happy 2024-05-13 09:32:52 -04:00
Ersei Saggi
2e8c19d631 Update for Jellyfin 10.9 2024-05-13 09:17:42 -04:00