This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix matrix_synapse_sso.client_whitelist misconfiguration
pull/797/head
Klaus Schwartz
5 years ago
parent
b115434d9c
commit
3ca9bb4d50
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-synapse/defaults/main.yml
+ 1
- 1
roles/matrix-synapse/defaults/main.yml
View File
@@ -464,5 +464,5 @@ matrix_synapse_oidc_config:
# Set trusted SSO resources, e.g. [ "https://element.matrix.domain" ]
matrix_synapse_sso:
client_whitelist: [
"{{https://element.matrix.domain}}"
]
client_whitelist: []
Write
Preview
Loading…
Cancel
Save