mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 18:18:34 -04:00
Allow hs to do CAS login completely and issue the client with a login token that can be redeemed for the usual successful login response
This commit is contained in:
parent
45f1827fb7
commit
414a4a71b4
3 changed files with 218 additions and 5 deletions
|
@ -41,7 +41,7 @@ class CasConfig(Config):
|
|||
#cas_config:
|
||||
# enabled: true
|
||||
# server_url: "https://cas-server.com"
|
||||
# ticket_redirect_url: "https://homesever.domain.com:8448"
|
||||
# service_url: "https://homesever.domain.com:8448"
|
||||
# #required_attributes:
|
||||
# # name: value
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue