Relative Content

Tag Archive for azureazure-api-management

HTTP/1.1 401 Unauthorized – Developer portal

I am creating oauth2 authorization server using flowing these steps in the link https://azure.github.io/apim-lab/apim-lab/7-security/security-7-2-3-oauth2-authorization-grant-flow.html
I have created a backend app and registered a client app, Also have created oauth2 server in client app and configure API to use server.
I get error on developer portal

Azure API Management Referencing Query Parameters

I have created an Azure API Management Service to connect to the API of Autotask.
Now I want to Query all tickets of a user, but I have to retrieve the tickets with pagination, as the tool I’m trying to make doesn’t Support as much Data at once.