From 6b18e1f0b05222d84fd0b06a8e5c2780df6958d5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 19 Jul 2024 10:23:28 -0500 Subject: Enable registration of a public-jwks-uri for every client --- gn_auth/templates/admin/register-client.html | 10 ++++ gn_auth/templates/admin/view-oauth2-client.html | 70 +++++-------------------- 2 files changed, 22 insertions(+), 58 deletions(-) (limited to 'gn_auth/templates/admin') 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 @@ + Other metadata +
+ + +
+ {%endblock%} diff --git a/gn_auth/templates/admin/view-oauth2-client.html b/gn_auth/templates/admin/view-oauth2-client.html index 6da8291..c250ee3 100644 --- a/gn_auth/templates/admin/view-oauth2-client.html +++ b/gn_auth/templates/admin/view-oauth2-client.html @@ -73,68 +73,22 @@ {%endif%} /> {{granttype.name}} - - - - -
-

Signing/Verification SSL Keys

- - - - - - - - - - - {%for sslkey in client.jwks.keys:%} - - - - - {%else%} - - - {%endfor%} - -
Registered Public Keys
JWK ThumbprintActions
{{sslkey.thumbprint()}} -
- - - -
-
- There are no registered SSL keys for this client. -
-
- Register new SSL key - -
- - -
-
- + Other metadata +
+ + +
+ +
{%endif%} -- cgit v1.2.3