We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e0d0d commit 4eb022eCopy full SHA for 4eb022e
apps/keycloak.py
@@ -36,8 +36,8 @@ def oidc_client(
36
"matrix",
37
name="matrix",
38
description="OCF Matrix Server",
39
- home_url="https://matrix.ocf.berkeley.edu",
40
- redirect_uris=["https://matrix.ocf.berkeley.edu/_synapse/client/oidc/callback"],
+ home_url="https://matrix.ocf.io",
+ redirect_uris=["https://matrix.ocf.io/_synapse/client/oidc/callback"],
41
),
42
oidc_client(
43
"rt",
0 commit comments