Skip to content

Commit 8356764

Browse files
committed
add gapps oidc client
1 parent 4eb022e commit 8356764

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/keycloak.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ def oidc_client(
3232

3333

3434
clients = [
35+
oidc_client(
36+
"gapps",
37+
name="gapps",
38+
description="Google Workspace",
39+
home_url="https://google.com",
40+
redirect_uris=["https://accounts.google.com/oidcrp/03ig9uvl20pcbgg/cb"],
41+
),
3542
oidc_client(
3643
"matrix",
3744
name="matrix",

0 commit comments

Comments
 (0)