9p4
9p4
Yes. If you stop Jellyfin, edit the plugin configuration file `config/plugins/configurations/SSO-Auth.xml` and remove the item from `CanonicalLinks` that you want to reset and start the Jellyfin server again, that should...
That's really weird and also probably Jellyfin's fault, as we use their serializer for most of the XML stuff.
https://github.com/9p4/jellyfin-plugin-sso/issues/75
If you set the preferred claim to "sub", it'll work automatically. It will make the usernames in Jellyfin ugly, though.
Perhaps linking can be expanded so that it maps `sub` to a username.
When linking, the SSO username claim is mapped to Jellyfin's user UID.
Ideally, we can switch to using `sub` internally and use the linking logic everywhere
Yes, that is on the roadmap. It isn't implemented quite yet.
Stop Jellyfin, and edit the `SSO-Auth.xml` configuration file. Change the username in the linked accounts section, and start Jellyfin.
Polling continues if the page is not visible at around 0.177-0.150 requests per second (once every 8 seconds or so). I'm seeing repeated subscribe/unsubscribes for the notifications in the streaming...