bitly / oauth2_proxy

A reverse proxy that provides authentication with Google, Github or other provider
MIT License
5.1k stars 1.21k forks source link

failing with oidc provider discovery object #664

Open tejinderss opened 6 years ago

tejinderss commented 6 years ago

I am getting error with oidc provider using ibmid endpoints:

2018/10/23 14:54:00 main.go:105: oidc: failed to decode provider discovery object: expected Content-Type = application/json, got "text/html": invalid character '<' looking for beginning of value.

Using -oidc-issuer-url="https://prepiam.toronto.ca.ibm.com/" as the url.

Can someone please help me with this?