Skip to content

Commit

Permalink
Update keycloak config.
Browse files Browse the repository at this point in the history
  • Loading branch information
czetsuya committed May 13, 2019
1 parent 0911dc5 commit 8b57b96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/keycloak.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"realm": "primereact-app",
"bearer-only": true,
"auth-server-url": "http:https://localhost:8081/auth",
"ssl-required": "external",
"ssl-required": "none",
"resource": "springboot-rest-api",
"verify-token-audience": true,
"credentials": {
"secret": "79573dbe-9c53-40ee-8612-5c431c8586e7"
},
"confidential-port": 0,
"principal-attribute": "preferred_username",
"enable-cors": true,
"policy-enforcer": {}
}

0 comments on commit 8b57b96

Please sign in to comment.