1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Initial work on SAML integration

This commit is contained in:
Daniel Seiler
2019-08-05 20:06:39 +02:00
parent 0b1ece664d
commit 3c41b15be6
6 changed files with 400 additions and 5 deletions

View File

@ -46,6 +46,16 @@
@endforeach
@endif
@if($samlEnabled)
<hr class="my-l">
<div>
<a id="saml-login" class="button outline block svg" href="{{ url("/saml2/login") }}">
{{-- @icon('auth/github') --}}
{{ trans('auth.log_in_with', ['socialDriver' => 'SAML']) }}
</a>
</div>
@endif
@if(setting('registration-enabled', false))
<div class="text-center pb-s">
<hr class="my-l">
@ -55,4 +65,4 @@
</div>
</div>
@stop
@stop