Skip to content
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

DM-47646: Fix double slashes in openid-configuration URLs #1149

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

rra
Copy link
Member

@rra rra commented Nov 19, 2024

Avoid double slashes in the endpoint URLs returned by /.well-known/openid-configuration, fixing a bug introduced in Gafaelfawr 12.0.0. The stringification of the base URL now always includes a trailing slash for URLs with no path, which resulted in a doubled slash and an invalid URL.

Avoid double slashes in the endpoint URLs returned by
`/.well-known/openid-configuration`, fixing a bug introduced in
Gafaelfawr 12.0.0. The stringification of the base URL now always
includes a trailing slash for URLs with no path, which resulted
in a doubled slash and an invalid URL.
@rra rra merged commit 461aa18 into main Nov 19, 2024
5 checks passed
@rra rra deleted the tickets/DM-47646 branch November 19, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant