[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/messages/error-messages.properties

noreply at shibboleth.net noreply at shibboleth.net
Tue May 5 21:38:04 EDT 2015


Author: scantor
Date: Tue May  5 21:38:04 2015
New Revision: 7494

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7494&view=rev
Log:
IDP-647 - Provide custom event 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=7494&r1=7493&r2=7494&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/messages/error-messages.properties	(original)
+++ trunk/idp-conf/src/main/resources/messages/error-messages.properties	Tue May  5 21:38:04 2015
@@ -16,6 +16,7 @@
 EndpointResolutionFailed = endpoint
 InvalidProfileConfiguration = relying-party
 InvalidSecurityConfiguration = security-cfg
+MessageAuthenticationError = security-msg
 MessageReplay = stale
 MessageExpired = stale
 UnableToDecode = stale
@@ -35,7 +36,6 @@
 InvalidProfileContext = unexpected
 InvalidRelyingPartyContext = unexpected
 InvalidRelyingPartyConfiguration = unexpected
-MessageAuthenticationError = unexpected
 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 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