Тёмный

How to secure your Microservices with Keycloak - Thomas Darimont 

Voxxed Days Luxembourg
Подписаться 2,9 тыс.
Просмотров 100 тыс.
50% 1

Voxxed Days Luxembourg 2019
Room: Linux
Type: Conference
Title: How to secure your Microservices with Keycloak
Speaker: Thomas Darimont (codecentric AG)

Наука

Опубликовано:

 

24 июн 2019

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@kostia2271
@kostia2271 Год назад
One of the best explanation of SSO in Keycloak using OIDC I've ever seen
@yifeifeng7150
@yifeifeng7150 2 года назад
02:22 Overview 05:28 Features 09:02 Main Concepts 11:48 Quick Tour - Admin Console 12:43 Admin Console Demo - Configure 19:00 Admin Console Demo - Manage 20:12 Technology Stack 22:04 Server Architecture 24:59 SSO with OIDC 29:34 Keycloak Tokens 33:22 JSON Web Tokens 34:42 JWT Example 36:39 Calling Backend Services with Access Token 39:17 Keycloak Client Integrations 41:25 Keycloak Demo - Securing Apps 41:28 Demo Environment 41:54 Demo Services 45:35 Demo Applications 47:10 Github Repository 47:55 Keycloak in the field 51:54 Summary 53:05 Keycloak Extension Playground
@sugengdcahyolab1194
@sugengdcahyolab1194 2 месяца назад
Finaly i got best of explanation about SSO with Keycloak big thanks
@lioncat2706
@lioncat2706 4 года назад
Great demo! I learned a lot of stuff, not just keycloak. I kinda feel that Keycloak can be a great substitute for Auth0.
@adampzakaria
@adampzakaria 4 года назад
Awesome presentation. Thanks Thomas :D
@rajeevp1438
@rajeevp1438 3 года назад
Thanks a lot Thomas. One of the best sessions I watched in recent times. Very informative. Learned a lot. Will definitely give a try.
@antonioapaestegui8711
@antonioapaestegui8711 2 месяца назад
This was great!!! Completely answered questions I had about backend validating tokens
@KauBaby
@KauBaby 3 года назад
Hat's off to you Thomas; truly great insight on KeyCloak and its capabilities. I was badly looking for AD/ADFS integration and was not getting right pointers. Thank you very much; you are a great professional !!!
@oleksandrpobereznichenko4982
@oleksandrpobereznichenko4982 3 года назад
Great introduction! Thank you Thomas!
@DerMittelbrinker
@DerMittelbrinker 3 года назад
A very good introduction and overview! Just what I was looking for to start with Keycloak! Vielen Dank!!
@RagdollRocket
@RagdollRocket 4 года назад
Simply awesome. Thank you so much!
@UsamaNada
@UsamaNada 2 года назад
Thanks. Well prepared, well presented, Informative demo and presentation. Learned a lot in this session.
@godwinkumah5664
@godwinkumah5664 4 года назад
Thank you very much. That was a great session
@krneki6954
@krneki6954 3 года назад
i love it how he pronounces single sign on as "sing a song"
@mohamedmauroof7286
@mohamedmauroof7286 4 года назад
Great. A very useful demo covering almost everything that we need to secure applications using Keycloak. Thanks a lot.
@jonnyp
@jonnyp 4 года назад
great info and very good demo! thanks thomas!
@chrisjasonmcqueen
@chrisjasonmcqueen 4 года назад
Awesome Video! Very helpful content. You also did a great job explaining! Thank you!
@hethcox2
@hethcox2 2 года назад
Great talk. Thanks, Thomas.
@ptdive
@ptdive 2 года назад
Hello, thanks a lot for the great presentation. Just to add, if you want the ability to revoke Access Tokens before they expire, you can use the introspection endpoint instead of checking the signature.
@yashaswiniyadagiri7732
@yashaswiniyadagiri7732 4 года назад
Great Demo!!!Learned a lot Requesiting for few more videos on keycloak with indepth explanation to expertise in keycloak
@deeptshukla5141
@deeptshukla5141 Год назад
Thanks for summing up a lot of info within an hour!
@davidrojasgonzalez5534
@davidrojasgonzalez5534 3 года назад
This looks awesome! Thank you!
@spattanaik75
@spattanaik75 3 года назад
Great demo ! Thanks
@MikeMitterer
@MikeMitterer 4 года назад
Great talk! Thanks
@Lijukrks166
@Lijukrks166 3 года назад
Simply Awesome
@yifeifeng7150
@yifeifeng7150 2 года назад
Very informative tutorial. Many concepts are clearly explained. I played the video at the speed of 0.75x.
@LoginALee
@LoginALee 2 года назад
Quite amazing!
@Naren061982
@Naren061982 2 года назад
Spectacular Demo
@H4R5Games
@H4R5Games 4 года назад
Great Demo!!
@Metaspace2
@Metaspace2 Год назад
Great talk!
@sttue
@sttue 3 года назад
Nice presentation.
@misterndiaye1286
@misterndiaye1286 11 месяцев назад
that's realy great
@PieJee1
@PieJee1 Год назад
Keycloak helped us in our application. The only downside i have seen is that there are many options and you need good jargon knowledge.
@AaronMartinColby
@AaronMartinColby 4 года назад
For anyone curious as to why they cannot find Keycloak Gatekeeper anymore, it was moved out of the Keycloak governance group earlier in 2020. Details can be found here: groups.google.com/forum/#!topic/keycloak-dev/oDyw94BWxM0
@akshaygupta7449
@akshaygupta7449 2 года назад
Thanks for the useful video. I am facing configuring public IP addresses on keycloak. would you mind telling if any specific configuration needs to be noted?
@themusic9131
@themusic9131 3 года назад
Can we add into the access token, the location of the original request? Like, the application where the login was initiated from?
@mackyin
@mackyin 3 года назад
Do we need to define security constraint in application.yml?
@titobundy
@titobundy 4 года назад
Thanks, great demo. I have a question, I've my react-front and back-spring-api securized with keycloak. Why when I logout from react-app or close all session in keycloak admin console before that the token expire, I still can call rest api backend using the previous token generated at login moment (postman)? *backend-spring-api config* _"client-id": "my-public-client",_ _"bearer-only": true,_ _"auth-server-url": "localhost:8180/auth",_ _"realm": "my-realm"_
@paulo_tdk
@paulo_tdk 3 года назад
Hi! I see it's been a while, but for those with the same question: So, when a user logs out in the browser the JWT it uses isn't really invalidated, it's just removed from the browser's memory. When we are talking about a client like Postman, this means nothing, and the jwt will remains valid until it's expiration. To circumvent, you could shorten the expiration or implement in backend a verification of valid/invalid sessions
@nitishcygrp1751
@nitishcygrp1751 3 года назад
Let's say it's an Order API and I want to see only my Order and I should not have access to modify my Order. However, a Sales Agent can. Is it possible using keycloak?
@random_act
@random_act 2 года назад
noice
@raghu11220
@raghu11220 4 года назад
hi, you are doing great job, if posible please make tutorilas on flask keycloak integration.. thank you
@teckyify
@teckyify Год назад
Unfortunately this is the old keycloak version. Many things have changed, especially the UI.
@teckyify
@teckyify Год назад
Right?
@SalvatorePellitteri
@SalvatorePellitteri 3 года назад
Great! Really impressive! Now rewrite it in golang! Basically every application I am dealing with need this functionality the problem is jboss, Jboss, or any other "container", it is orrible I dont wanna have it around never, at least rewrite it to run without jboss and will be ok for me.
@EirikRye
@EirikRye 3 года назад
Looking forward to your pull request
@Ainigma
@Ainigma 3 года назад
46:55 "Zack" hehe
@amitpadgaonkar8830
@amitpadgaonkar8830 8 месяцев назад
Where can I find the slides?
@buildingphase9712
@buildingphase9712 3 года назад
Bye bye Auth0
Далее
Authentication as a Microservice
50:26
Просмотров 215 тыс.
Ne jamais regarder une fille à la plage 😂
00:10
Просмотров 1,5 млн
🤡Украли У ВСЕХ🤪
00:37
Просмотров 40 тыс.
Keycloak и Spring Security
37:37
Просмотров 12 тыс.
Why is JWT popular?
5:14
Просмотров 299 тыс.
Keycloak Intro
32:12
Просмотров 201 тыс.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
Опыт внедрения и работы с Keycloak
3:58:10
НОВЫЕ ФЕЙК iPHONE 🤯 #iphone
0:37
Просмотров 357 тыс.
iPhone socket cleaning #Fixit
0:30
Просмотров 18 млн