From 259c1506101b5c64a51053d52b5f3420492ad196 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:11:31 -0400 Subject: [PATCH] Added release details for MobileExternalBrowser --- source/configure/site-configuration-settings.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/configure/site-configuration-settings.rst b/source/configure/site-configuration-settings.rst index 4805da508de..7c7aee88cd4 100644 --- a/source/configure/site-configuration-settings.rst +++ b/source/configure/site-configuration-settings.rst @@ -359,7 +359,7 @@ When configured, after OAuth or SAML user authentication is complete, custom URL :systemconsole: N/A :configjson: NativeAppSettings.MobileExternalBrowser :environment: MM_NATIVEAPPSETTINGS_MOBILEEXTERNALBROWSER - :description: This property configures the mobile app to perform SSO Authentication using the external default browser. + :description: This setting configures the mobile app to perform SSO Authentication using the external default browser. Mobile external browser ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -367,11 +367,12 @@ Mobile external browser .. include:: ../_static/badges/selfhosted-only.rst :start-after: :nosearch: -+-------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+ -| This property configures the mobile app to perform SSO Authentication using the external default browser. | - System Config path: N/A | -| | - ``config.json`` setting: ``NativeAppSettings.MobileExternalBrowser`` | -| String input. | - Environment variable: ``MM_NATIVEAPPSETTINGS_MOBILEEXTERNALBROWSER`` | -+-------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+ ++---------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+ +| From Mattermost v10.2 and Mobile v2.2.1, this setting configures the mobile app | - System Config path: N/A | +| to perform SSO Authentication using the external default browser. | - ``config.json`` setting: ``NativeAppSettings.MobileExternalBrowser`` | +| | - Environment variable: ``MM_NATIVEAPPSETTINGS_MOBILEEXTERNALBROWSER`` | +| String input. | | ++---------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+ ----