Jellyfin Api Key login

Feature description:

Hi, I would like to ask if it’s possible to enable an Api Key login for jellyfin instead of username + password. For people like me who add SSO to their services, it would be a great feature to secure connections. Idk if the API key is provided by jellyfin is enough for login.

Problem solved:

Missing api key login

Brought benefits:

Enable secure connection for Jellyfin, hide the password, and allow accounts created by OIDC to login

Other application solutions:

 

 

Additional description and context:

 

 

Screenshots / Mockup:

    

Quickly looked into that and apiKeys are not tied to user but give full access to the server.

That is a lot less secure than login password for no real gain in this case.

Can’t you use the custom headers feature and to whatever auth rewrite you need / want at the proxy level?