Securing a Rest API using Custom OAuth2 Authorization Server - Part 3 - Along with Zuul API Gateway

preview_player
Показать описание
This video gives a detailed explanation about the authorization code grant type of OAuth2. It also explains how the Zuul API gateway and service discovery can be used along with oauth2 and shares examples for real time the authorization code flow.

Рекомендации по теме
Комментарии
Автор

we are paying lots of money for online courses but not getting content like this .Thanks Thanks a lot🙏

adityatattva
Автор

hello ma m i cannot get the acces token

sanamudash
Автор

@Java Coding Assist, Thank you for your video's and it helped a lot to understand OAuth. Can you please post a video where I can call Rest API from another Rest API with OAuth client credentials grant type. I am not going to call from Postman. But Api from one rest app has get token, verify it from Authorization server and provide access to another API . I will provide client id, client secret only in spring boot properties of calling sprint boot Rest app.

rkunchanapalli