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?
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?
I shall have another Tutorial covering this. For now you add Principal in your controller and call a method getName(). I will show you the best standard
Bisky thanks for free lesson. good luck. watching from Uzbekistan
You are welcome. I am happy that you like it
Thanks man! I was searching a lot for a solution and here found it!
Great to hear! You are welcome
Will help a lot, thanks for this class!
You are welcome
Wonderful video. Thank you very much for your valuable time for creating wonderful video. it is very helpful for all java developers.
Thank you very much
Deep stuff, you are an elaborate teacher Bisky, keep up the good work
Thank you very much Peter
Very Educative man Asante Sana, watching from Nigeria 🇳🇬 ❤🙏
Thank you very much.
Thanks !! Good job. Watching from Côte d’Ivoire 🇨🇮
You are welcome
Thanks for this great content. It's exactly what I was looking for my final year project. Watching form Cape Verde🇨🇻
You are welcome
great content, and Bisky you are a good teacher, watching from Kazakhstan
Thank you Tapiwanashe.
Thank you brother
You are welcome
@@CodeWithBisky please keep up the good work. 👍👍👍
very helpful thanks a lot
You are welcome
Thanks
Thank you very much for your support.
thanks
You are welcome
good job, however must i use it for another service like identity service? and use global security in gateway? or all in gateway?
Thank you very much. Watch other videos you would understand better
can you give me simple overview , i am creating 3 roles like DOCTOR , PATIENT , ADMIN how to manage in SDK
got it
Thank you
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?
You can save them without credentials and enabled to false. Once you verify the user you change the status to true and move them to ldap
@@CodeWithBisky Thank you
@@CodeWithBiskyhow to create database mysql for keycloak using spring automatically create and add data automatically it( but not standalone)
Hi bisky ar 53:19 i am getting status code 400 despite following the instructions. My user from sdk is not creating
I am using manage user role for admin-cli
Is the status code coming from keycloak or your API. Check that and also clone the project I created and use that
when i update my account password then automatic account email veryfied
Logically it’s correct because you have access to that email
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?
You have to use freemarker for emails. For login, you can call the auth endpoint. You can check in this video
How to obtain user ID through access_token, instead of entering the user ID in Postman
I shall have another Tutorial covering this. For now you add Principal in your controller and call a method getName(). I will show you the best standard
@@CodeWithBisky Thanks,looking forward to your work!
i am fan of this video
thanks for helping
superrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Thank you very much. May you please share the video
@@CodeWithBiskyof course bro
@@CodeWithBisky yes
@@CodeWithBisky can you give me simple overview , i am creating 3 roles like DOCTOR , PATIENT , ADMIN how to manage in SDK