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

Commit

Permalink
Basic config for keycloak server
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 15, 2018
1 parent bfb853a commit e045035
Show file tree
Hide file tree
Showing 5 changed files with 1,941 additions and 4 deletions.
7 changes: 7 additions & 0 deletions keycloak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"realm": "Memeolist",
"auth-server-url": "https://keycloak.security.feedhenry.org/auth",
"ssl-required": "external",
"resource": "sync-server",
"public-client": true
}
Loading

0 comments on commit e045035

Please sign in to comment.