added SAML auth basics and metadata

This commit is contained in:
thomasDOTde
2017-10-31 19:21:22 +01:00
parent 4a661823e8
commit 933d678e83
4 changed files with 51 additions and 1 deletions

View File

@ -98,11 +98,16 @@
<!-- /.col -->
</div>
</form>
{% if saml_enabled %}
<br>
<a href="{{ url_for('saml_login') }}">SAML login</a>
{% endif %}
{% if github_enabled %}
<br>
<a href="{{ url_for('github_login') }}">Github oauth login</a>
{% endif %}
<br>
{% if signup_enabled %}
<br>
<a href="{{ url_for('register') }}" class="text-center">Create an account </a>
{% endif %}
</div>