{% 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 ID Client secret Redirect URIs
{{ c.client_id }} {{ c.client_secret }} {{ c.redirect_uris }}

Create new client

{% for k in keys %} {% endfor %}
KID Created
{{ k.kid }} {{ k.created }}
{% endblock %}