From dcfafd9805cf588c9da201333789157713dae7af Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 2 May 2024 07:50:14 +0300 Subject: Register a client's public key(s). --- gn_auth/templates/admin/view-oauth2-client.html | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'gn_auth/templates') diff --git a/gn_auth/templates/admin/view-oauth2-client.html b/gn_auth/templates/admin/view-oauth2-client.html index 97993e8..38e48c7 100644 --- a/gn_auth/templates/admin/view-oauth2-client.html +++ b/gn_auth/templates/admin/view-oauth2-client.html @@ -67,5 +67,63 @@ + +
+

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 + +
+ + +
+ +
+ +
+ {%endif%} {%endblock%} -- cgit v1.2.3