From 6c8aeba041d9c9ff974555824292effe5400dca4 Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Tue, 22 May 2012 12:25:29 -0400 Subject: [PATCH] Default scope is "openid" --- openid-connect-server/src/main/webapp/resources/js/app.js | 2 +- .../src/main/webapp/resources/template/client.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 86569f56a..b904b7ea8 100644 --- a/openid-connect-server/src/main/webapp/resources/js/app.js +++ b/openid-connect-server/src/main/webapp/resources/js/app.js @@ -61,7 +61,7 @@ clientName:"", registeredRedirectUri:[""], authorizedGrantTypes:[], - scope:[""], + scope:["openid"], authorities:[], clientDescription:"", clientId:null, diff --git a/openid-connect-server/src/main/webapp/resources/template/client.html b/openid-connect-server/src/main/webapp/resources/template/client.html index 3a7cb6214..997db1b7c 100644 --- a/openid-connect-server/src/main/webapp/resources/template/client.html +++ b/openid-connect-server/src/main/webapp/resources/template/client.html @@ -209,7 +209,7 @@
- Please enter scopes separated by commas