From 3c92a2e5fc0e1d04c8ec8199db319d3a575fcfe5 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 16 Jan 2026 17:09:18 +0000 Subject: Initial commit --- templates/index.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..fa6c165 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,112 @@ +{% extends "admin/base.html" %} +{% block content %} +
+
+

+ OIDC Identity Provider Configuration +

+
+
+ +
+ +
+
+
+
+
+ + +
+ + + + Set this to the URL that this CTFd instance is accessible at (including the protocol). + This is required for OIDC discovery to work properly. + +
+ + +
+
+
+ + + + + + + + {% for c in clients %} + + + + + + + {% endfor %} +
Client IDClient secretRedirect URIs
{{ c.client_id }}{{ c.client_secret }}{{ c.redirect_uris }} +
+ + + +
+
+ +

Create new client

+ +
+ + +
+ + +
+ +
+ + +
+ + +
+
+
+ + + + + + {% for k in keys %} + + + + + {% endfor %} +
KIDCreated
{{ k.kid }}{{ k.created }}
+
+
+
+
+
+{% endblock %} -- cgit v1.2.3-70-g09d2