About 7,500 results
Open links in new tab
  1. 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.

  2. Msdn forums - Azure Service Fabric

    Dec 2, 2019 · Update-ServiceFabricService Archived Forums 101-120 > Azure Service Fabric I'm trying to increase stateless service instance without re-deployment by using

  3. Request Body with GET - social.msdn.microsoft.com

    Nov 6, 2018 · To elaborate if I have a backend service in Azure Function (also a GET) inside that I play with what came in the request body, if I put a APIM api infront of it (again a GET) and …

  4. Speaker Recognition - Identification API returning wrong results

    Mar 26, 2019 · Here I was expecting that API will indicate that voice does not match. But to my surprise it gave success with confidence level as Normal. So I am assuming there is a bug in …

  5. Query Directory roles of a user in Azure Graph API

    Mar 9, 2016 · I am trying to query the roles (Directory Role) of a user (I have ObjectId and the UPN of the user) by just calling the Graph API once! I'm able to query a user and then use that …

  6. JWT validation failure error - social.msdn.microsoft.com

    Aug 30, 2019 · And currently using the DEMO CONFERENCE API provide by azure apim to test the implementation.

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …