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
|
Beta Was this translation helpful? Give feedback.
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: |
Beta Was this translation helpful? Give feedback.
-
|
What is authelia saying is wrong? |
Beta Was this translation helpful? Give feedback.
Does it work if you set
token_endpoint_auth_methodtoclient_secret_postper the error message?