فهرست منبع

Update maxkey-security.xml

shimingxy 5 سال پیش
والد
کامیت
859e48c4fd
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml

+ 2 - 0
maxkey-web-maxkey/src/main/resources/spring/maxkey-security.xml

@@ -51,6 +51,7 @@
 			<mvc:mapping path="/authz/formbased/*" />
 			<mvc:mapping path="/authz/tokenbased/*"/>
 			<mvc:mapping path="/authz/saml20/idpinit/*"/>
+			<mvc:mapping path="/authz/saml20/assertion"/>
 			<mvc:mapping path="/authz/cas/login"/>
 			<mvc:mapping path="/authz/cas/granting"/>
 			<bean class="org.maxkey.web.interceptor.PreLoginAppAdapter" />
@@ -63,6 +64,7 @@
 			<mvc:mapping path="/authz/formbased/*" />
 			<mvc:mapping path="/authz/tokenbased/*"/>
 			<mvc:mapping path="/authz/saml20/idpinit/*"/>
+			<mvc:mapping path="/authz/saml20/assertion"/>
 			<mvc:mapping path="/authz/cas/granting"/>
 			<bean class="org.maxkey.web.interceptor.HistoryLoginAppAdapter" />
 		</mvc:interceptor>