ansible/roles/ipsilon/files/templates/index.html
Patrick Uiterwijk 86338b0703 Add Ipsilon role and config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-02-24 18:01:13 +00:00

7 lines
258 B
HTML

{% extends "layout.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 %}