summaryrefslogtreecommitdiffstats
path: root/roles/ipsilon/files/templates/index.html
blob: 8a806143de6164d42b359ed238932abda8d9014c (plain)
1
2
3
4
5
6
7
{% extends "master-user.html" %}
{% block toptext %}
This is the Federated Open Authentication provider homepage.
{% endblock %}
{% block main %}
You will be redirected to this application whenever another application requires you to authenticate.
{% endblock %}