Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue
idrLANG

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje6 OCT 20212021 Wintercreated
Agnieszka19 OCT 20212021 WinterrLANG


...

Encoded passwords are supported as well. For more details, refer to the official documentation about the Password Storage Format of the Spring Security project. The following encoders are supported: 

  • bcrypt
  • ldap
  • MD4
  • MD5
  • pbkdf2
  • scrypt
  • SHA-1
  • SHA-256
  • argon2

Configuration via Profiles

...

ParameterDescription
keycloak.hostHost Public host of KEYCLOAK-PROXY service.
keycloak.serverPublic URL to the KEYCLOAK-PROXY service: https://${keycloak.host}/auth.
keycloak.admin.usernameThe user name for the login to the KEYCLOAK-PROXY service user interface.
keycloak.admin.passwordThe user password for the login to the KEYCLOAK-PROXY service user interface.

...