Questions tagged [apim]

230 questions
1
vote
0 answers

Replace & with & in XML string in azure apim

I have an xml string which I am setting as body and transforming that xml into required ones. XML String: XML_STRING=…
Rishav Raj
  • 93
  • 5
1
vote
1 answer

APIM and Logic App to read a file via REST API

I am new to the Azure or cloud world. I am trying to set up a pet project using APIM and Logic App. I want to submit a file via APIM and use Logic App to process the file contents. I have created the swagger file for APIM below. How should the HTTP…
Nathan
  • 21
  • 2
1
vote
0 answers

WSO2 APIM update ballerina certificate

I configured APIM with build-in Identety Server inside kubernetes cluster. Everything was working fine but recently we got an error related to expired certificate: 2021-07-29 14:30:35,308 INFO [wso2/gateway/src/gateway/utils] - [APIGatewayListener]…
GeorgiiG
  • 11
  • 4
1
vote
1 answer

Should we have multiple API endpoints per application in Azure API Management to call through to a single API application?

I have a single API that sits behind an Azure API Management (APIM). Additionally, I have a few independent applications that need to consume this API via APIM (Lets say, application A, and application B - both of which are function apps). My…
MikeSmith
  • 299
  • 2
  • 6
1
vote
1 answer

Keycloak as a keymanager for WSO 2 APIM v 3.2.0

I had configured Keycloak key manager in the admin portal. I did what is exactly mentioned in the WSO APIM documentation and I cloned the WSO2 API-M Keycloak connector project from GitHub and copied the jar file in the…
1
vote
0 answers

APIM: The Actor–Partner Interdependence Model

Does anyone here have experience with Kenny's APIM analysis, using the web app (https://apimsem.ugent.be/shiny/apim_sem/)? I want to control for two variables (age, gender) simultaneously in my APIM model, by including them both as mixed/within…
Kevin Liu
  • 11
  • 1
1
vote
0 answers

How can I use separate Apim-Subscription-Key for different APIs?

I have 4 backend APIs and all are listed under single APIM instance. Also I have created 4 different subscription-keys (apart from existing "Built-in all-access subscription") from "Subscriptions" option to be used for authorization of APIS. While…
Rahul
  • 1,063
  • 2
  • 11
  • 22
1
vote
1 answer

Does APIM forward same bearer token to backend API? | OAuth 2.0 and Azure AAD

Following below document provided by Microsoft, I have registered both apps, setup OAuth 2.0 service with client-credentials and added "validate-jwt" inbound policy. I have tested it with postman generating bearer token and calling my backend API…
Rahul
  • 1,063
  • 2
  • 11
  • 22
1
vote
3 answers

Different call limits for different API keys on Azure API Manager

I understand that we can have call limit on APIM by subscription keys as follows I have a use case where I need to monetize one of my existing API for…
Justin Mathew
  • 950
  • 8
  • 34
1
vote
0 answers

APIM validate-jwt for multi-tenanted Azure web app: IDX10205

I have an Azure Web App (Angular SPA using MSAL) registered in my AAD and set to multi-tenanted access. It accesses an Azure Web API. It was working fine in this configuration and users could sign in with their own organization's identity. We put…
1
vote
1 answer

Azure APIM - Terraform - Use same AAD group for multiple products errors out

Getting an error message when using the same Azure AD group for two different groups. The error I get says the group is already in the TF state and can't be used again. Hopefully someone has seen this error before. dev = { …
mac
  • 307
  • 2
  • 17
1
vote
1 answer

Can Azure API Management be used as a pass through for an ASP.NET MVC website that also contains APIs?

I have a single ASP.NET MVC app - website and API controllers. I'd like to use Azure API Management to manage these APIs but retain the same URL so that it is seamless for our consumers. We have a custom domain setup on the app service for this web…
1
vote
1 answer

in Wso2 Publisher Each user just access to himself API And Can't see other api

I use wso2 version 2.6.0 I have a wso2 publisher and have 3 users I want each user see own api and user can't change other api for others
1
vote
1 answer

WSO2 APIM - Issue with sub claim using client credential approach

I am trying to generate JWT from WSO2 token endpoint using password and client credentials approach but not finding difference in sub claim value. Its always pointing to user id only, shouldn't it have application id/client id in sub claim for JWT…
1
vote
0 answers

OAS 3.0 Using polymorphism in Azure API management wont show schema in Developer Portal

I'm using polymorphism in OAS 3.0 in Azure APIM. In case when using for example oneOf or anyOF in swagger, it will generate documentation and we can explore all schemas that are referenced inside anyOf/oneOf. So when i click on one of reference, it…
Konsta
  • 11
  • 3