nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 321 forks source link

Broken loads after successful authentication #61

Open tucamsam opened 5 years ago

tucamsam commented 5 years ago

It seems that after a successful authentication (we're using Keycloak), some of our static assets are being requested with a bunch of query params that cause the asset retrieval to break.

Additionally (not sure if this should be created as a separate issue), it doesn't seem as though the refresh token is handled very gracefully. We get messages that our refresh token is invalid, but there's no way to fix it other than clearing out the cookies with the session information.

Trojan295 commented 5 years ago

Are there some Kong logs generated for those scenarios?