We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9669a commit 498bc2bCopy full SHA for 498bc2b
src/main/webapp/WEB-INF/web.xml
@@ -30,6 +30,8 @@
30
<listener-class>io.antmedia.filter.TokenSessionFilter</listener-class>
31
</listener>
32
33
+ <!-- For Keycloak Integration -->
34
+ <!--
35
<filter>
36
<filter-name>springSecurityFilterChain</filter-name>
37
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
@@ -38,6 +40,8 @@
38
40
39
41
<url-pattern>/*</url-pattern>
42
</filter-mapping>
43
+ -->
44
+
45
46
47
<!-- Put RestProxyFilter to the top of the Filter list -->
0 commit comments