mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 12:20:28 -07:00
keycloak: switch http-invoker from security-realm to http-authentication-factory
This commit is contained in:
parent
2a219222bc
commit
cd1c2ae3e7
2 changed files with 2 additions and 2 deletions
|
@ -656,7 +656,7 @@
|
||||||
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
|
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
|
||||||
<host name="default-host" alias="localhost">
|
<host name="default-host" alias="localhost">
|
||||||
<location name="/" handler="welcome-content"/>
|
<location name="/" handler="welcome-content"/>
|
||||||
<http-invoker security-realm="ApplicationRealm"/>
|
<http-invoker http-authentication-factory="application-http-authentication"/>
|
||||||
<filter-ref name="proxy-peer"/>
|
<filter-ref name="proxy-peer"/>
|
||||||
</host>
|
</host>
|
||||||
</server>
|
</server>
|
||||||
|
|
|
@ -569,7 +569,7 @@
|
||||||
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
|
<https-listener name="https" socket-binding="https" ssl-context="applicationSSC" enable-http2="true"/>
|
||||||
<host name="default-host" alias="localhost">
|
<host name="default-host" alias="localhost">
|
||||||
<location name="/" handler="welcome-content"/>
|
<location name="/" handler="welcome-content"/>
|
||||||
<http-invoker security-realm="ApplicationRealm"/>
|
<http-invoker http-authentication-factory="application-http-authentication"/>
|
||||||
</host>
|
</host>
|
||||||
</server>
|
</server>
|
||||||
<servlet-container name="default">
|
<servlet-container name="default">
|
||||||
|
|
Loading…
Add table
Reference in a new issue