SSO Authentik, add a warning that authority URL might cause issues with proxies.

Timshel
2025-08-18 15:08:23 +00:00
parent 1cd5b5f923
commit 29e0eda0b6

@@ -145,6 +145,8 @@ Server configuration should look like:
- `SSO_CLIENT_ID`
- `SSO_CLIENT_SECRET`
:warning: The trailing `/` of the `SSO_AUTHORITY` means that when building the full URL for the configuration endpoint it will include a double `/`: `https://${domain}/application/o/${application_name}//.well-known/openid-configuration`. This can cause issues with some proxy.
## Casdoor
Since version [v1.639.0](https://github.com/casdoor/casdoor/releases/tag/v1.639.0) should work (Tested with version [v1.686.0](https://github.com/casdoor/casdoor/releases/tag/v1.686.0)).