Replies: 2 comments 1 reply
-
Hi. Thanks for reporting the issue. You can reach customer support for Kong Enterprise and enterprise plugin issues. I believe the port is not appended by the OIDC plugin. Please check if the issuer-side logic does that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried configuring port_maps in the kong config https://docs.konghq.com/gateway/latest/reference/configuration/#port_maps |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm testing out the OpenID Connect plugin with Konnect in Kubernetes using Auth0.
After authenticating in Auth0, I keep getting redirected to a URL which looks like
https://<my.domain.com>:80/
. The inclusion of the port here is throwing off the auth flow and is resulting in SSL handshake errors. Ideally I'd be able to not have the port included in the redirect URI at all.I don't see any way to configure this in the OpenID connect plugin config options. And I'd rather not hard-code any redirect URIs using the
redirect_uri
config option, as this list would be dynamic and have to be updated every day.Here's an example of how the plugin is configured on my end:
Kong version: 3.6
Kubernetes version: 1.28
Any guidance on this would be appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions