nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
461 stars 331 forks source link

How to solve the problem that all static files are required to authenticate #84

Open shangpingjian opened 5 years ago

shangpingjian commented 5 years ago

After SSO authentication, when loading static files(js,css,html), each static file will go through the OIDC process, resulting in static file loading failure.

139

detail: 140

Is that my configuration?

My application uses Django

Trojan295 commented 5 years ago

It's failing, cause the OIDC provider returns an 500 error instead of the login page. Is the login process completing successfully? Can you check your OIDC provider logs?

If there's nothing strange can you post your plugin configuration?