{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: Tenant ID Configuration') }}

{% if current_user.is_admin %}

{{ _('Enter your Azure AD tenant ID. Use "common" for multi-tenant apps or leave empty for default.') }}

{{ _('Leave empty to use "common" (multi-tenant). Enter your Azure AD tenant ID for single-tenant apps.') }}

{% endif %}
{% endblock %} {% block wizard_js %} {% endblock %}