
How to Maintain the Code Repository for Azure API Management
Dec 11, 2019 · To do this, click Save configuration to repository on the Configuration repository tab in the Azure portal, and then issue the following command in your local repository.
Getting "403 Forbidden" from Azure AD Graph API trying to reset …
Mar 26, 2019 · We're trying to reset user password using Azure AD Graph API but receiving a "403 Forbidden" when we try to do the reset operation. The call fails in both the scenario …
Accessing Query Parameters from Policy
Aug 11, 2018 · In Azure API management, the query parameter names are case-sensitive in both context and set query parameter policy. The only option is to use expressions to iterate …
How does one sync Azure Web App to multiple regions, or make a …
Aug 20, 2018 · You can use Azure Traffic Manager to automatically control how requests from web clients are distributed to apps in Azure App Service. When App Service endpoints are …
JWT validation policy fails with "IDX10500: Signature validation …
Mar 26, 2017 · I have an API defined API Management which uses google to validate OAuth tokens. However, on occassions the policy fails to validate tokens whereas the exact same …
Using Refresh_Token as Session Timeout (OAuth2.0 Authentication)
Oct 31, 2017 · User will enter the Credentials to obtain the Access_token. For each and every API Calls after a successful login in the APP side, we will check the Expiration time Exceeds the …
API App: how to get email from .auth/me endpoint?
Feb 15, 2016 · I am using the .auth endpoints for authentication in my API app. How can I read the email address in this case? Currently (using a Facebook authentication) I get the following …
Use Logic App Managed Identity for SQL API connection …
Feb 26, 2020 · I'd like to know if it's possible to use a Logic App Managed Identity to authenticate a SQL API connection used in my workflow. None of the "Authentication Type" options on the …
Azure AD B2C - "invalid_grant" when accessing "/token" …
May 28, 2019 · I added full application permissions for: Windows Azure Service Management API, Windows Azure Active Directory and Microsoft Graph.
Updating user properties in Azure AD B2C from native app
Nov 23, 2019 · Is there a way to update the custom properties of B2C users from a native application? From what I can find, we should be using the Azure Graph API, but it appears to …