Keycloak Quarkus - Custom provider
11:28
Command Palette in React 18
8:13
2 жыл бұрын
Angular EditorJS integration
15:43
2 жыл бұрын
Video subtitles using FFMPEG
8:36
2 жыл бұрын
Create S3 bucket using AWS JAVA SDK
10:59
JavaScript puzzle
4:26
2 жыл бұрын
Apex Chart with Angular
5:23
4 жыл бұрын
Mount Google Cloud Storage in Ubuntu
6:53
What is RxJS - Retry Opeator
3:59
5 жыл бұрын
What is RxJS - Scan Operator
4:10
5 жыл бұрын
RxJS Operator - Merge, MapTo, Take
4:27
Пікірлер
@saurabhumadikar2345
@saurabhumadikar2345 20 күн бұрын
How do you debug the Custom Providers code when running it locally from your IDE?
@sriharsha149
@sriharsha149 Ай бұрын
Can we use any other open source library to get same 3d layout
@aditigupta6870
@aditigupta6870 Ай бұрын
How are we authenticating here to the GCP bucket? In code there is no authentication shown
@sanjayms00
@sanjayms00 3 ай бұрын
how to call other user, permission, policy etc from angular
@CarbonRiderOnline
@CarbonRiderOnline 3 ай бұрын
Sanjay your question is not clear. Can you elaborate it?
@kirillknyazevknyazew1634
@kirillknyazevknyazew1634 3 ай бұрын
How can I store GCS connection variables as environment variables. It's not safe to keep JSON file.
@CarbonRiderOnline
@CarbonRiderOnline 3 ай бұрын
You shouldn't keep the JSON file inside the project source code. It can be easily be stored in Secret manager or Environment variable. If you are using docker, then you can fetch the file contents and write it to a location which can be then read by your program.
@sansu1985
@sansu1985 5 ай бұрын
Sir, how to add special formatting for last node which wont expand further
@CarbonRiderOnline
@CarbonRiderOnline 5 ай бұрын
@sansu1985 check this link. You can define style class for node. primeng.org/tree#api.tree.interfaces.TreeNode
@tvoliver1112
@tvoliver1112 5 ай бұрын
Refused to frame 'localhost:8081/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". Are you fix error here
@vigneshsriramj8435
@vigneshsriramj8435 6 ай бұрын
how to access a file using google drive api i have stored a google drive link in my db with that i need to access the file internally please help
@algavone
@algavone 7 ай бұрын
Thank you very much, sir!! Using this for a little side project during a coding bootcamp. All the best!
@jscales4310
@jscales4310 7 ай бұрын
I encountered an error 'cannot read properties of undefined (reading 'type')' under apexcharts.esm I followed the steps. Im using: Angular cli version 9 apexcharts version 3.19.2 ng-apexcharts version 1.3.0 What is the problem? I don't have any error on my code
@PuchoWebSolutions
@PuchoWebSolutions 7 ай бұрын
Hello from New York City! Can Command Palette be used with any website software stack? Specifically, WordPress or other static stie generators. Or is Command Palette only for React sites? Thank you for your informative video.
@CarbonRiderOnline
@CarbonRiderOnline 7 ай бұрын
yes, you can add command palette to any website. Just create a single output file using webpack or build tool of your choice and then the script can be included in any website.
@elvisninan6605
@elvisninan6605 7 ай бұрын
Great video, really helped setup Editorjs. Just having one problem, in angular16 the plugins are not working due to missing types for the plugins.
@CarbonRiderOnline
@CarbonRiderOnline 7 ай бұрын
Hi, I haven't checked EditorJS with Angular 16. I will check that and reply you back.
@hematw
@hematw 7 ай бұрын
Well done bro
@AbhilashaVar
@AbhilashaVar 8 ай бұрын
so if i want to enable the custom provide , after running mvn clean install command , in target file i will get the jar file should i copy that file to the path keycloak/lib/deployment is this correct to enable the custom provider , please reply
@CarbonRiderOnline
@CarbonRiderOnline 8 ай бұрын
@AbhilashaVar if you have to add it inside Keycloak container then you should copy it to /opt/keycloak/providers/ If you are running Keycloak on your local machine using extracted folder, you will find providers folder inside Keycloak directly.
@AbhilashaVar
@AbhilashaVar 8 ай бұрын
Hi i want an springboot api which internally call this but without exposing this keycloak UI to the user please provide
@CarbonRiderOnline
@CarbonRiderOnline 8 ай бұрын
@AbhilashaVar can you please clarify the requirement? What exactly are you trying to achieve - is it REST API or web based application? Also is it server to server communication or are you building custom GUI for login?
@AbhilashaVar
@AbhilashaVar 8 ай бұрын
​@@CarbonRiderOnline basically i want to register the user in keycloak through otp without exposing the UI of the keycloak 0r otp UI , so i want to make an Springboot API which internally calls the keycloak SPI ,also i have one confusion ,how to enable the custom provider do i need to copy the jar file to the provider foldersv of keycloak or without doing this is it possible to enable the provider with the code only??also i cant able to find the path oyp/keycloak/providers or standalone/proviers in keycloak
@CarbonRiderOnline
@CarbonRiderOnline 8 ай бұрын
@AbhilashaVar If you building your own registration page UI and wish to create a user in Keycloak, then you will have to use Keycloak SPI. To do that, you need to create a client with direct grant credentials. Also it needs to have permissions to manage users. You can then use that client (with id and secret) to invoke Keycloak SPI to create user. You do not need any custom provider to build this.
@suvendujena4014
@suvendujena4014 10 ай бұрын
Hello, Good explanation. Need more operations like how to get user details, refresh token check and other things. Please make one video for a full application.
@JeevithaShetty-m9t
@JeevithaShetty-m9t 10 ай бұрын
Plz tell how to change colour of pie chart
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Jeevitha, it could be using this - apexcharts.com/docs/options/fill/ I haven't tried this option yet. I will go through it over weekend and let you know.
@esmahr_
@esmahr_ 10 ай бұрын
I want to use this library in angular 17 but I get the following error. Do you have a suggestion? [vite] Error when evaluating SSR module /main.server.mjs: |- ReferenceError: window is not defined
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
You cannot use it in Server side rendering. It can be rendered only at client side.
@esmahr_
@esmahr_ 10 ай бұрын
I found the problem. I guess it depends on which operating system we created the project on. While I received the above error in Linux, this error did not occur when I performed the same operations in Windows.
@startrades
@startrades 10 ай бұрын
please share the source code of the project
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Sure, I will share the link in description over the weekend.
@startrades
@startrades 9 ай бұрын
@@CarbonRiderOnline -please share the source code of the project
@AbhilashaVar
@AbhilashaVar 8 ай бұрын
@@CarbonRiderOnline source code??
@CarbonRiderOnline
@CarbonRiderOnline 8 ай бұрын
Hi @AbhilashaVar Sorry I have been travelling whole week to meet customers. I will share the code tomorrow.
@AbhilashaVar
@AbhilashaVar 8 ай бұрын
@@CarbonRiderOnline thanku please share , i need urgently , is this possible @AbhilashaVar 3 days ago Hi i want an springboot api which internally call this but without exposing this keycloak UI to the user please provide
@Preet_1602
@Preet_1602 10 ай бұрын
Everything else works for me instead of the logout functionality can you please suggest the logout settings in my keycloak I want to navigate to the login page only but is says Invalid redirect uri « Back to Application please help
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Check the redirect uri configuration for the web client.
@Preet_1602
@Preet_1602 10 ай бұрын
@@CarbonRiderOnline yes i got the error my url was wrongly added in the administration console can you please suggest how to send authorization header with websocket via sockjs
@freakster4
@freakster4 10 ай бұрын
I need to login from mobile app, can’t use form. What the alternate to SMS OTP verification for mobile app to provide access token to with mobile OTP verification
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Keycloak doesn't provide any option out of box for Mobile apps. You will have to implement custom authentication flow and generate Response object. We created a custom implementation for one of our project.
@freakster4
@freakster4 10 ай бұрын
I need to login from mobile app, can’t use form. What the alternate to SMS OTP verification for mobile app to provide access token to with mobile OTP verification
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
This can be achieved using custom authentication flow.
@alokkarmarkar8481
@alokkarmarkar8481 10 ай бұрын
As I am importing in same way in app module I am getting error stating it does not appear to be an Mg module class. Can you help me out in this
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Alok, I haven't tested with new Angular versions and hence its difficult to describe what could be causing the issue.
@alokkarmarkar8481
@alokkarmarkar8481 9 ай бұрын
@@CarbonRiderOnline finally solved the issue.. 👍🏻
@CarbonRiderOnline
@CarbonRiderOnline 9 ай бұрын
@@alokkarmarkar8481 Thats really great 👏
@therealmanc
@therealmanc 11 ай бұрын
is this library compatible with angular version 15?
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Sorry, not sure about that.
@julienelghadghadi2599
@julienelghadghadi2599 11 ай бұрын
Agree, he takes the time to make short explanations on each steps in a well executed way, still working today with keycloak 23.0.4 and angular 18 !
@SrikanthKunapuri
@SrikanthKunapuri Жыл бұрын
tq
Жыл бұрын
Need a tutorial on upload and how You overcome the CORS error problem.
@KassoumOUATTARA-x9v
@KassoumOUATTARA-x9v Жыл бұрын
Good lesson, very simple clear to understand
@abhishekbajpai1208
@abhishekbajpai1208 Жыл бұрын
voice is similar to Ms Dhoni... thanks for this
@zahidshaikh2988
@zahidshaikh2988 Жыл бұрын
👍
@nixonnixon79
@nixonnixon79 Жыл бұрын
👍
@amrouzamar
@amrouzamar Жыл бұрын
Verry helpful tuto, thank you sir for you efforts and time to make this video
@ahsanalirandhawa4814
@ahsanalirandhawa4814 Жыл бұрын
it write subtitles over video that can't be changed after that suppose if we want to disable it
@CarbonRiderOnline
@CarbonRiderOnline Жыл бұрын
For that a separate SRT file should be created and the player must support reading captions.
@onedev7316
@onedev7316 Жыл бұрын
Could not find a declaration file for module '@editorjs/table' why i am getting this error? any Help please
@ylxh.1
@ylxh.1 4 ай бұрын
add // @ts-ignore above line import
@onedev7316
@onedev7316 Жыл бұрын
editor.js styling modification will be a good video
@Isniffchairs
@Isniffchairs Жыл бұрын
This Was extremally helpful, thanks so much
@GautamKumar-uideveloper
@GautamKumar-uideveloper Жыл бұрын
Nice video... Hummm liked it, How to populate data in editorjs, programmatically. If we have data from database?
@CarbonRiderOnline
@CarbonRiderOnline 10 ай бұрын
Thats very much possible.
@brucevwilcox1002
@brucevwilcox1002 Жыл бұрын
Thanks for the content. But the background music is VERY distracting, painful.
@CarbonRiderOnline
@CarbonRiderOnline Жыл бұрын
Sorry for the music. I was learning back then how to create videos. :)
@edgarconrado8333
@edgarconrado8333 Жыл бұрын
Excellent video and excellent explanation. , Do you have an example how to use the p-treeTable de primeNG?
@CarbonRiderOnline
@CarbonRiderOnline Жыл бұрын
Don't have it yet. I will target this.
@greenhoodie
@greenhoodie Жыл бұрын
This is a brilliant video, so well explained. Thank you 😊
@yogeshdhavan2115
@yogeshdhavan2115 Жыл бұрын
How configured Storage class?I am following exactly same what you said but getting error for autowiring storage class
@ankanayaka
@ankanayaka Жыл бұрын
what is flow in e07, 6:40s didnt get it
@CodeMirai
@CodeMirai Жыл бұрын
How to use React as frontend for this app , unable to understand the flow
@MrEdusi
@MrEdusi Жыл бұрын
Ótima narração e excelente caso simples para começar a trabalhar com o Keycloak.
@KlikAku
@KlikAku Жыл бұрын
Use subtitle edit, more fast.
@arvindsinha1566
@arvindsinha1566 Жыл бұрын
how can i generate srt file of a video ? is there any online tool or open source written in java/python?
@kittybtw
@kittybtw Жыл бұрын
assemblyai is good for that
@anuradhak5825
@anuradhak5825 Жыл бұрын
in angular 15v how we should implement it
@hlawulanisibisi2634
@hlawulanisibisi2634 Жыл бұрын
3 years Later, you are still alife saver, thank you from south africa. how do we then upload file using Presigned url?
@CarbonRiderOnline
@CarbonRiderOnline Жыл бұрын
You can definitely upload a file using presigned URL. To achieve the upload you can use PutObjectPresignRequest. More details are available here - docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html
@n0sr3t3p
@n0sr3t3p Жыл бұрын
Very good, thank you.
@akashkaravale2207
@akashkaravale2207 Жыл бұрын
Very well explained 💯💯👍🏻