From b99d2ed9dc2b5156d62b997a49541fc3e750776d Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Fri, 10 Aug 2012 17:15:35 -0400 Subject: [PATCH] Client Id null fix --- openid-connect-server/src/main/webapp/resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-connect-server/src/main/webapp/resources/js/app.js b/openid-connect-server/src/main/webapp/resources/js/app.js index 559b16755..af77c2298 100644 --- a/openid-connect-server/src/main/webapp/resources/js/app.js +++ b/openid-connect-server/src/main/webapp/resources/js/app.js @@ -67,7 +67,7 @@ scope:["openid"], authorities:[], clientDescription:"", - clientId:null, + clientId:"", allowRefresh:false, accessTokenValiditySeconds: 0, refreshTokenValiditySeconds: 0