Skip to content

Commit

Permalink
Merge pull request #512 from ant-media/fix/keycloakSetting
Browse files Browse the repository at this point in the history
fix configuration
  • Loading branch information
burak-58 authored Nov 11, 2024
2 parents fa9669a + 498bc2b commit 095b524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<listener-class>io.antmedia.filter.TokenSessionFilter</listener-class>
</listener>

<!-- For Keycloak Integration -->
<!--
<filter>
<filter-name>springSecurityFilterChain</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
Expand All @@ -38,6 +40,8 @@
<filter-name>springSecurityFilterChain</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-->



<!-- Put RestProxyFilter to the top of the Filter list -->
Expand Down

0 comments on commit 095b524

Please sign in to comment.