"Error contacting userinfo endpoint" when trying to log in via Keycloak #233
Unanswered
andscape-dev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What does your well-known for Keycloak look like? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I've been trying to set up this plugin to integrate with my Keycloak SSO using OpenID but with no success so far. Most of my attempts at configuration end up in an error page with the message "Error contacting userinfo endpoint: Unauthorized Try logging in again."
No error logs are emitted during the process, just two lines of:
Jellyfin.Plugin.SSO_Auth.Api.SSOController: SSO Controller initialized
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After logging in on the Keycloak SSO page I am redirected to the Jellyfin homepage with a newly created account matching my Keycloak account's username and defined client permissions.
Screenshots
Configuration
Example access token generated by Keycloak:
EDIT:
Keycloak warning logs from multiple consecutive attempts at login, while changing plugin parameters:
Versions (please complete the following information):
Additional context
Plugin installed from within the app as usual.
Beta Was this translation helpful? Give feedback.
All reactions