- Issue created by @kenorb
- 🇬🇧United Kingdom kenorb
I've tried to provide credentials as https://user:pass@example.com/access_token, but didn't work and ended up with too many redirect error (ERR_TOO_MANY_REDIRECTS).
When server is behind basic authentication, on the client side I've got the following error:
openid_connect_generic Error Could not retrieve tokens. Details: Client error: POST https://example.com/access_token resulted in a 401 Unauthorized response
1. Configure module.
2. Set Token endpoint at /admin/config/people/openid-connect/%/edit
3. Test SSO.
In src/Plugin/OpenIDConnectClientBase.php I can't see support for auth headers for getRequestOptions().
This should be added.
Active
3.0
Code
I've tried to provide credentials as https://user:pass@example.com/access_token, but didn't work and ended up with too many redirect error (ERR_TOO_MANY_REDIRECTS).