skooner-k8s / skooner

Simple Kubernetes real-time dashboard and management.
http://skooner.io/
Apache License 2.0
1.33k stars 181 forks source link

Support OIDC providers that return 'iss' in authorization response #464

Open bnabholz opened 2 weeks ago

bnabholz commented 2 weeks ago

If the authorization provider returns an iss field in the authorization response, it should be passed into the POST to /oidc and then into the openid-client callback. Fixes issue #441.

If iss is not in the authorization response, it still is sent to the /oidc endpoint but with its value null. If this should be filtered out of the payload on the client side, I will revise the commit.