{% extends "base.html" %} {% block title %}{% if client %}Edit Client{% else %}Create Client{% endif %} - NanoIDP{% endblock %} {% block content %} OAuth Clients {% if client %}Edit {{ client.client_id }}{% else %}Create Client{% endif %}
OAuth clients are used to authenticate applications requesting tokens from the IdP.