keycloak-aplcache

Merge pull request #985 from pedroigor/master Fixing twitter

2/20/2015 9:08:54 PM

Changes

examples/broker/twitter-authentication/src/main/webapp/keycloak.json 8(+0 -8)

Details

diff --git a/examples/broker/twitter-authentication/src/main/webapp/WEB-INF/keycloak.json b/examples/broker/twitter-authentication/src/main/webapp/WEB-INF/keycloak.json
index f5401a7..7243636 100644
--- a/examples/broker/twitter-authentication/src/main/webapp/WEB-INF/keycloak.json
+++ b/examples/broker/twitter-authentication/src/main/webapp/WEB-INF/keycloak.json
@@ -2,7 +2,7 @@
   "realm" : "twitter-identity-provider-realm",
   "resource" : "twitter-authentication",
   "realm-public-key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB",
-  "auth-server-url": "http://localhost:8080/auth",
+  "auth-server-url": "/auth",
   "ssl-required" : "external",
   "public-client" : true
 }
diff --git a/examples/broker/twitter-authentication/twitter-identity-provider-realm.json b/examples/broker/twitter-authentication/twitter-identity-provider-realm.json
index 592fe06..10c6b55 100644
--- a/examples/broker/twitter-authentication/twitter-identity-provider-realm.json
+++ b/examples/broker/twitter-authentication/twitter-identity-provider-realm.json
@@ -39,7 +39,7 @@
             "adminUrl": "/twitter-authentication",
             "baseUrl": "/twitter-authentication",
             "redirectUris": [
-                "/twitter-authentication/*",
+                "/twitter-authentication/*"
             ]
         },
         {