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
Describe the bug
JwtIssuerValidator use String.equal to validate if issuer is same
so for default ports 443,80 not matching if provided in url
for example http://example.com and http://example.com:80 not match https://example.com and https://example.com:443 not match
The text was updated successfully, but these errors were encountered:
Describe the bug
JwtIssuerValidator use String.equal to validate if issuer is same
so for default ports 443,80 not matching if provided in url
for example
http://example.com and http://example.com:80 not match
https://example.com and https://example.com:443 not match
The text was updated successfully, but these errors were encountered: