Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not fail when OIDC server application URL has a trailing slash
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.
- Loading branch information