You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JwksClient uses hostname:port for hostname resolution so if the jwksUri contains a port number, hostname resolution fails.
The cause of the problem if that the request wrapper uses the host property from the parsed URL instead of the hostname property.
What was the expected behavior?
Hostname resolution should work even if the jwksUri contains a port number
Describe the problem
JwksClient uses hostname:port for hostname resolution so if the jwksUri contains a port number, hostname resolution fails.
The cause of the problem if that the request wrapper uses the
host
property from the parsed URL instead of thehostname
property.What was the expected behavior?
Hostname resolution should work even if the jwksUri contains a port number
Reproduction
Environment
The text was updated successfully, but these errors were encountered: