KEYCLOAK-3643 Remove realm-public-key from the subsystem configuration
This commit is contained in:
parent
d7378fae56
commit
7f4c0c5884
1 changed files with 0 additions and 1 deletions
|
@ -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">
|
<subsystem xmlns="urn:jboss:domain:keycloak:1.1">
|
||||||
<secure-deployment name="WAR MODULE NAME.war">
|
<secure-deployment name="WAR MODULE NAME.war">
|
||||||
<realm>demo</realm>
|
<realm>demo</realm>
|
||||||
<realm-public-key>MIIBIjANBgkqhkiG9B</realm-public-key>
|
|
||||||
<auth-server-url>http://localhost:8180/auth</auth-server-url>
|
<auth-server-url>http://localhost:8180/auth</auth-server-url>
|
||||||
<public-client>true</public-client>
|
<public-client>true</public-client>
|
||||||
<ssl-required>EXTERNAL</ssl-required>
|
<ssl-required>EXTERNAL</ssl-required>
|
||||||
|
|
Loading…
Reference in a new issue