How #jwt is used for #authentication in #microservices system?

preview_player
Показать описание
Your queries:-

jwt authentication microservice
authentication in microservices
jwt authentication in microservices
microservices security architecture
authentication and authorization in microservices
using jwt for authentication
authentication in microservices architecture
authentication in microservices spring boot
authentication and authorization in spring boot microservices
microservices security using jwt authentication gateway
spring boot microservices jwt authentication

In this video, we will learn how JWT is used for authentication and authorization purposes in a Microservice system. Also what information does JWT contain and how is it signed and verified.

I created this channel to increase knowledge awareness about java related topics and explain those topics that every java developer finds difficult to learn or get started with.
Рекомендации по теме
Комментарии
Автор

Amazing video and Great explanation!. One question about microservice communication: From what I understood if a microservice A wants to get a resource from microservice B, always all the communication have to pass by gateway, am I right?. Are there not other ways to do this?. I mean for instance using an apiKey which will be use only by microservices

matstark
Автор

Well explained, keep up the good work.

pawelsb
Автор

where's the Oauth2 - access token and refresh token in this flow

prabhusamad
Автор

Nice content and very well presentation...

ManojYadav-bkuv
Автор

If I correctly understand, the API gateway calls Authorization server to verify the JWT token in header of the request using the public key.

rajvinderkaur
Автор

very well explaination sir thanku so much, 1 query how the claims are verified using JWT? after jwt verified successfully

deepa
Автор

paaji for signing jwt we need only private key and it is kept secret while public key is shared for verfication purpose.We don't need public key for signing JWT right?

vishalrao
Автор

Can you make full implementation tutorial on this (Authentication Server(JWT) + API Gateway(Authenticate using Public key) + Other Microservices)???

Silu
Автор

can you please make a video on practical of jwt authentication with api gateway using for microservices

cjai
Автор

Support it with example please? Thanks

mookayreet
Автор

Please explain like a java techie, u make thing complex,

mishukids
Автор

Thats arquitecture is wrong because everyone can access to the services without verify the token. In others words the routes are not protected

cpaez