aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/admin/register-client.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/templates/admin/register-client.html')
-rw-r--r--gn_auth/templates/admin/register-client.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/gn_auth/templates/admin/register-client.html b/gn_auth/templates/admin/register-client.html
index 5e24148..bfe56f8 100644
--- a/gn_auth/templates/admin/register-client.html
+++ b/gn_auth/templates/admin/register-client.html
@@ -84,6 +84,16 @@
</select>
</div>
+ <legend>Other metadata</legend>
+ <div class="form-group">
+ <label class="form-group" for="txt-client-jwk-uri">
+ Client's Public JWKs</label>
+ <input type="text"
+ id="txt-client-jwk-uri"
+ name="client_jwk_uri"
+ class="form-control" />
+ </div>
+
<input type="submit" value="register client" class="btn btn-primary" />
</form>
{%endblock%}