diff --git a/resources/lang/en/admin/settings/general.php b/resources/lang/en/admin/settings/general.php index 745c8e8da1..ecb4579228 100644 --- a/resources/lang/en/admin/settings/general.php +++ b/resources/lang/en/admin/settings/general.php @@ -120,6 +120,10 @@ return array( 'qr_text' => 'QR Code Text', 'saml_enabled' => 'SAML enabled', 'saml_integration' => 'SAML Integration', + 'saml_sp_entityid' => 'Entity ID', + 'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL', + 'saml_sp_sls_url' => 'Single Logout Service (SLS) URL', + 'saml_sp_x509cert' => 'Public Certificate', 'saml_idp_metadata' => 'SAML IdP Metadata', 'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.', 'saml_attr_mapping_username' => 'Attribute Mapping - Username', @@ -129,7 +133,7 @@ return array( 'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.', 'saml_slo_label' => 'SAML Single Log Out', 'saml_slo' => 'Send a LogoutRequest to IdP on Logout', - 'saml_slo_help' => 'This will cause the user to be first redirected to the Idp on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.', + 'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.', 'saml_custom_settings' => 'SAML Custom Settings', 'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.', 'setting' => 'Setting', diff --git a/resources/views/settings/saml.blade.php b/resources/views/settings/saml.blade.php index cd42a0143c..b5550d30f3 100644 --- a/resources/views/settings/saml.blade.php +++ b/resources/views/settings/saml.blade.php @@ -30,9 +30,6 @@ - @if (!empty($setting->saml_sp_x509cert)) - {{ Form::hidden('saml_sp_x509cert', $setting->saml_sp_x509cert) }} - @endif
+ View Metadata +
@endif {!! $errors->first('saml_enabled', ' ') !!}{{ trans('admin/settings/general.saml_attr_mapping_username_help') }}
{!! $errors->first('saml_attr_mapping_username', ' ') !!}