@extends('layout.default') @section('content')
{!! Session::get('flash_msg')!!}
@endif @if ($errors->any()) @foreach($errors->all() as $error){{ $error }}
@endforeach @else @if (App\Libs\ADHelper::isScvxKerberos())AD連携/Kerberos認証モードです。ユーザ名を入力してください。
@elseif (App\Libs\ADHelper::isScvxLdap())LDAP認証モードです。ユーザ名を入力してください。
@elseif (App\Libs\ADHelper::isScvxSaml())SAML認証モードです。ユーザ名を入力してください。
@elseユーザ名とパスワードを入力してください。
@endif @endif @stop @section('script') {{-- FLOW有効時、Emailにアスタリスクをつけるためのフラグ --}} @stop