{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "SSO clients" %}{% endblock %} {% block inner %}

{% trans "SSO clients" %}

{% blocktrans trimmed %} You can allow your customers to log into other systems using their customer account credentials by setting up your other systems as a Single-Sign-On (SSO) client based on OpenID Connect. {% endblocktrans %}

{% trans "Create a new SSO client" %} {% for c in clients %} {% endfor %}
{% trans "Name" %}
{% if not c.is_active %}{% endif %} {{ c.name }} {% if not c.is_active %}{% endif %}
{% endblock %}