Skip to content

Commit

Permalink
feat: add id6 oidc client
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 16, 2023
1 parent 2303250 commit a4c65a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/keycloak.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ def oidc_client(
home_url="https://docs.ocf.berkeley.edu/",
redirect_uris=["https://docs.ocf.berkeley.edu/auth/oidc.callback"],
),
oidc_client(
"id6",
name="id6",
description="Identification linking engine",
home_url="https://github.com/ocf/id6",
redirect_uris=["https://discord.ocf.berkeley.edu/*"],
),
]

keycloak_config_cli = {
Expand Down

0 comments on commit a4c65a7

Please sign in to comment.