Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Feb 10, 2024
1 parent 0520819 commit 0b00245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/loculus/templates/keycloak-config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ data:
},
{
"clientId" : "account-console",
"clientId" : "account-console2",
"name" : "${client_account-console}",
"description" : "",
"rootUrl" : "${authBaseUrl}",
Expand Down Expand Up @@ -218,7 +218,7 @@ data:
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"protocolMappers" : [ {
"id" : "5b11d5f8-d363-4262-a5b1-c81d261882f4",
"name" : "audience resolve",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-audience-resolve-mapper",
Expand Down

0 comments on commit 0b00245

Please sign in to comment.