- 4
- 21 734
Web Tech Stack
Приєднався 16 тра 2023
Our vision is to help people who are working in Software Industry and make the world a better place.
Spring WebClient to make API calls
#webclient #springboot #api
This tutorial shows you how to make an API call using Spring Boot WebClient. We will cover GET and POST examples in this tutorial.
Code: github.com/Web-Blog-Guru/webclient-demo
Table of Content:
0:00 Introduction
0:38 Implementation
This tutorial shows you how to make an API call using Spring Boot WebClient. We will cover GET and POST examples in this tutorial.
Code: github.com/Web-Blog-Guru/webclient-demo
Table of Content:
0:00 Introduction
0:38 Implementation
Переглядів: 579
Відео
Keycloak Admin REST API | Create Users | Add Roles
Переглядів 17 тис.Рік тому
#keycloak #keycloakapi #postman Learn how to create users using Keycloak admin REST API. And assigning roles to users, and giving credentials to users. We are using Keycloak version 21.1.1. Keycloak site: www.keycloak.org/ Ketcloak Admin REST API: www.keycloak.org/docs-api/21.1.1/rest-api/index.html Postman collection: github.com/Web-Blog-Guru/postman-collections/blob/main/keycloak_auth.postman...
Responsive HTML Tables using DataTables - Example 1
Переглядів 54Рік тому
#datatables #html #htmltables #javascript #webdevelopment We are using HTML Tables on our websites and faced some issues because of some limitations of being less interactive. In this blog post, I’m showing how to create a responsive and interactive HTML table with functionality like searching, sorting, and pagination using a JQuery plugin called DataTables. DataTables is a free and open-source...
Keycloak integration with Spring boot 3 for beginners, and test using Postman | The complete Guide
Переглядів 4,6 тис.Рік тому
#keycloak #springboot #postman #oauth2 #springtutorial #java Secure your spring boot 3.0 application with Keycloak (open-source Identity and Access Management solution) and test it using Postman. Source code: github.com/Web-Blog-Guru/keycloak-demo.git Keycloak site: www.keycloak.org Table of Content: 0:00 Tutorial Flow 00:52 Install Keycloak 04:13 Add roles support 07:52 Test using Postman 20:0...
Thanks for meal
Thank you!
Voice is too low,try to improve your voice sound, but your explaination is very nice 👍
I found it very helpful. You explained postman setting in detail. Thank you a lot.
Thank you very much!!! Very helpfull
You are life saver.
This video is gold , you have explained the details very well and in a very calm manner . All the very best :)
Thanks Man
thank you. Is there a way to do admin stuff like create/update/retrieve and configure OAuth2.0 directly on the call in order to retrieve bearer token? I men, not to do a separate call for it on /token endpoint.
Thanks for this !
All steps are functioning correctly in version 24.0 as well. I encountered minimal errors during the process. Thank you for sharing your knowledge
Awesome content.
Thank you, nice tutorial
Brother Thanks a lot
can we change password of specific user through api ? if yes can you make a quick video or instruction for the collection of that
Hi ,This video is vey useful and gave a clear and detailed explanation about keyclaok with postman. Is it possible to obtain clientId and userId by API call ?Instead of taking that from keycloak UI and Is there any API in KEYCLOAK for fetching users those are not having any roles?
thanks buddy i was stuck at error_unkwon but now i fix
hi hope you are well, I am getting the same error - did you manage to fix it, if so how, thanks
Hello, I did the same thing as you did-created a realm, set up a client, granted authorization to the client, and then obtained the client's token. However, even after obtaining the token, when I use it to access the GET admin/realms/demo2/users/count service, it still returns a 401 error. Can you help thank you so mach
you can give the updated and valid accesstoken,it may be shown 401 error when access token is wrong ,I too had that error, I troubleshot using the valid and updated access token, when you invoke any API call, you should give the new access token each time
Extremely poor audio quality. At least use an earphone-mic.
localhost:8085/test/hello-2 giving 403 error. Can you please help?localhost:8085/test/hello-1 is working fine.
did it solve?
Hi i did same like you but i recieve 403 forbidden can you help thank you so much
whats the solution can you help me?
@@orcuntukenmez9025 give more scope to your client
Nice video, can you please show the same in frontend with keycloak login page verifying whether role based access is working or not
instead of Set.of() method what we can use in java17 openSource
Hi, thank you so much, you saved my time.
Glad to hear that
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Unsatisfied dependency expressed through method 'setFilterChains' parameter 0: Error creating bean with name 'securityFilterChain' defined in class path resource @WebTechStackPro please help to resolve it
It was very well prepared and very descriptive content. thank you for this.. I hope you will continue to post videos with other queries (eg crud operations etc.) in the near future..
Thank you so much, I will do more content in the near future
Good Video... Also please do a video showing the same in the frontend with keycloak login page
Sure I will
great content, please do other tuts on KEYCLOAK ADMIN REST API. but please increase the font size of the browser and terminal. thank you so much for your efforts
Thanks, will do!
'promo sm'
Source code: github.com/Web-Blog-Guru/keycloak-demo.git