Skip to content

Commit e412026

Browse files
authored
feat: macwiitl oicd client (#65)
1 parent 943b692 commit e412026

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: apps/keycloak.py

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ def oidc_client(
7474
]
7575
},
7676
),
77+
oidc_client(
78+
"macwiitl",
79+
name="MacWiitl",
80+
description="WIITL Laptop Extension",
81+
home_url="https://macwiitl.ocf.berkeley.edu/",
82+
redirect_uris=["https://macwiitl.ocf.berkeley.edu/oauth2-callback"],
83+
),
7784
]
7885

7986
keycloak_config_cli = {

0 commit comments

Comments
 (0)