A very good demo with in-depth analysis/details. Thanks a lot for your time making this video. This is really great and will be helpful for many. This is the best video I have come across on oAuth until now.
@rakesh200770443 жыл бұрын
You proved again how to make complex to simple
@AZeeee3 жыл бұрын
Question: the Food Delivery App was registered with the Social media app and not the Pizza Store app. So how did just passing the client ID and secret to Pizza store app return the Access Token ? 12:30
@Vishwasp133 жыл бұрын
Its explained in next seconds of the video between 12:40 and 12:50
@AZeeee3 жыл бұрын
great video. Question: how did the Food Delivery app (Client) get the client ID and credentials that you mention around the 7:50 mark ?
@jacekbiaecki80762 жыл бұрын
In this very moment the Client doesn't use/need user's credentials. It uses the access token instead and sends it to Resource Server via secure "backend" channel.
@harishdewangan26613 жыл бұрын
Very detailed explanation, keep helping others 👍👍
@mendasurya50892 жыл бұрын
At 29.50 we will get the JWT from AUTH server, with that JWT we will hit the resource server. In this case we are not passing or creating any data in resource server. We are actually fetching the data from the resource server so there is no need to do C_private_key(digest()) right?
@mayuria24473 жыл бұрын
What is the difference between oauth2 and jwt policies in mule and when do we prefer jwt and oauth2 please let us know