Authelia OIDC fails #1986
What are you trying to do?I want to login via OIDC (authelia). What's happening instead?
Grimmory log: Your setup
Authelia config: Test in grimmory UI OIDC config is green Anything else that might help?No response Before submitting
|
Answered by
imnotjames
Jul 11, 2026
Replies: 2 comments 4 replies
|
In my very limited OIDC knowledge: it seems grimmory tries to use the token endpoint without authentication, which is rejected because the client is not public. Looks a little bit like a bug on the grimmory side? i entered the clients credential in the OIDC config dialog, so it should use this instead of unauthenticated? EDIT: |
0 replies
|
What is authelia saying is wrong? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it work if you set
token_endpoint_auth_methodtoclient_secret_postper the error message?