Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #195 from hkeeler/keycloak-3.4.0-realm-bugfix
Browse files Browse the repository at this point in the history
Fix typo in Keycloak HMDA realm config file
  • Loading branch information
kgudel authored Dec 4, 2017
2 parents b0acd65 + 44fb143 commit 554f84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/import/hmda-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
"enabled": true,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": "{{REDIRECT_URIS}}" [
"redirectUris": "{{REDIRECT_URIS}}",
"webOrigins": [
"*"
],
Expand Down

0 comments on commit 554f84d

Please sign in to comment.