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

fix: Do not fail when OIDC server application URL has a trailing slash #1440

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

adamantike
Copy link
Collaborator

Use authlib util get_well_known_url to get the well-known URL for the OIDC server metadata. This will ensure that the URL is correctly formatted and does not fail when the OIDC server application URL has a trailing slash.

Fixes #1430.

Use `authlib` util `get_well_known_url` to get the well-known URL for
the OIDC server metadata. This will ensure that the URL is correctly
formatted and does not fail when the OIDC server application URL has a
trailing slash.

Fixes #1430.
@adamantike adamantike requested review from gantoine and zurdi15 January 8, 2025 04:34
Copy link

github-actions bot commented Jan 8, 2025

Test Results

91 tests   91 ✅  27s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 47fb3bd.

@adamantike adamantike merged commit fb02db6 into master Jan 8, 2025
8 checks passed
@adamantike adamantike deleted the fix/oidc-server-metadata-url-trailing-slash branch January 8, 2025 16:42
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.

2 participants