mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
First basic OpenID Connect implementation
This commit is contained in:
11
resources/views/auth/forms/login/openid.blade.php
Normal file
11
resources/views/auth/forms/login/openid.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
<form action="{{ url('/openid/login') }}" method="POST" id="login-form" class="mt-l">
|
||||
{!! csrf_field() !!}
|
||||
|
||||
<div>
|
||||
<button id="saml-login" class="button outline block svg">
|
||||
@icon('saml2')
|
||||
<span>{{ trans('auth.log_in_with', ['socialDriver' => config('openid.name')]) }}</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</form>
|
Reference in New Issue
Block a user