Skip to content

Commit

Permalink
Change keycloak.json.ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 25, 2022
1 parent 8c4854f commit a86196d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/graph-tool/src/main/webapp/src/keycloak.json.ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"realm": "mta",
"realm-public-key": "${keycloak.publicKey}",
"realm": "${keycloak.realm}",
"auth-server-url": "${keycloak.serverUrl}",
"ssl-required": "none",
"resource": "mta-web",
"public-client": true
"ssl-required": "${keycloak.sslRequired}",
"resource": "${keycloak.clientId}",
"public-client": true,
"confidential-port": 0
}

0 comments on commit a86196d

Please sign in to comment.