Setup Keycloak with SSL and MySQL backend
Keycloak is an open source identity and access management solution. Open Source Identity and Access Management For Modern Applications and Services. By default Keycloak uses an embedded H2 database. This should be sufficient for development on the local machine, but for production we will replace it with a MySQL standalone…