Skip to content

Commit

Permalink
Redirect to App custom url scheme with token data as query params
Browse files Browse the repository at this point in the history
Documentation for: mattermost/mattermost#16447

Updated:
- Self-Managed Admin Guide > Configure Mattermost > Configuration Settings > Site Configuration
   - Added new config setting: App Custom URL Schemes
  • Loading branch information
cwarnermm authored Feb 11, 2021
1 parent a6756c1 commit a312e02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/administration/config-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,15 @@ Set the link for the support website.
| This feature's ``config.json`` setting is ``"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/"`` with string input. |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

App Custom URL Schemes
^^^^^^^^^^^^^^^^^^^^^^

Define valid custom URL schemes for redirect links provided by customer-built mobile Mattermost apps. This ensures users are redirected to the customer-built mobile app and not Mattermost's mobile client. When configured, after OAuth or SAML user authentication is complete, custom URL schemes sent by mobile clients are validated to ensure they don't include default schemes such as ``http`` or ``https``. Mobile users are then redirected back to the mobile app using the custom scheme URL provided by the mobile client. We recommend that you update your mobile client values as well with valid custom URL schemes.

+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| This feature's ``config.json`` setting is ``"NativeAppSettings.AppCustomURLSchemes"`` with string input. |
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Mattermost Apps Download Page Link
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit a312e02

Please sign in to comment.