9p4
cef4fe5784
feat: allow for HTTPS to be disabled in OpenID discovery ( #76 )
2022-09-09 10:16:05 -04:00
9p4
facf45058f
Merge branch 'main' into custom-username-claim
2022-08-23 19:32:16 -04:00
Sambhav Saggi
672fce8189
fix: prevent null passwords when fallback is set to default provider
2022-08-23 19:22:02 -04:00
Sambhav Saggi
332f62d76e
feat: allow configuration of preferred username claim ( #47 )
2022-08-23 18:18:42 -04:00
9p4
47db5cb504
Merge pull request #71 from fredriklindberg/improve-get-request-base
...
fix: don't include port in redirect URL for 80 and 443
2022-08-23 18:12:19 -04:00
Fredrik Lindberg
d06f680407
fix: make user creation more robust
...
Reverse logic of CreateCanonicalLinkAndUserIfNotExist() to first check if the user exists,
then create the canonical link. This allows seamless re-creation of users through SSO after
they have been deleted from Jellyfin but not properly de-linked.
2022-08-18 17:55:41 +02:00
Fredrik Lindberg
976a816d8c
fix: don't include port in redirect URL for 80 and 443
...
Skip port number in redirect URLs during the following conditions
- The request scheme is http and request port is 80
- The request scheme is https and request port is 443
This creates redirect urls as https://server/path instead of https://server:443/path
2022-08-18 17:48:37 +02:00
Matthew Strasitoto
843873d8d5
fix: improve 403 failure message
2022-08-14 13:13:07 +10:00
Matthew Strasiotto
a7fb4d4ef0
Code cleanup
2022-08-14 13:13:07 +10:00
Matthew Strasiotto
ebfcadc862
Reduce duplication in adding new views
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
7e5738c65f
Add css to replace missing css in custom view
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
f810ea7259
add module for api client
...
Add js apiclient init module
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
cc05b12a23
Add controller for serving views
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
e7d70b8326
lazy provider linking frontend
...
Use ApiClient.getUrl to get base urls for links
Per
https://github.com/9p4/jellyfin-plugin-sso/pull/34#discussion_r885060442
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
c5e1644d17
implement api for listing and deleting links
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
7ede38d0ab
Implement canonical linking
2022-08-14 13:13:06 +10:00
Matthew Strasiotto
5da7e02faf
Fix ID Provider incorrectly resetting on login
2022-05-26 19:17:58 +10:00
Matthew Strasiotto
54ef348009
Allow requesting additional scopes in OIDC flows ( #24 )
...
* Allow requesting additional scopes in OIDC flows
* Supply OidScopes as an array
* Document `OidScopes` in readme
2022-04-29 16:04:45 -04:00
9p4
6cb5fc33bf
Merge pull request #9 from Pfuenzle/patch-2
...
Fallback Authentication Provider
2022-04-07 16:16:23 -04:00
Sambhav Saggi
5d28f1ba31
Make CI happy
2022-04-07 16:09:09 -04:00
Pfuenzle
2d14342ad7
Merge branch 'main' into patch-2
2022-04-07 10:20:11 +02:00
username
e8276eae87
Removed errors and warnings
2022-04-07 10:17:41 +02:00
username
2d459b7945
Moved default provider function to authenticate()
2022-04-07 09:43:36 +02:00
username
b8cddb3467
Added comment, removed whitespace etc.
2022-04-07 09:33:55 +02:00
Cody Robibero
875fc62728
Clean up controller
...
Signed-off-by: Cody Robibero <cody@robibe.ro >
2022-03-21 16:46:52 -06:00
Sambhav Saggi
7f66f44743
Use hashmaps instead of lists for performance
2022-03-13 15:01:26 -04:00
Sambhav Saggi
f748bf7ef7
Add expected roles for debug
2022-02-25 19:51:54 -05:00
Sambhav Saggi
b752f6ffaa
Log permissions on permission error
2022-02-25 19:47:06 -05:00
Sambhav Saggi
653341f3dd
Merge branch 'main' of https://github.com/9p4/jellyfin-plugin-sso into patch-2
2022-02-21 14:41:01 -05:00
Sambhav Saggi
7d1b3fa97d
Add XML docs + no more warnings
2022-02-21 14:36:29 -05:00
Sambhav Saggi
fad64fec7c
Clean up logging, add better errors
2022-02-21 11:29:46 -05:00
Sambhav Saggi
7106af19ec
Add nested OIDC claim support
2022-02-21 11:16:12 -05:00
Pfuenzle
0eb7cd4f50
Update SSOController.cs
2022-02-20 18:08:31 +01:00
Sambhav Saggi
075b4fb69f
Consolidate responses and improve localstorage checks
2022-02-18 13:02:04 -05:00
Sambhav Saggi
09bbe3aa47
Finalize client login flow via WebResponse
2022-02-18 12:52:01 -05:00
Sambhav Saggi
387fa5c67b
Add option to remove user from the SSO login
2022-02-15 20:52:54 -05:00
Sambhav Saggi
052e78b44d
Add more RBAC
2022-02-15 20:20:15 -05:00
Sambhav Saggi
dfc427e34b
Add Google support, sub fallback
2022-01-23 16:43:21 -05:00
Sambhav Saggi
b188e4ddc3
Add roles + claim support. Update admin page.
2022-01-23 13:31:47 -05:00
Sambhav Saggi
2f828f1210
Base URL patch
2022-01-17 13:23:50 -05:00
Sambhav Saggi
390505b8ea
Update delete API, add docs
2022-01-16 17:49:09 -05:00
Sambhav Saggi
12ab48a6da
Add OpenID support
2022-01-16 16:42:39 -05:00
Sambhav Saggi
7f3b1ddc88
Everything works, somehow
2022-01-14 17:50:20 -05:00
Sambhav Saggi
4bb0967565
Remove debug statements
2022-01-13 20:27:10 -05:00
Sambhav Saggi
983cc8320f
SAML integration complete. TODO: redirect to login
2022-01-13 20:20:16 -05:00
Sambhav Saggi
f5a398f020
Fix admin page, implement proper api endpoints, repair SAML
2022-01-11 23:24:01 -05:00
Sambhav Saggi
9911791047
Basic API, config pages, etc
2022-01-11 21:16:29 -05:00
Sambhav Saggi
89f2f140a7
Finally builds
2022-01-11 18:15:33 -05:00