<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <div>
   Hi,
   <br>the IdP that we use is deploy on wildfly23 with two node (node1 - node2).
   <br>When the authentication request starts from node1 and the authentication response on the node2 (or viceversa) we get the following error:
   <br><em>ERROR [org.springframework.webflow.execution.repository.NoSuchFlowExecutionException:91] -</em>
   <br><em>org.springframework.webflow.execution.repository.NoSuchFlowExecutionException: No flow execution could be found with key 'e5s2' -- perhaps this executing flow has ended or expired? </em>
   <br><em>This could happen if your users are relying on browser history (typically via the back button) that references ended flows.</em>
   <br><em>at deployment.idpmfa.war//org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository.getConversation(AbstractFlowExecutionRepository.java:172)</em>
   <br><em>Caused by: org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id '5' -- perhaps this conversation has ended?</em>
   <br><em>at deployment.idpmfa.war//org.springframework.webflow.conversation.impl.ConversationContainer.getConversation(ConversationContainer.java:126)</em>
   <br>What could it be due to? We have idp version 4.
  </div> 
  <div>
    
  </div> 
  <div>
   Thanks
   <br>Domenico
  </div> 
  <div>
    
  </div>
 </body>
</html>