Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Switched Keycloak URLs to be relative to the current host/port.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrohling committed Mar 11, 2015
1 parent 7be2651 commit b82c5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,8 @@
"publicClient": true,
"secret": "${uuid.hawkular.ui}",
"fullScopeAllowed" : false,
"redirectUris": [
"http://localhost:8080/*",
"http://localhost:9000/*",
"http://localhost:2772/*"
],
"webOrigins": [
"http://localhost:8080",
"http://localhost:9000",
"http://localhost:2772"
],
"redirectUris": ["/*"],
"webOrigins": [],
"claims": {
"username": true,
"name": true,
Expand Down
2 changes: 1 addition & 1 deletion ui/console/src/main/webapp/keycloak.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"realm": "hawkular",
"auth-server-url": "http://localhost:8080/auth",
"auth-server-url": "/auth",
"ssl-required": "none",
"resource": "hawkular-ui",
"public-client": true
Expand Down

0 comments on commit b82c5e1

Please sign in to comment.