Skip to content

Commit

Permalink
fix the keycloak realm details for uploader (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerrit Niezen <[email protected]>
  • Loading branch information
gniezen authored Sep 25, 2023
1 parent e85b27e commit d84db5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/keycloak/dev-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
} ],
"security-admin-console" : [ ],
"shoreline" : [ ],
"tidepool-uploader" : [ ],
"tidepool-uploader-sso" : [ ],
"admin-cli" : [ ],
"backend" : [ ],
"account-console" : [ ],
Expand Down Expand Up @@ -440,7 +440,7 @@
"client" : "shoreline_lt",
"roles" : [ "clinician", "patient", "custodial_account", "clinic" ]
}, {
"client" : "tidepool-uploader",
"client" : "tidepool-uploader-sso",
"roles" : [ "clinician", "patient", "custodial_account", "clinic" ]
}, {
"clientScope" : "offline_access",
Expand Down Expand Up @@ -872,7 +872,7 @@
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "9a6e331c-a0de-44ce-a0a9-6dc044a00abe",
"clientId" : "tidepool-uploader",
"clientId" : "tidepool-uploader-sso",
"name" : "",
"description" : "",
"adminUrl" : "",
Expand All @@ -881,7 +881,7 @@
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ "http://localhost:31500/", "tidepooluploader://localhost/keycloak-redirect" ],
"redirectUris" : [ "http://localhost:31500/*", "tidepooluploader://localhost/keycloak-redirect", "http://localhost:3000/*" ],
"webOrigins" : [ "file://", "+" ],
"notBefore" : 0,
"bearerOnly" : false,
Expand Down

0 comments on commit d84db5c

Please sign in to comment.