nokia / kong-oidc

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

Support "prompt" parameter in Authentication Request #76

Open jerneyio opened 5 years ago

jerneyio commented 5 years ago

Hi,

I think it would be useful to support the "prompt" parameter for authentication requests (https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest).

As far as I've been able to tell, this is actually the only way to get logout working with Keycloak, as they do not support a revocation endpoint in their REST API.

There's some more detail around the need for this here: https://github.com/zmartzone/lua-resty-openidc/issues/216 as well as another issue I've opened here: https://github.com/nokia/kong-oidc/issues/74

I'd be happy to add this myself, just need more information on the testing situation referenced in https://github.com/nokia/kong-oidc/issues/74

Trojan295 commented 5 years ago

I think it would be a nice feature. Personally I would get as first some automated integration tests in Robot running in Travis CI.