nokia / kong-oidc

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

possibility to add login_redirect_uri #180

Open motiisr opened 3 years ago

motiisr commented 3 years ago

Hello and good job on the plugin it is really convenient. We have one keycloak instance that has 2 different DNS records - one for internal access and the other for external access, and we want the ability to do the discovery from the internal access but the redirect to the browser needs to be from the public access. for example: the discovery: https:///auth/realms//.well-known/openid-configuration and in the browser we want redirect to: https:///auth/realms//protocol/openid-connect/auth?....

Is there possibility to add parameter in config for setting the public-uri or you have other idea?

Thanks