{% 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 %}
Extra audiences added to the ID Token aud alongside the client_id.
When more than one distinct audience results, aud becomes an array and an azp claim is emitted.
When set, /authorize only accepts a redirect_uri that matches one of these exactly
(RFC 6749 §3.1.2.3, OAuth 2.1 §4.1.1). Leave empty to accept any syntactically valid URI (dev default).
Login Page Branding (Optional)
{% if client %}
{% endif %}
Color for the card header band
Color for the card footer band
Logo: To add a client logo to the login page, place an image file at
{{ logos_dir }}/{{ 'client-id' if not client else client.client_id }}.{svg,png,jpg,webp}
on the server - no configuration needed.