mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-19869] Remove unused SAML code (#26133)
This commit is contained in:
parent
cafcc2ac06
commit
6dbdfbbcb4
@ -8122,10 +8122,6 @@
|
|||||||
"id": "ent.saml.build_request.app_error",
|
"id": "ent.saml.build_request.app_error",
|
||||||
"translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
|
"translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "ent.saml.build_request.encoding.app_error",
|
|
||||||
"translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "ent.saml.configure.certificate_parse_error.app_error",
|
"id": "ent.saml.configure.certificate_parse_error.app_error",
|
||||||
"translation": "SAML could not load Identity Provider Public Certificate successfully, please contact your system administrator."
|
"translation": "SAML could not load Identity Provider Public Certificate successfully, please contact your system administrator."
|
||||||
@ -8134,10 +8130,6 @@
|
|||||||
"id": "ent.saml.configure.encryption_not_enabled.app_error",
|
"id": "ent.saml.configure.encryption_not_enabled.app_error",
|
||||||
"translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
|
"translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "ent.saml.configure.load_idp_cert.app_error",
|
|
||||||
"translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "ent.saml.configure.load_private_key.app_error",
|
"id": "ent.saml.configure.load_private_key.app_error",
|
||||||
"translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
|
"translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator."
|
||||||
@ -8146,10 +8138,6 @@
|
|||||||
"id": "ent.saml.configure.not_encrypted_response.app_error",
|
"id": "ent.saml.configure.not_encrypted_response.app_error",
|
||||||
"translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
|
"translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "ent.saml.do_login.decrypt.app_error",
|
|
||||||
"translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "ent.saml.do_login.empty_response.app_error",
|
"id": "ent.saml.do_login.empty_response.app_error",
|
||||||
"translation": "We received an empty response from the Identity Provider."
|
"translation": "We received an empty response from the Identity Provider."
|
||||||
@ -8166,10 +8154,6 @@
|
|||||||
"id": "ent.saml.do_login.parse.app_error",
|
"id": "ent.saml.do_login.parse.app_error",
|
||||||
"translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
|
"translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "ent.saml.do_login.validate.app_error",
|
|
||||||
"translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "ent.saml.license_disable.app_error",
|
"id": "ent.saml.license_disable.app_error",
|
||||||
"translation": "Your license does not support SAML authentication."
|
"translation": "Your license does not support SAML authentication."
|
||||||
|
Loading…
Reference in New Issue
Block a user