authentik
authentik copied to clipboard
website/integrations: jellyfin: add OIDC configuration
Details
I added the OIDC configuration for Jellyfin so others would more likely see that they can do this option for SSO.
Checklist
- [ ] Local tests pass (
ak test authentik/) - [ ] The code has been formatted (
make lint-fix)
If an API change has been made
- [ ] The API schema has been updated (
make gen-build)
If changes to the frontend have been made
- [ ] The code has been formatted (
make web)
If applicable
- [X] The documentation has been updated
- [X] The documentation has been formatted (
make website)
Deploy Preview for authentik-docs ready!
| Name | Link |
|---|---|
| Latest commit | e3c42e1c80c7fb602c17faab639cbfa9daa0b0af |
| Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6669fa78ecac7b00086a8bb9 |
| Deploy Preview | https://deploy-preview-9538--authentik-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for authentik-storybook ready!
| Name | Link |
|---|---|
| Latest commit | e3c42e1c80c7fb602c17faab639cbfa9daa0b0af |
| Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6669fa788e85300008d546cd |
| Deploy Preview | https://deploy-preview-9538--authentik-storybook.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.64%. Comparing base (
837a032) to head (e3c42e1). Report is 59 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #9538 +/- ##
=======================================
Coverage 92.64% 92.64%
=======================================
Files 713 713
Lines 34889 34894 +5
=======================================
+ Hits 32322 32327 +5
Misses 2567 2567
| Flag | Coverage Ξ | |
|---|---|---|
| e2e | 49.63% <ΓΈ> (-0.01%) |
:arrow_down: |
| integration | 25.47% <ΓΈ> (-0.01%) |
:arrow_down: |
| unit | 90.11% <ΓΈ> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Redlonghead