summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 14:21:52 +0000
committerbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-09 14:21:52 +0000
commit1846b1557892b3e35246ae470a21ab0bd1f8eab9 (patch)
treed22bc439febcc5b719523b45f742d0f8696a3b3a /chrome/app
parent0ab28eeb9bd2852f25833eaa3e8914ecd43d1611 (diff)
downloadchromium_src-1846b1557892b3e35246ae470a21ab0bd1f8eab9.zip
chromium_src-1846b1557892b3e35246ae470a21ab0bd1f8eab9.tar.gz
chromium_src-1846b1557892b3e35246ae470a21ab0bd1f8eab9.tar.bz2
Show clearer error when insecure URL is blocked during SAML enrollment
If an insecure URL is blocked during SAML enrollment, we should tell the user what happened and what the blocked URL was so that he/she can report it to the administrator and the admin can take appropriate action. Otherwise, it is unclear why SAML login failed and what should be done to fix it. BUG=370015 TEST=Manual Review URL: https://codereview.chromium.org/264093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chromeos_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 305fbd7..30e4a7b 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -5216,6 +5216,9 @@ All users must sign out to continue.
<message name="IDS_ENTERPRISE_ENROLLMENT_AUTH_NETWORK_ERROR" desc="Error message to show when there is a network problem when authenticating for enrollment.">
Oops! A network communication problem occurred during authentication. Please check your network connection and try again.
</message>
+ <message name="IDS_ENTERPRISE_ENROLLMENT_AUTH_INSECURE_URL_ERROR" desc="Error message to show when a redirect to an insecure URL was detected and blocked when authenticating for enrollment.">
+ Oops! Authentication failed because it was configured to use a non-secure URL (<ph name="BLOCKED_URL">$1<ex>http://www.example.com/login.html</ex></ph>). Please contact your administrator.
+ </message>
<message name="IDS_ENTERPRISE_AUTO_ENROLLMENT_BAD_MODE" desc="Error message to show when auto-enrollment is not supported for the enrollment mode supplied by the DMServer.">
Oops! Something went wrong while auto-enrolling this device. Please try again from the sign-in screen using the Ctrl-Alt-E key combination, or contact your support representative.
</message>