{% extends "idp/base.html" %} {% block content %}

Identity Provider

Entity ID: {{ cfg.entity_id }}
Metadata: {{ cfg.metadata_url }}
SSO endpoint: {{ cfg.sso_url }} (HTTP-Redirect & HTTP-POST)

Service Provider resolution

Local metadata files: {{ file_sp_count }} SP(s) (trusted; keys embedded in the files)
MDQ service: {% if mdq_url %}{{ mdq_url }}{% else %}disabled{% endif %}
MDQ signing cert: {% if metadata_cert %}{{ metadata_cert }} (verification mandatory){% else %}—{% endif %}

There is no local SP database. An SP is resolved when it sends an AuthnRequest: first from local metadata files (self-contained, trusted as provided), then from MDQ (signature-verified against the cert).

{% if not user.is_authenticated %}

Log in

{% endif %} {% endblock %}