0
votes

I am looking for a end to end tutorial for Service Fabric Stateless Asp.ent Web api which Integrates with Azure Api Management. I want to add Azure AD B2C Auth for the Web ApI through API Management. Any tutorial/Guidance.

Thanks.

1

1 Answers

0
votes

Did you already read this article? https://docs.microsoft.com/en-us/azure/active-directory-b2c/secure-api-management

I used the article today, where all routes for a specific APIM product require a valid JWT from AD B2C.

After that its up to you to add Authorization based logic in your ASP.NET classes/controllers to handle what the user is allowed to do based on that user.