{% extends "base.html" %} {% block title %}{% if client %}Edit Client{% else %}Create Client{% endif %} - NanoIDP{% endblock %} {% block content %}

{% if client %}Edit OAuth Client{% else %}Create OAuth Client{% endif %}

Unique identifier for the OAuth client
{% if not client %} {% endif %}
{% if client %}
Leave empty to keep current secret
{% else %}
A random secret has been generated. You can change it if needed.
{% endif %}
Cancel
About OAuth Clients

OAuth clients are used to authenticate applications requesting tokens from the IdP.

  • Store secrets securely
  • Use unique client IDs
  • Rotate secrets periodically
{% endblock %} {% block extra_js %} {% endblock %}