Default scope is "openid"

pull/105/merge
Michael Jett 2012-05-22 12:25:29 -04:00
parent e4f2446569
commit 6c8aeba041
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
clientName:"",
registeredRedirectUri:[""],
authorizedGrantTypes:[],
scope:[""],
scope:["openid"],
authorities:[],
clientDescription:"",
clientId:null,

View File

@ -209,7 +209,7 @@
<label for="textarea2">Scope</label>
<div class="input">
<textarea rows="3" class="xlarge span10" placeholder="email,first name, last name"
<textarea rows="3" class="xlarge span10" placeholder="openid"
id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% } %></textarea>
<span class="help-block">
Please enter scopes separated by commas