Kitchenowl & Nextcloud OIDC Identity Provider #406
-
Hi everyone ! I'm currently trying to enable Kitchenowl authentication against Nextcloud as OIDC provider (through OIDC Identity Provider app). After configuring both sides (client ID and client secret, redirection URLs, ...) the authentication flow kind of start, but I end up with a generic 'Login failed' error in Nextcloud logs. It really looks like H2CK/oidc#339 ... Is Kitchenowl sending client credentials in the body of the POST token request, or is it using Basic Auth ? Is the latter, any way to pass them in the POST request body ? Many thanks for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm using the pyoidc library for doing the token requests and yes, it looks like it is using Basic Auth by default. I'll change it to the POST method for the next update. |
Beta Was this translation helpful? Give feedback.
I'm using the pyoidc library for doing the token requests and yes, it looks like it is using Basic Auth by default. I'll change it to the POST method for the next update.