Auth Gateway
Sign in to {{ application_name }}
Active policy: {{ policy_name }}
{% if "password" in methods %}
Continue with username and password
{% endif %}
{% if "oidc" in methods %}
Continue with OIDC
{% endif %}
{% if "totp" in methods %}
Continue with TOTP
{% endif %}