Bilding an effective identity and access management architecture with Keycloak

  Рет қаралды 54,704

Devoxx

Devoxx

Күн бұрын

Пікірлер: 40
@marcianoacuerda
@marcianoacuerda 4 жыл бұрын
The few attendants to this talk proofs that we think we are better at security than we really are lol. Very good talk. I’m just getting started with Keycloak and I already want to use it in all of my projects. The policy stuff is crazy useful!
@rajuGT
@rajuGT 5 жыл бұрын
At @12:00 you forgot to click save button :(
@gildasquemener4857
@gildasquemener4857 Ай бұрын
A nice feedback to the Keycloak team about bad UX: two buttons to add a user attribute (one to add, one to save), can be misleading to some (many?) ;)
@gustavoteixeira8806
@gustavoteixeira8806 4 жыл бұрын
Great talk about Keycloak! Thanks!
@ThePakChina
@ThePakChina 3 жыл бұрын
Amazinnggg.Devoxx always bring very interesting topics.Thank you devoxx.
@rtyx
@rtyx 4 жыл бұрын
Pure gold @28:00
@inclinedscorpio
@inclinedscorpio 3 жыл бұрын
Great Session. Thanks for this !
@ajit555db
@ajit555db 5 жыл бұрын
For getting the avatar url in id jwt token, you needed to 1. Create a new client scope or use existing client scope 2. Map the user attribute (avatar url) to the the selected client scope 3. For the selected client, assign the above client scope as default client scope. 4. Now in the jwt id token, avatar url would appear.
@derskeal4240
@derskeal4240 3 жыл бұрын
He forgot to save when he created the User Attribute for avatar.
@raisanjmr
@raisanjmr Жыл бұрын
hi bro i am new to keycloak and i am bit confused about the concepts can we connect
@mb.prathamesh
@mb.prathamesh 3 жыл бұрын
Informative Session!
@rbelatamas
@rbelatamas Жыл бұрын
great explanation! Thank you so much ❤
@stefanholtker3944
@stefanholtker3944 5 жыл бұрын
Thank you for this nice Presentation. May i ask what OS and Terminal u use?
@nec1211986
@nec1211986 4 жыл бұрын
he's using Mac for sure
@christiancarpinelli
@christiancarpinelli 4 жыл бұрын
@@nec1211986 That's RHEL (Red Hat Enterprise Linux)
@estanislaumarques4669
@estanislaumarques4669 4 жыл бұрын
@@nec1211986 No no!!!
@YogendraTamang
@YogendraTamang 4 жыл бұрын
super useful video.
@stefanhuber9095
@stefanhuber9095 2 жыл бұрын
To make the avatar picture visible you forgot to Save the attribute at minute 12:04
@quangtruongnguyen9481
@quangtruongnguyen9481 2 жыл бұрын
I think Policy Enforcement Point call keycloak server(with grant_type=uma-ticket) every time request to check if it is acceptable or not
@fernandobaroni1497
@fernandobaroni1497 4 жыл бұрын
Great video, good explanations!!
@mackyin
@mackyin 4 жыл бұрын
Thanks,do we have this code in github?
@yag359
@yag359 3 жыл бұрын
Just so I understand - by following this demo I would need to update all of the UI pages contained in Keycloak so that I can get my application's look and feel - correct? Does that mean I essentially need to maintain 2 sets of code (i.e. my application ui code and the keycloak ui code)? And consequently potentially coordinate my application deployments with re-deployment of Keycloak?
@nebeade
@nebeade 3 жыл бұрын
49:50 no you can use REST to do that with your own app
@PabloPazosGutierrez
@PabloPazosGutierrez 3 жыл бұрын
I believe the keycloak customization stuff should be done once, though it might change from app to app, so on that area I guess it will need some customization per-app, but it's still just the GUI, not the whole logic, which might be a bunch of code more than just the GUI.
@amazinggracechoirkabugaoff7176
@amazinggracechoirkabugaoff7176 2 жыл бұрын
what should i do if i want to login and get such response of {access_token, id_token, refresh_token} but also I want to add new object in this response ?
@FuzzPiAndFacial
@FuzzPiAndFacial 3 жыл бұрын
Is it possible the something with oauth
@bomkarram
@bomkarram 4 жыл бұрын
Great Talk
@JUNO2206
@JUNO2206 2 жыл бұрын
Two factor 🙂
@MrGaryC-1
@MrGaryC-1 2 жыл бұрын
The demo is good but the text on the screen is SOOO BLURRY I cant read what he is doing. I need to audio just so he can give the play by play.
@ilkerkeklik6122
@ilkerkeklik6122 3 ай бұрын
Where is the 8 hours content about keycloak ?
@devsmart8104
@devsmart8104 Жыл бұрын
Case with avatar is like stend up
@AndersJackson
@AndersJackson Жыл бұрын
(Title is spelled wrong on the video)
@bltzbrg
@bltzbrg 2 жыл бұрын
"Bilding"?
@MotownGuitarJoe
@MotownGuitarJoe 2 жыл бұрын
My first thought too, but then I realized that English is his second language. Cut the dude a break. I'm guessing his English is WAY better than either of our second languages.
@bltzbrg
@bltzbrg 2 жыл бұрын
@@MotownGuitarJoe My second language should be almost on a similar level but my 3rd not. I think this account here just stole the video and fucked up the title :D
@QuangNguyen-ed5sk
@QuangNguyen-ed5sk 3 жыл бұрын
I love Keycloak but please rewrite it in Golang :) I can not see that Keycloak is eating about 450MB Ram in IDLE by comparing with 20MB of a service in Go.
@FranciscoMoura-paco
@FranciscoMoura-paco 2 жыл бұрын
From Keycloak 17.x, it was built using Quarkus, with low memory usage and fast start up.
@papanoah420
@papanoah420 Жыл бұрын
You could consider zitadel if you want something written in go.
@franklinperez1988
@franklinperez1988 2 жыл бұрын
Great talk about Keycloak! Thanks!
How to secure your Microservices with Keycloak - Thomas Darimont
53:51
Voxxed Days Luxembourg
Рет қаралды 102 М.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Hilarious FAKE TONGUE Prank by WEDNESDAY😏🖤
0:39
La La Life Shorts
Рет қаралды 44 МЛН
Authentication as a Microservice
50:26
Oracle Developers
Рет қаралды 218 М.
Microservice Authentication and Authorization | Nic Jackson
1:05:43
DevOps Conference
Рет қаралды 78 М.
Session Vs JWT: The Differences You May Not Know!
7:00
ByteByteGo
Рет қаралды 323 М.
Keycloak Intro
32:12
Stian Thorgersen
Рет қаралды 209 М.
Keycloak Is AWESOME! Single Sign On Made Easy!
25:05
Jim's Garage
Рет қаралды 123 М.
#trending #foryou #challenge #fyp #viral #short #tiktok #vs
0:15
Misiсatсh
Рет қаралды 2,4 МЛН
Абзал неге келді? 4.10.22
3:53
QosLike fan club
Рет қаралды 31 М.
КОРОЧЕ ГОВОРЯ, НЕДЕЛЯ БЕЗ ТЕЛЕФОНА
3:54