fix(api): 🛂 Don't automatically remove trailing slashes from OIDC issuer URLs

This commit is contained in:
Jesse Wierzbinski 2024-06-13 11:33:07 -10:00
parent c3271ba264
commit 0359ba13c4
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -65,6 +65,7 @@ forced = false
[[oidc.providers]]
# name = "CPlusPatch ID"
# id = "cpluspatch-id"
# This MUST match the provider's issuer URI, including the trailing slash (or lack thereof)
# url = "https://id.cpluspatch.com/application/o/lysand-testing/"
# client_id = "XXXX"
# client_secret = "XXXXX"