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/view-oauth2-client.html | 70 +++++-------------------- 1 file changed, 12 insertions(+), 58 deletions(-) (limited to 'gn_auth/templates/admin/view-oauth2-client.html') 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