<?xml version="1.0" encoding="UTF-8"?>
<mapping>
	<actions>
		<action path="externalAuthentication" class="com.edeal.frontline.controller.actions.ExternalAuthentication" allowAnonymous="true">
			<forward code="success_html" page="/admin/actor/getToken.jsp"/>
			<forward code="success" page="/sendredirect"/>
			<redirect code="failure" page="/logout.fl"/>
		</action>
	</actions>
</mapping>