Simplifying API Authentication: Integration Scenarios Between Azure API Management and Azure AD B2C

preview_player
Показать описание
In this video, we explore all the different scenarios for integrating Azure API Management with an OAuth2 IdP such as Azure AD B2C.

00:00 Introduction
06:18 Authenticate Developers by using Azure AD B2C
14:30 Authorize Developer Accounts using Azure AD B2C
22:18 Secure an API using Azure AD B2C
34:55 Using Azure AD B2C for Authorization between Gateway and Backend
52:26 Summary

Official documentation for the scenarios:

Scenario 1: Authenticate Developers by using Azure AD B2C

Scenario 2: Authorize Developer Accounts using Azure AD B2C

Scenario 3: Secure an API using Azure AD B2C

Scenario 4: Using Azure AD B2C for Authorization between Gateway and Backend

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

Please continue to do vedios on azure devops regarding yaml pipeline for java code

alkanandaappala
Автор

Hey! Great demo! I actually working on this topic and have one issue that i can't solve. When i request implicit (scenario 2) everything is working fine, i get the bearer token and it is added Headers. But when i request authorization_core popup shows, i log in, but bearer token in not added to the headers. I've test it on two different APIM, 2 different AAD B2C and i'm stuck. Do you maybe know where there might be a problem? Here to look?

yothoon
Автор

jwt token giving invalid token error on deploying to azure web app but not working on localhost? what might be the reason

kaunainbaig
Автор

Hi bro, i have a question, why we have not specified redirect uri for backend api in app registration, how token end point gonna recognize where to pass the token if redirect uri is not there for backend api? You have put client id in backen api code that looks good but is that enough?

kkupadhyay