{% 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).