KEYCLOAK-812: Remove confidential transport from auth server we.xml and
documentation.
This commit is contained in:
parent
7408600f94
commit
6c02510b92
2 changed files with 0 additions and 35 deletions
|
@ -702,27 +702,6 @@ keycloak-war-dist-all-&project.version;/
|
|||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>Enforce HTTPS For Server Connections</title>
|
||||
<para>
|
||||
Servlet containers can force browsers and other HTTP clients to use HTTPS. You have to configure this in
|
||||
<literal>.../standalone/deployments/auth-server.war/WEB-INF/web.xml</literal>. All you have to do is
|
||||
uncomment out the security constraint.
|
||||
</para>
|
||||
<para>
|
||||
<programlisting><![CDATA[<web-app>
|
||||
...
|
||||
<security-constraint>
|
||||
<web-resource-collection>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</web-resource-collection>
|
||||
<user-data-constraint>
|
||||
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
|
||||
</user-data-constraint>
|
||||
</security-constraint>
|
||||
</web-app>]]></programlisting>
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
|
|
@ -49,18 +49,4 @@
|
|||
<servlet-name>Keycloak REST Interface</servlet-name>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!--
|
||||
|
||||
<security-constraint>
|
||||
<web-resource-collection>
|
||||
<url-pattern>/*</url-pattern>
|
||||
</web-resource-collection>
|
||||
<user-data-constraint>
|
||||
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
|
||||
</user-data-constraint>
|
||||
</security-constraint>
|
||||
-->
|
||||
|
||||
|
||||
</web-app>
|
||||
|
|
Loading…
Reference in a new issue