{% import "_macros.html" as macros %} Login - NanoIDP

NanoIDP

Identity Provider
{% if error %} {% endif %} {% if two_step_login and login_username %}
Signing in as {{ login_username }}
{% endif %} {% if persona_mode %}
{% if saml_request %} {% endif %} {% if relay_state %} {% endif %} {{ macros.persona_picker(users, "Persona login - select a user to sign in.") }}
{% elif two_step_login and not login_username %}
{% if saml_request %} {% endif %} {% if relay_state %} {% endif %}
{% if users %} {% endif %} {% elif two_step_login %}
{% if saml_request %} {% endif %} {% if relay_state %} {% endif %}
{% if saml_request %} {# SAML's inline login has no GET to link back to (the SAMLRequest is a POST body, not stored anywhere), so this resubmits the same hidden fields with no username instead - _sso_authenticate_inline already renders the blank username screen for a POST that carries none (#323 review round 2, before-merge 3). #}
{% if relay_state %} {% endif %}
{% else %} {% endif %} {% else %}
{% if saml_request %} {% endif %} {% if relay_state %} {% endif %}
{% if users %} {% endif %} {% endif %} {% if management_secret_configured %}

Mutating actions on this instance require the management secret, separately from signing in above.

{% endif %}