diff options
Diffstat (limited to 'templates/djangosaml2/wayf.html')
-rw-r--r-- | templates/djangosaml2/wayf.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/djangosaml2/wayf.html b/templates/djangosaml2/wayf.html index d2b29ca..91b6f35 100644 --- a/templates/djangosaml2/wayf.html +++ b/templates/djangosaml2/wayf.html @@ -2,7 +2,8 @@ {% block headline %}Login{% endblock %} {% block title %}COIP{% endblock %} {% block main %} -<h1>Login!</h1> + <h1>Authentication Required</h1> + <p>In order to proceed you need to identify yourself to the group service...</p> <p>Please select your <strong>Identity Provider</strong> from the following list:</p> <form action="{% url djangosaml2.views.login %}" method="GET"> <select id="idp" name="idp"> |