fix: url calculation in make_url
This commit is contained in:
@@ -2307,9 +2307,11 @@
|
||||
#userid_claims = []
|
||||
|
||||
# Optional extra path components after the issuer_url leading to the
|
||||
# location of the `.well-known` directory used for discovery. This will be
|
||||
# empty for specification-compliant providers. We have supplied any known
|
||||
# values based on `brand` (e.g. `/login/oauth` for GitHub).
|
||||
# location of the `.well-known` directory used for discovery. If the path
|
||||
# starts with a slash it will be treated as absolute, meaning overwriting
|
||||
# any path in the issuer_url. The path needs to end with a slash. This
|
||||
# will be empty for specification-compliant providers. We have supplied
|
||||
# any known values based on `brand` (e.g. `login/oauth/` for GitHub).
|
||||
#
|
||||
#base_path =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user