PLT-6444 switching SAML props to default true (#6330)

This commit is contained in:
Corey Hulen
2017-05-04 11:11:28 -07:00
committed by Christopher Speller
parent 152bc14fcb
commit 4f074fed0d
4 changed files with 8 additions and 8 deletions

View File

@@ -368,7 +368,7 @@ export default class SamlSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.saml.verifyDescription'
defaultMessage='When true, Mattermost verifies that the signature sent from the SAML Response matches the Service Provider Login URL'
defaultMessage='When false, Mattermost will not verify that the signature sent from a SAML Response matches the Service Provider Login URL. Not recommended for production environments. For testing only.'
/>
}
value={this.state.verify}
@@ -405,7 +405,7 @@ export default class SamlSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.saml.encryptDescription'
defaultMessage='When true, Mattermost will decrypt SAML Assertions encrypted with your Service Provider Public Certificate.'
defaultMessage='When false, Mattermost will not decrypt SAML Assertions encrypted with your Service Provider Public Certificate. Not recommended for production environments. For testing only.'
/>
}
value={this.state.encrypt}