logout-webflow.xml 398 B

123456789
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <flow xmlns="http://www.springframework.org/schema/webflow"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd">
  5. <end-state id="redirectView" view="externalRedirect:#{flowScope.logoutRedirectUrl}"/>
  6. </flow>