keycloak: switch http-invoker from security-realm to http-authentication-factory

This commit is contained in:
Guido Grazioli 2022-12-19 23:09:43 +01:00
parent 2a219222bc
commit cd1c2ae3e7
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 2 additions and 2 deletions

View file

@ -656,7 +656,7 @@
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<http-invoker security-realm="ApplicationRealm"/>
<http-invoker http-authentication-factory="application-http-authentication"/>
<filter-ref name="proxy-peer"/>
</host>
</server>

View file

@ -569,7 +569,7 @@
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
<host name="default-host" alias="localhost">
<location name="/" handler="welcome-content"/>
<http-invoker security-realm="ApplicationRealm"/>
<http-invoker http-authentication-factory="application-http-authentication"/>
</host>
</server>
<servlet-container name="default">