KEYCLOAK-3643 Remove realm-public-key from the subsystem configuration

This commit is contained in:
mposolda 2016-10-04 18:07:17 +02:00
parent d7378fae56
commit 7f4c0c5884

View file

@ -25,7 +25,6 @@ Within the `subsystem` element, paste in the template. It will look something l
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
<secure-deployment name="WAR MODULE NAME.war">
<realm>demo</realm>
<realm-public-key>MIIBIjANBgkqhkiG9B</realm-public-key>
<auth-server-url>http://localhost:8180/auth</auth-server-url>
<public-client>true</public-client>
<ssl-required>EXTERNAL</ssl-required>