Mastering Spring Boot & Keycloak: Comprehensive Tutorial for User Management & Security

preview_player
Показать описание
Mastering Spring Boot & Keycloak: Comprehensive Tutorial for User Management & Security

Welcome to the ultimate guide for mastering Spring Boot and Keycloak! 🚀

In this comprehensive tutorial series, we will take you through the essential concepts and practical steps to secure your applications with powerful user management and authentication features. Whether you're a beginner or an experienced developer, this tutorial will equip you with the knowledge and tools to implement robust security in your Spring Boot applications using Keycloak.

What You'll Learn:
🔸 Create User: Learn how to set up and manage user accounts effortlessly.
🔸 User Roles Management: Understand how to assign and manage user roles for secure access control.
🔸 User Groups Management: Organize users into groups for streamlined management.
🔸 Implement Forgot Password: Enable users to reset their passwords securely.
🔸 Send Verification Email: Set up email verification to ensure valid user registrations.
🔸 Role Based Access Control: Implement role-based access control to protect your resources.
🔸 Run Docker Compose and Create Realm: Use Docker Compose to set up Keycloak and create realms easily.
🔸 Test APIs with Postman: Verify your Spring Boot APIs using Postman for seamless integration.

Why Watch?
Gain hands-on experience with clear, step-by-step instructions.
Enhance your skills with practical examples and detailed explanations.
Build a secure, scalable application with Spring Boot and Keycloak.
Join a community of learners and get support along the way.
Subscribe and Stay Updated!
Don't forget to subscribe and hit the bell icon to stay updated with our latest tutorials. Let's embark on this journey to mastering Spring Boot and Keycloak together!

Watch the first video now and take your skills to the next level!

#SpringBoot #Keycloak #UserManagement #SpringSecurity #JavaDevelopment #APISecurity #RoleBasedAccessControl
#JavaTutorial #WebDevelopment
#CodingTutorial
#TechEducation
#FullStackDevelopment #codewithbisky
00:00:00 Introduction
00:01:58 Configure keycloak
00:14:57 Create Auth Spring Spring Project
00:21:41 Keycloak Java SDK Configurations
00:34:57 Create Keycloak User In Java
00:49:06 Remove Create User API from Security
00:51:54 Add Admin Roles to grant permissions for user creation
01:00:48 Configure Keycloak Email provider
01:02:16 Test Oauth2 Login With Keycloak with Postman
01:05:52 Delete User Integration
01:10:36 Keycloak Forgot Password
01:16:23 Keycloak Assign Roles tro users
01:39:57 Get User Roles Keycloak
01:46:36 Create Groups Keycloak Integration
01:56:59 Keycloak Role Based Access Control RBAC integration
02:03:24 Retrieve Keycloak ROLES from Token
02:08:26 Conclusion
Рекомендации по теме
Комментарии
Автор

Bisky thanks for free lesson. good luck. watching from Uzbekistan

abdukarimnormirzayev
Автор

Thanks man! I was searching a lot for a solution and here found it!

ronnyshk
Автор

Deep stuff, you are an elaborate teacher Bisky, keep up the good work

BrilliantMindsZw
Автор

Thanks for this great content. It's exactly what I was looking for my final year project. Watching form Cape Verde🇨🇻

anderson
Автор

Very Educative man Asante Sana, watching from Nigeria 🇳🇬 ❤🙏

codingplanet
Автор

Will help a lot, thanks for this class!

thiagomachado
Автор

Thanks !! Good job. Watching from Côte d’Ivoire 🇨🇮

BriceBorisBEDA
Автор

great content, and Bisky you are a good teacher, watching from Kazakhstan

tapiwanasheshoshore
Автор

can you give me simple overview , i am creating 3 roles like DOCTOR , PATIENT, ADMIN how to manage in SDK

lokeshl-rn
Автор

good job, however must i use it for another service like identity service? and use global security in gateway? or all in gateway?

hakyoshiii
Автор

The worst thing here is that we use different services for registration and login. How can I customize themes and email templates without using Freemarker? Even better, I want to manage the user from an interface I wrote with React, go to my own service for login, and go to my own service for session information. It's absurd that I haven't found a solution for these. How can I create my own endpoint and login page instead of using an auth/realms endpoint?

muhammedsaiddemir
Автор

Hi Bisky
so I am using keycloak I have created a realm, however I want when I sign up users I don't want them to be added automatically to my user list I want them to go onto a waitlist for me to come and have a look at them to ensure their details are entered correctly in order for me to then add them to my list of user and the will be written to LDAP and not onto keycloak itself. Any advice on how to achieve this?

tobiasmika
Автор

when i update my account password then automatic account email veryfied

lokeshl-rn
Автор

Hi bisky ar 53:19 i am getting status code 400 despite following the instructions. My user from sdk is not creating

judithmongare
Автор

How to obtain user ID through access_token, instead of entering the user ID in Postman

guanlinli