You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
When using CAS you currently need to define a cas_service_url in the homeserver configuration. This ends up being a duplicate of the public_baseurl configuration and should be fairly easy to get rid of.
Reasons for doing this:
Not having duplicated config is good. 👍
This will match what SAML requires.
We'll need to deprecate the old option before just outright removing it.