Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use AuthURLParam to set client id and secret
Co-authored-by: 3v1n0 <mail@3v1n0.net> workaround to deal with golang/oauth2#320 tldr is that IDP servers tend to not be fully compliant with how client credentials are passed and have bespoke arrangements so anything goes this enforces the standard implementation from the RFC and has it working for any RFC compliant OIDC server full info here golang/oauth2#320
- Loading branch information