top of page
Keycloak
Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code. Features Of Keycloak Single-Sign On Users authenticate with Keycloak rather than individual applications. This means that your applications don’t have to deal with login forms, authenticating users, and storing users. Once logged-in to Keycloak, users don’t have to login again to access a dif
Chandan Rajpurohit
Feb 1, 20242 min read
How To Configure Keycloak With MySQL Database?
Keycloak is an Open Source Identity and Access Management. Keycloak provides Single-Sign On, Identity brokering and Social Login, user federation, strong authentication, user management, fine-grained authorization, and more. Let’s see how we can configure keycloak with MySQL database. Create keycloak database in MySQL Open cmd/ terminal and connect to your MySQL Server using your root MySQL credentials. mysql -u root -p Above command will ask password for the MySQL root user.
Chandan Rajpurohit
Aug 7, 20231 min read
bottom of page