Skip to content

Commit

Permalink
✨ add ergo irc server to keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhiljha committed Apr 23, 2024
1 parent bfa7eb2 commit af1efa6
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 @@ -88,6 +88,13 @@ def oidc_client(
home_url="https://jenkins.ocf.berkeley.edu/",
redirect_uris=["https://jenkins.ocf.berkeley.edu/securityRealm/finishLogin"],
),
oidc_client(
"ergo",
name="Ergo",
description="IRC server",
home_url="https://irc-dev.ocf.berkeley.edu/",
redirect_uris=["https://irc-dev.ocf.berkeley.edu/*"],
)
]

keycloak_config_cli = {
Expand Down

0 comments on commit af1efa6

Please sign in to comment.