Newer
Older
cas-server / cas / WEB-INF / classes / webflow / logout / logout-webflow.xml
zhout on 17 Jun 2021 398 bytes first commit
<?xml version="1.0" encoding="UTF-8"?>
<flow xmlns="http://www.springframework.org/schema/webflow"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd">

    <end-state id="redirectView" view="externalRedirect:#{flowScope.logoutRedirectUrl}"/>

</flow>