[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 2 15:32:58 EST 2017
Author: scantor
Date: Thu Mar 2 15:32:58 2017
New Revision: 8637
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8637&view=rev
Log:
IDP-1133 - Replace wildcarded global transition rules
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml?rev=8637&r1=8636&r2=8637&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/security-abstract-flow.xml Thu Mar 2 15:32:58 2017
@@ -18,7 +18,9 @@
<!-- Default is to turn any error event into its own end-state. -->
<global-transitions>
- <transition on="#{!'proceed'.equals(currentEvent.id)}" to="#{currentEvent.id}" />
+ <transition on="MessageExpired" to="MessageExpired" />
+ <transition on="MessageReplay" to="MessageReplay" />
+ <transition on="MessageAuthenticationError" to="MessageAuthenticationError" />
</global-transitions>
</flow>
More information about the commits
mailing list