Recent Blog ArticlesMost RecentMost LikesBuild a no-code GraphQL service with Azure API Management Synthetic GraphQL allows you to build a GraphQL API from your existing REST, SOAP, or other HTTP APIs. It allows your API to coexist while you migrate your client applications to GraphQL. Learn how...Re: Introducing a better way to integrate Azure AD with API Management HiJesusSandoval, we do not test against AAD B2C, and B2C uses different endpoints, so I don't expect it to work. You will be better off continuing to use the <validate-jwt/> policy for AAD B2C. Re: Introducing a better way to integrate Azure AD with API Management HiRezaal860- we will need to check into that. Feel free to open a support ticket on that one so it gets the appropriate attention and we can gather all the required data. Re: Introducing a better way to integrate Azure AD with API Management HiRezaal860, given the way that Azure AD scopes and permissions work, there should be no problem doing a generic check at the product level, and then either checking the decoded JWT during the API a...Re: Automate your API deployments with Azure API Management and Bicep modules No. In general, your pipeline definition file will have several stages; the most common ones being build (build the code into artifacts that can be published onto already deployed infrastructure), t...Automate your API deployments with Azure API Management and Bicep modules Most practitioners can agree that making the jump from ad-hoc to CI/CD can seem complex. This article provides a solid mechanism to modularize your API deployments to Azure API Management using bice...Re: Introducing a better way to integrate Azure AD with API Management Himarkweatherill- Managed System Identities are just regular identities, which are connected to an app registration for permissions. As long as you know what the app registration is, you can put t...Re: Introducing a better way to integrate Azure AD with API Management Hitrevorjones - the library we are using checks against both the v1 and v2 tokens. Without delving further into the specifics (which I can't do here), I can't say why it isn't working in your speci...Re: Introducing a better way to integrate Azure AD with API Management Given that it is Azure AD and you are providing the tenant ID, we know who the issuer is, so you don't need to provide it. Introducing a better way to integrate Azure AD with API Management Since, well, the beginning of Azure API Management, you've been able to validate that the Json Web Token (JWT) coming into your Azure API Management service is valid before passing it onto the back...