Default scope is "openid"

pull/105/merge
Michael Jett 13 years ago
parent e4f2446569
commit 6c8aeba041

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

@ -209,7 +209,7 @@
<label for="textarea2">Scope</label> <label for="textarea2">Scope</label>
<div class="input"> <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> id="textarea2" name="textarea2"><% for (var i in scope) { %><%=scope[i]+","%><% } %></textarea>
<span class="help-block"> <span class="help-block">
Please enter scopes separated by commas Please enter scopes separated by commas

Loading…
Cancel
Save