Fix open-webui OIDC token auth method to client_secret_basic
Open WebUI (authlib) sends credentials in the Authorization header (client_secret_basic), not the POST body. Authelia was rejecting it.
This commit is contained in:
@@ -69,7 +69,7 @@ identity_providers:
|
||||
client_secret: '{{ secret "/config/secrets/oidc_open_webui" }}'
|
||||
public: false
|
||||
authorization_policy: one_factor
|
||||
token_endpoint_auth_method: client_secret_post
|
||||
token_endpoint_auth_method: client_secret_basic
|
||||
redirect_uris:
|
||||
- https://open-webui.kolpacksoftware.com/oauth/oidc/callback
|
||||
scopes:
|
||||
|
||||
Reference in New Issue
Block a user