@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.saml_title') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ trans('admin/settings/general.saml') }}

{{ trans('admin/settings/general.saml_integration') }}
{!! $errors->first('saml_integration', '') !!} @if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@if ($setting->saml_enabled)
@if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@if (!empty($setting->saml_sp_x509cert))
@if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@endif
{!! $errors->first('saml_idp_metadata', '') !!}
demoMode }}>

{{ trans('admin/settings/general.saml_idp_metadata_help') }}

@if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif

{{ trans('admin/settings/general.saml_attr_mapping_username_help') }}

{!! $errors->first('saml_attr_mapping_username', '') !!} @if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
{{ trans('admin/settings/general.saml_forcelogin_label') }}

{{ trans('admin/settings/general.saml_forcelogin_help') }}

{!! $errors->first('saml_forcelogin', '') !!} @if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
{{ trans('admin/settings/general.saml_slo_label') }}

{{ trans('admin/settings/general.saml_slo_help') }}

{!! $errors->first('saml_slo', '') !!} @if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif

{{ trans('admin/settings/general.saml_custom_settings_help') }}

{!! $errors->first('saml_custom_settings', '') !!} @if (config('app.lock_passwords') === true)

{{ trans('general.feature_disabled') }}

@endif
@stop @push('js') @endpush