[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/messages/error-messages.properties
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 18 11:08:02 EDT 2015
Author: tzeller
Date: Wed Mar 18 11:08:01 2015
New Revision: 7428
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7428&view=rev
Log:
IDP-647 Custom error message for MessageAuthenticationError event.
Modified:
trunk/idp-conf/src/main/resources/messages/error-messages.properties
Modified: trunk/idp-conf/src/main/resources/messages/error-messages.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/messages/error-messages.properties?rev=7428&r1=7427&r2=7428&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/messages/error-messages.properties (original)
+++ trunk/idp-conf/src/main/resources/messages/error-messages.properties Wed Mar 18 11:08:01 2015
@@ -35,7 +35,7 @@
InvalidProfileContext = unexpected
InvalidRelyingPartyContext = unexpected
InvalidRelyingPartyConfiguration = unexpected
-MessageAuthenticationError = unexpected
+MessageAuthenticationError = security-msg
MessageProcessingError = unexpected
UnableToEncode = unexpected
UnableToSign = unexpected
@@ -84,6 +84,10 @@
security-cfg.message = The login service and the requested application do not share a compatible \
security configuration, and the request cannot be fulfilled.
+security-msg.title = Message Security Error
+security-msg.message = The request cannot be fulfilled because the message received from the requested application \
+ does not meet the security requirements of the login service.
+
stale.title = Stale Request
stale.message = <p>You may be seeing this page because you used the Back button while browsing a \
secure web site or application. Alternatively, you may have mistakenly bookmarked \
More information about the commits
mailing list