Replies: 1 comment
|
To add to what I've written above, after looking better at the documentation in the wiki for this project, I've changed Authelia's configuration related to Jellyfin to this: Note the auth method changed from
If it can help, the URL for this error is:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to implement Authelia OIDC in Jellyfin with your plugin, but with little success. Before I paste the configuration files:
Jellyfin is reachable at https://video.iacchi.casa/jellyfin/
Authelia is reachable at https://login.iacchi.casa/
When I click on the button to login with Authelia I'm correctly redirected to the Authelia login page; I grant access to Jellyfin, and then I get this error in plain text:
Error logging in: Error redeeming code: Unauthorized / Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). -What am I doing wrong? I think I wrote the configuration as in the examples both here and on Authelia's website.
This is the portion of Authelia's config file related to Jellyfin:
The policy "onefactor_twoadmin" is a custom one which works with another client, so this is not the problem.
This is Authelia's user file:
This is the configuration of jellyfin-plugin-sso:
All reactions