-
Notifications
You must be signed in to change notification settings - Fork 609
Incorporated product updates to pre-authentication secrets docs #8630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Newest code from mattermost has been published to preview environment for Git SHA 8b4aaad |
| From Mattermost server v10.12 and mobile v2.32, Mattermost deployments can use a reverse proxy to validate authentication secrets before allowing desktop and mobile requests to reach the Mattermost server. This adds an additional security layer by checking for the ``X-Mattermost-Preauth-Secret`` header. | ||
|
|
||
| Pre-authentication secrets are only supported for mobile and desktop applications. Web browser clients don't support this feature. | ||
| Authentication secrets are only supported for mobile and desktop applications. Desktop automatically prompts users when a secret is required, while mobile users enter secrets in an Advanced Options section during server setup. Web browser clients don't support this feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is somewhat true for mobile as well. In mobile, if you introduce the host and name, click connect, and the server returns the X-Reject-Reason as stated below, the mobile app will show the advanced options and the pre-auth secret field as required. Is not the same flow as the desktop version though.
|
Newest code from mattermost has been published to preview environment for Git SHA 93d713a |
|
Newest code from mattermost has been published to preview environment for Git SHA f5d7f00 |
|
Newest code from mattermost has been published to preview environment for Git SHA 527e080 |
Documentation for: