# Jellyfin SSO

## Summary

Using SSO with Jellyfin allows you to access the Jellyfin UI using only one sign in.

{% hint style="info" %}
Settings / System Settings / Single Sign-On / Jellyfin
{% endhint %}

![](/files/-MidHdL9Q6d5BeBXmnLs)

| **Type**         | **Purpose**                                 |
| ---------------- | ------------------------------------------- |
| Jellyfin API URL | URL for your Server's Jellyfin API Instance |
| Jellyfin SSO URL | URL for to pass to Jellyfin for SSO         |
| Enable           | Enable Jellyfin SSO                         |

## Tips

{% hint style="warning" %}
SSO doesn't work if Reverse Proxy is a subdomain - It must be on the same domain as Organizr
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.organizr.app/features/sso/jellyfin-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
