Skip to content

Commit

Permalink
Removed cor in order to fix chrome and safari 403 POST request with k…
Browse files Browse the repository at this point in the history
…eycloak
  • Loading branch information
vertigo17 committed Jul 28, 2019
1 parent 76c1d10 commit 118cbf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/src/main/webapp/WEB-INF/keycloak.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"resource": "${org.cerberus.keycloak.client}",
"public-client": true,
"confidential-port": 0,
"principal-attribute" : "preferred_username",
"enable-cors" : true
"principal-attribute" : "preferred_username"
}

0 comments on commit 118cbf4

Please sign in to comment.