{% extends 'base.html' %} {% block title %}UIDAI Setup — Avighna{% endblock %} {% block content %}

🔑 UIDAI Integration

Your organization is connected through Avighna's own UIDAI OVSE registration — no separate AC/SA code or keys needed from your side.

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% if org.uidai_setup_done %}
✅ Your organization is verified-ready. Nothing to configure — you can start scanning visitors right away.
{% else %}
⚠️ UIDAI setup is not marked complete for your organization. Please contact support.
{% endif %}
📡 Your Callback URL:
{{ org.callback_url }}
This is unique to your organization and is managed automatically by Avighna.

Questions about your setup? Contact support@avighnasolution.in.

← Go to Dashboard
{% endblock %}