user_oidc icon indicating copy to clipboard operation
user_oidc copied to clipboard

Module ignores discovered client authentication method, and always uses post

Open Firstyear opened this issue 4 years ago • 3 comments

I am working with an openid connect server that only allows client_secret_basic, which is correctly discovered in the openid discovery endpoint. This module appears to ignore that setting, and always uses client_secret_post.

This module should correctly respect the discovered settings.

Firstyear avatar Nov 12 '21 05:11 Firstyear

This seems to still be the case :(

xataxxx avatar Dec 29 '23 10:12 xataxxx

I ended up just modifying my oidc server to accept client_secret_post :S

Firstyear avatar Dec 29 '23 22:12 Firstyear

I do not have control over the OIDC server so I'm working on a Pull request to actually send the client_secret_basic request when it's required. Only a few lines of code to support it so hopefully will get this merged into this official oidc client.

xataxxx avatar Dec 30 '23 08:12 xataxxx