Skip to content

fix: pass in provided URL instead of parsing it ourself#21

Merged
ctron merged 1 commit intomainfrom
feature/dont_parse_url_1
Mar 26, 2026
Merged

fix: pass in provided URL instead of parsing it ourself#21
ctron merged 1 commit intomainfrom
feature/dont_parse_url_1

Conversation

@ctron
Copy link
Copy Markdown
Owner

@ctron ctron commented Mar 25, 2026

This is required because parsing the URL ourselves might normalize certain parts, but then the OIDC validation might fail because it works with non-normalized versions of the URL.

Closes: #19

This is required because parsing the URL ourselves might normalize
certain parts, but then the OIDC validation might fail because it works
with non-normalized versions of the URL.

Closes: #19
@ctron ctron force-pushed the feature/dont_parse_url_1 branch from 3cc7fda to c54dd40 Compare March 26, 2026 07:44
@ctron ctron merged commit 999e95f into main Mar 26, 2026
8 checks passed
@ctron ctron deleted the feature/dont_parse_url_1 branch March 26, 2026 16:07
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.

Validation error: unexpected issuer URI

1 participant