Skip to content

Keycloak


For security reasons, the following configuration steps are recommended.


Change the Keycloak Administrator User

After the default installation, the following Keycloak administrator user is configured:

Username: admin
Password: SealAdmin1

Change the Password!


Change the token signing key

  1. Obtain a new x509 key/certificate pair.

  2. Log on to the Keycloak administrator user interface.

  3. In Realm Settings, select Keys.

  4. In subcommand Providers select in Add keystore the appropriate provider (e.g. rsa if you have an RSA key/certificate).

  5. Add your key and certificate and set the Priority to a value higher than the other keystore provider (e.g. 200)

  6. Save the settings.

  7. Set same certificate in SEAL Print Client configuration.


Back to top