Replies: 1 comment
-
If anyone else ends up here with the same problem, this was a dumb mistake on my part. My authelia user was only assigned one group (the wrong group in fact). Check your OIDC/LDAP group assignments is the moral of the story. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to configure Authelia OIDC and Jellyfin.
Resulting error is:
OpenID user xxxxxxx has one or more incorrect role claims: [{"Type": "amr", "Value": "pwd"}, {"Type": "azp", "Value": "jellyfin"}, {"Type": "client_id", "Value": "jellyfin"}, {"Type": "groups", "Value": "mealie"}, {"Type": "jti", "Value": "xxxxxxx"}, {"Type": "name", "Value": "Lisa Gilbert"}, {"Type": "preferred_username", "Value": "xxxx"}, {"Type": "rat", "Value": "1705250899"}, {"Type": "sub", "Value": "xxxxxxx"}]. Expected any one of: ["media"]
Type: "groups" should contain an array with all of the groups, but only contains the first element of the array "mealie."
Any thoughts? I can't tell if this is on the plugin's side or authelia. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions