Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/42df437bf662f4d7d7f32ef82a9804f1 to your computer and use it in GitHub Desktop.
Save mcupak/42df437bf662f4d7d7f32ef82a9804f1 to your computer and use it in GitHub Desktop.
Secure deployment configuration in Keycloak.
<secure-deployment name="sample-application.war">
<realm>sample-realm</realm>
<realm-public-key>MIIBI...IDAQAB</realm-public-key>
<auth-server-url>http://localhost:8080/auth</auth-server-url>
<ssl-required>ALL</ssl-required>
<resource>sample-application</resource>
<credential name="secret">6215871c-c4c7-40ce-acd2-fee9d65acccb</credential>
</secure-deployment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment