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