Skip to content

JwtIssuerValidator default ports not match #17187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ashraf-revo opened this issue May 30, 2025 · 0 comments
Open

JwtIssuerValidator default ports not match #17187

ashraf-revo opened this issue May 30, 2025 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug

Comments

@ashraf-revo
Copy link

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

@ashraf-revo ashraf-revo added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels May 30, 2025
ashraf-revo added a commit to ashraf-revo/spring-security that referenced this issue May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant