- Видео 24
- Просмотров 31 110
K S Techno World
Индия
Добавлен 23 дек 2008
Hello Friends
This Channel provides you a technical content like Java Programming, microservices, CI CD Concept etc.
This Channel provides you a technical content like Java Programming, microservices, CI CD Concept etc.
Getting Started with Ollama and Web UI
In this tutorial you will lean how to install Ollama and run a Large Language Model like Meta AI's Llama 3.1. When you install Ollama you have access to a command line interface to talk to the LLM. You will also learn how to install a project called Web UI that will give you access to a Chat GPT like interface for interacting with the model.
🔗Resources & Links mentioned in this video:
Ollama: ollama.com/
🔗Resources & Links mentioned in this video:
Ollama: ollama.com/
Просмотров: 100
Видео
Run your own Copilot with Ollama and Spring AI
Просмотров 642 месяца назад
Run your own Copilot with Ollama and Spring AI #copilot #ollama #llama In this tutorial, we will learn how to setup GPT Copilot with ollama Subscribe for more videos youtube.com/@kstechnoworld?sub_confirmation=1
Spring AI Functions - How to register custom Java functions with the Chat Client
Просмотров 1162 месяца назад
Spring AI Functions - How to register custom Java functions with the Chat Client #ollama #llama #ai #springboot #java #springai In this tutorial, we will take a look at function calling in Spring AI. This will allow you to register custom Java Functions that the LLM can call when it needs access to real-time data. That is the example we will work through in this video, and by the end, you will ...
Getting started with Ollama Llama 3.1 and Spring AI
Просмотров 1332 месяца назад
Getting started with Ollama Llama 3.1 and Spring AI In this tutorial you will learn how to get started with Ollama. With Ollama you can run open-source Large Language Models (LLM) locally. We will be using the latest and greatest model from Meta, 3.1. Finally we will bring this back to Spring by showing you how you can use that model in your next Spring Application with Spring AI. #ai #ollama #...
Secure Your GraphQL Microservice with Keycloak
Просмотров 1023 месяца назад
Secure Your GraphQL Microservice with Keycloak In this tutorial, we are going to learn how to integrate keycloak with GraphQl Microservices #graphql #microservices #authorization #spring #api #javaframework #springmicroservices #microservices #microservicesarchitecture #restapi #graphqlapi #restvsgraphql #springsecurity #oauth2 #jwt #sso GitHub Code Link - github.com/kuldeepsingh99/graphql-secu...
Spring Boot Microservices - The GraphQL Revolution
Просмотров 983 месяца назад
Spring Boot Microservices - The GraphQL Revolution welcome to the detailed tutorial on spring boot with GraphQL, in the video we will see how to create the GraphQL API. #graphql #springboot #restapi #spring #api #javaframework #springmicroservices #microservices #microservicesarchitecture #restapi #graphqlapi #restvsgraphql #springsecurity #oauth2 #jwt #sso GitHub Code :- github.com/kuldeepsing...
Secure Microservices with Keycloak, The Right Way [2024]
Просмотров 4783 месяца назад
Secure Microservices with Keycloak, The Right Way[2024] Welcome to our tutorial on securing microservices using Keycloak. In this video, we dive deep into the world of microservice security and explore the different strategies and tools you can use to protect your applications. #microservices #keycloak #security #springboot #springsecurity #sso #authorization #keycloaktutorial #microservicesarc...
Passwordless Authentication with Keycloak [2024]
Просмотров 6203 месяца назад
Passwordless Authentication with Keycloak [2024] In this tutorial, we are going to learn how to login without password to an application using keycloak. #keycloak #springboot #angular #springsecurity #angulartraining #authorization #sso #authorization #keycloaktutorial #fullstack #trainingvideo #rolebasedaccess #rbac Code Link - github.com/kuldeepsingh99/keycloak-angular github.com/kuldeepsingh...
Securing Spring boot microservices with keycloak using oAuth and Angular
Просмотров 1,5 тыс.4 месяца назад
Securing Spring boot microservices with keycloak using oAuth and Angular In this tutorial, we are going to learn how to integrate keycloak with angular and spring boot. we will learn how to protect routes in #angular with #AuthGaurd with role based access and how in the rest endpoint can be protected in spring boot. #keycloak #springboot #angular #springsecurity #angulartraining #authorization ...
Keycloak Events Tutorial [2024]
Просмотров 5624 месяца назад
Keycloak Events Tutorial [2024] In this video we are going to learn how to create custom keycloak events #keycloak #authorization #sso #keycloak #keycloaktutorial #keycloakspringboot #keycloakauthenticationflow #keycloakdocker #keycloakreact #keycloaksso #keycloaksaml #keycloakkubernetes #keycloaksetup #keycloakldap #keycloakcustomloginpage #keycloaknodejs #identitymanagement #okta Code Link - ...
Keycloak Custom Rest Resource Tutorial [2024]
Просмотров 4554 месяца назад
Keycloak Custom Rest Resource Tutorial [2024] In this video we are going to learn how to create custom rest resource in keycloak #keycloak #authorization #sso #keycloak #keycloaktutorial #keycloakspringboot #keycloakauthenticationflow #keycloakdocker #keycloakreact #keycloaksso #keycloaksaml #keycloakkubernetes #keycloaksetup #keycloakldap #keycloakcustomloginpage #keycloaknodejs #identitymanag...
Implementing Keycloak User Storage | User Federation [2024]
Просмотров 1,9 тыс.4 месяца назад
Implementing Keycloak User Storage | User Federation [2024] #keycloak #authorization #sso #Keycloak stores by default the users data in its own database. But you can also connect to other data sources, if you already have some (legacy) stores or simply don't want to store your users data in Keycloak itself. This is called User #Federation - to connect to any other system - with a Custom #UserSt...
Keycloak Client Scopes Tutorial [2024]
Просмотров 1,6 тыс.4 месяца назад
Keycloak Client Scopes Tutorial [2024] In this tutorial, we will learn about client scopes, why client scope are usefull, how to create scopes. #keycloak #authorization #sso #scopes #keycloak #keycloaktutorial #keycloakspringboot #keycloakauthenticationflow #keycloakdocker #keycloakreact #keycloaksso #keycloaksaml #keycloakkubernetes #keycloaksetup #keycloakldap #keycloakcustomloginpage #keyclo...
Keycloak Groups Tutorial [2024]
Просмотров 1,2 тыс.5 месяцев назад
Keycloak Groups Tutorial [2024] In this tutorial, we will learn about keycloak groups, how we create groups and how we map roles with the groups and finally how we map groups with the users This series include 1. Introduction to Keycloak/ Keycloak.X 2. Realms 3. Clients 4. Managing Roles & Permission 5. Managing Users 6. Managing Groups #keycloak #identitymanagement #iam #keycloak #keycloaktuto...
Advanced Keycloak User Mapper Techniques (2024)
Просмотров 2,9 тыс.6 месяцев назад
Advanced Keycloak User Mapper Techniques (2024) In this tutorial, we will learn how to create users in keycloak and how to create user mappers. #keycloak #sso #identitymanagement #keycloak #keycloaktutorial #keycloakspringboot #keycloakauthenticationflow #keycloakdocker #keycloakreact #keycloaksso #keycloaksaml #keycloakkubernetes #keycloaksetup #keycloakldap #keycloakcustomloginpage access man...
Keycloak Role Management Tutorial [2024]
Просмотров 6 тыс.6 месяцев назад
Keycloak Role Management Tutorial [2024]
Keycloak Tutorial: Creating Realms and Clients
Просмотров 3,9 тыс.6 месяцев назад
Keycloak Tutorial: Creating Realms and Clients
API Rate limiting with Bucket4J and Redis
Просмотров 2,3 тыс.Год назад
API Rate limiting with Bucket4J and Redis
OpenShift CI CD with Jenkins - The Fastest Way
Просмотров 3,5 тыс.Год назад
OpenShift CI CD with Jenkins - The Fastest Way
Automate CI/CD with Open Shift Pipelines & Jenkins X
Просмотров 1,2 тыс.Год назад
Automate CI/CD with Open Shift Pipelines & Jenkins X
Springboot, Mysql, Angular on Open Shift (2024)
Просмотров 665Год назад
Springboot, Mysql, Angular on Open Shift (2024)
Mastering Open Shift Cluster in AWS [2024]
Просмотров 516Год назад
Mastering Open Shift Cluster in AWS [2024]
Setting up Route53 for OpenShift DNS (step-by-step)
Просмотров 562Год назад
Setting up Route53 for OpenShift DNS (step-by-step)
Openshift CI CD with Spring boot and Angular
Просмотров 899Год назад
Openshift CI CD with Spring boot and Angular
ERROR [org.keycloak.services.error.KeycloakErrorHandler] (executor-thread-4) Uncaught server error: java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/jboss/jandex/DotName why this error ?
Thank youuuu <3 your video saved me !
Thank you for the words. Please do like share and subscribe
very informative video. I am trying to use a database which is not officially supported by Keycloak. Using Custom UserStorageProvider will it be possible to do so?
We are using keycloak-model-jpa library for connection. You can try to configure and test it, I feel it will work, but honestly, I have not tried.
@@kstechnoworld please attach dockerfile as would be very helpful
Is it possible to configure a token so that it can only be used once and then becomes invalid? This question comes up because a token can usually be used multiple times before it expires. Also, if there's already an active session, is there a way to prevent the 'We are sorry... Action expired' page from showing and instead load the page normally?
Technically, as long as the token is valid, it can be used for login, but if we want to use the token once then we can try to remove the token during login by using authentication SPI interface, I have not done this but it should be possible.
Excellent video, thank you.
Thanks and please like share and subscribe
Excellent video, thank you, you saved my life.
Thanks and please do like, share and subscribe
Please use a better microphone. Large parts were not understandable.
Sure, next time, I will take care of it
how to configure fine grained access control in keycloak?
Well I don't know the requirement, but at a very high level I can say that you can create groups and sub group and map roles to the sub group and finally map the user to the sub group
All projects work with Gradle but not with Maven. Can you please explain why?
It should work with maven also, but I have not tried maven
Bro i need to add a attribute in user, how to do it. I am upgrading keycloak version to 25.0 now i am not getting any option of attributes. How to do it please help me.
Some changes in keyclock, you need to go to realms setting, user profile tab. Create an attribute and then check user details tab you will be able to see the newly created attribute.
@@kstechnoworld I have tried this method but i am not getting one attribute value in header of UI.
Hello thanks for this video so i want to add a client scope with SAML but for the mapper i have any option
Mapper we have two options, either use mapper, which I have explained in video, or may be you can try using and SPI using AbstractOIDCprotocal mapper
@@kstechnoworld i fix with clients scopes thank you
does it also work with Mistral AI? because I always keep getting the error java.lang.IllegalStateException: No function callback found for name: CurrentWeather
Yes ideally it should work, but I have not tried mistal as of now
Could you please also create one backend application where we have our own user and role entity and then we are securing using keycloak i.e custome user and role entity that will be great help.
I am sorry but not sure I understand this fully, can you explain this in detail, then might be I can help.
@@kstechnoworld means we are not creating user and role in keycloak instead we will use user and role in our database and then authenticate them with keycloak
Hello, you can do this with Customer Storage SPI
Hi, I created a custom role (developer) and assign it to a user. Then i created an endpoint in spring boot and secured that endpoint like this auth.requestMatchers(HttpMethod.GET, "/user/authenticated").hasRole("developer"). I get 403 forbidden error.
Can u help me with this one ? How can i set a default value for an attribute like for example : 0 value for "points" attribute when a new user has been created ?
Well, in your case, you have couple of options 1. create a microservice and expose and rest api to create user use keycloak admin client mvnrepository.com/artifact/org.keycloak/keycloak-admin-client 2. If you are using keycloak registration page, then you need to use an SPI (Authentication) and from the SPI cal the rest endpoint, which you have created in point no 1
@@kstechnoworld btw im using keycloak with JHipster so I think that makes the difference and yea im using the keycloak registration to create a new user
@@kstechnoworld Hi. do you have a tutorial for the keycloak admin client. because In the keycloak 24.0.1, we have to manually attach the attributes and manually display it with the user. Also using the admin keycloak client how we can attach the roles with the token. If you have any link for that please do share.
Bro You re my saver
Thank you
Have you ever implementing the UserBulkUpdateProvider, ImportedUserValidation and ImportSynchronization?
No, I have not tried these, but surely I may come up with one session
@@kstechnoworld It would be nice 🙂Thank you in advance :-)
@kstechnoworld Do you have any video regarding a custom provider connecting to jdbc?
Hey i am using a node service to access the uam through end points and i need to fetch all user details, how can i do it?
I have emailed you, please send your phone number there!
You can check keycloak admin rest api, you will be able to fetch the user details
If any example there with MongoDb please provide link here
Is it possible to redirect authorization to keycloak I mean not checking roles in sprinboot but all in keycloak?
Not sure to understand the question properly, but keycloak main job is to issue token which has some roles and permissions, and token is validated in apps like spring boot.
Good explanation, Can you let me know how can we add permissions to JWT token?
Map the roles to the client then it will be part of token or use custom mappers
I deployed & configured keyclok &workflow via terraform
yeah its possible
hi! would you have a suggestion as the best way to implement enabling user access/registration on the client-level? what concepts in keycloak are to be leveraged? i essentially want to prevent users registering on a particular client's application page from being able to access the other clients any help is appreciated
Maybe you can try to implement a custom spi org.keycloak.authentication.forms.RegistrationUserCreation and handle it, this way you write custom logic like which client you want to allow for registration.
you did not say why we disabled all this 0:49
It's mandatory setting
@@kstechnoworld why
@@anos997 It's simple enough. If the user requiring authentication hasn't completed any of the required checklist within the checkbox if checked, the access token will not be granted. For example if the user hasn't verified his email or hasn't completed his profile it will not be possible to grant the access token because the user is not yet a verified user on the platform. All these steps has to be gone through before that can be done.
Thank you for the video. I tried to do the same, and it worked, but I have a question. Why can I use grant_type=password in the Master Realm and it works, but when I do the same in a new realm, it says: { "error": "invalid_grant", "error_description": "Account is not fully set up" } I need to change it to grant_type=client_credentials to work. Do you have any idea why?
i found the solution in your next video : ruclips.net/video/nU_uTpHDXEI/видео.html Thank you !!!
i found the solution in your next video : ruclips.net/video/nU_uTpHDXEI/видео.html THANK YOU !!!
Ok, great that you find the solution
Sir I have created the resources, scopes, policies, permissions now i want to add the resources of the roles in the user token payload account to their specific roles. How to do it?
May be you need to map it to service account
@@kstechnoworld I have created the user attributes for it and I am able to add the resources while creating a user using the POST API of the keycloak. But I don't want to add the resources from there, I already created the resources with permission, somehow i want to add all those resources in the user payload according to their role and for that I tried the custom script mapper also but it is not working.
Is it possible to explain with example?
Need your personal contact number
Send me mail
Hii bro
Hii bro need your personal contact number
Please bro
You can send me mail
God bless you
Hi Kuldeep, I have to configure the same with AWS Redis Cluster. Can you help regarding it if possible?
Thank you for this video, would like to know react deployment demo in open shift if possible
Added the same dependency , but not able to import ProxyManager, can you help
Please refer the code base here github.com/kuldeepsingh99/api-rate-limiting
Can you please explain about workspaces in Tekton ?