added new messages for JWK Set handling

pull/834/head
Justin Richer 2015-06-01 19:08:35 -04:00
parent 49c8804a1c
commit 54e3b7e8d3
2 changed files with 7 additions and 3 deletions

View File

@ -82,8 +82,9 @@
"initiate-login": "Initiate Login",
"initiate-login-help": "URL to initiate login on the client",
"introspection": "Introspection",
"jwk-set": "JWK Set",
"jwk-set-help": "URL for the client's JSON Web Key set",
"jwk-set": "Public Key Set",
"jwk-set-help": "URL for the client's JSON Web Key set (must be reachable by the server)",
"jwk-set-value-help": "URL for the client's JSON Web Key set (must be reachable by the server)",
"logo": "Logo",
"logo-help": "URL that points to a logo image, will be displayed on approval page",
"main": "Main",
@ -451,6 +452,9 @@
"authorize": "Authorize",
"deny": "Deny"
}
},
"error": {
"title": "Error"
}
}

View File

@ -511,7 +511,7 @@
</div>
<div class="controls" id="jwks">
<textarea class="input-xlarge" placeholder="{ &quot;keys&quot: [ ] }" maxlength="4000" type="text" rows="8"><%- (jwks != null ? JSON.stringify(jwks, null, ' ') : "") %></textarea>
<p class="help-block" data-i18n="client.client-form.jwk-set-value-help">JSON Web Key set</p>
<p class="help-block" data-i18n="client.client-form.jwk-set-value-help">Key set value (must be a valid JWK Set formatted key)</p>
</div>
</div>
</div>