Questions tagged [ibm-api-management]

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. IBM API Management enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

APIs deliver data and information to apps, enabling innovative businesses to transform themselves. The IBM® API Management for Bluemix® service enables API owners to define, secure, control, and publish APIs to developer communities, as well as to analyze API usage.

178 questions
1
vote
1 answer

How to Create a Powershell Script to Create Azure API Management Resource

I am trying to figure out how to create an API Management resource and an API Management API from a script. I believe there are two options: . Use the powershell Management api from AzureRm.ApiManagement To do this I believe the two commands to…
1
vote
1 answer

Azure Api Management - Trace not available despite sub keys and trace set to true

The trace tab always says: Trace location was not specified in the response or trace log is not available. This is despite me passing both an Ocp-Apim-Subscription-Key and Ocp-Apim-Trace in the headers as described in the docs…
AnimaSola
  • 7,146
  • 14
  • 43
  • 62
1
vote
3 answers

Can I integrate multiple APIs into one standard API using API Management softwares?

I need to use multiple APIs from multiple sources in my new website. They are all similar in functionality but with some differences in format. Then I need to build some type of proxy to make them all the same before use. Can I use an API Management…
rostamiani
  • 2,859
  • 7
  • 38
  • 74
1
vote
1 answer

Can wicked.io integrate with keycloak, in a way that keycloak will provide client ids and secrets, and of course, authentication?

I'm looking for an API management system, that will intergrate with Keycloak (Keycloak should provide all of the authentication). Wicked.io (kong based) looks nice. I've tried adding oAuth2 as an auth method, but wicked keeps generating its own…
shunitben
  • 13
  • 2
1
vote
1 answer

Unable to get the Gravitee API gateway respone from CHROME but able to get from POSTMAN

I am trying to hit a GET request which is a Gravitee API Gateway URL on which my web API are exposed. whem I hit the URL from POSTMAN with no headers and no Auth. , I am able to get the response but when I hit the URL from chrome or any other…
1
vote
0 answers

Issue with service fabric resource manager file deployment (apim.json and apim.parameters)

My requirement is as follows: I have an web API whose port I have removed from the ServiceManifest.xml file. This is done so that I can implement multiple node multiple calls feature from API management. (i.e. I want to remove dependency on port…
1
vote
0 answers

WSO2 api manager - API State Change workflow - ERROR - neither in same process nor in parent process errorCode='REST_CLIENT_INVOKE_ERROR')

Im trying to configure an api state change workflow for WSO2 API manager using Integration/BPS server. When the admin finally 'approves' the publish api request as 'complete' then the BPS server fails with the following error. using API manager 2.x…
Uday
  • 11
  • 3
1
vote
1 answer

Should Api Managers deal with backend authentication in place of the subscriber?

We currently use WSO2 Api Manager to reach some backends. The thing is, the consumer must : First authenticate to the API Manager (Oauth) Then authenticate to the Backend api (Whatever security in place, as options provided by API Manager to…
tacou_st
  • 109
  • 1
  • 9
1
vote
1 answer

Can I get on-premises gateway, API invocation statistics to my WSO2 API cloud account?

I have an on-premises gateway running locally which is connected to my WSO2 API Cloud account and I have created an API in this Cloud account. I haven't invoked this API from the API Cloud console. I have only invoked it from the on-premises…
1
vote
1 answer

Which token can be used by other systems

When I authenticate my single page app to my SFDC org using user-agent flow I am getting an access token and an openID token. I need to use one of them (not sure which) to authenticate and get access to another system (Again, via API). My…
1
vote
1 answer

how can I make wso2 polled by antother instance of WSO2?

I need to plug a wso2 gateway on another wso2 gateway (throught a proxy, but that's not the pb). How can I make the 1st wso2 be authenticated on the 2nd one with an API_KEY ? Actually the 2nd one is on Prototype mode to be accessed. Perhaps someone…
1
vote
1 answer

Use case for API management product when backend API exists on internet and is secured with OAuth2

Background I am working on a project where we are setting up an integration platform/ESB and along side this an API management product. The strategy is to have an integration layer through which much of the integration is handled. This decouples the…
1
vote
3 answers

Signed in/Logged in Information of the user in Azure APIm Developer Portal

We added a new page/tab xyz like Products on developer portal using content menu item. I want to throw error message on that page if the user navigates on that page if he is not logged in asking him to log in. Is there a way to find the information…
Vicky
  • 624
  • 2
  • 12
  • 35
1
vote
1 answer

Tyk gateway with Nginx and Apache Tomcat 8 (ubuntu 14.04)

Just wondering what I am missing here when trying to create an API with Tyk Dashboard. My setup is: Nginx > Apache Tomcat 8 > Java Web Application > (database) Nginx is already working, redirecting calls to apache tomcat at default port…
aelkz
  • 1,786
  • 1
  • 24
  • 26
1
vote
1 answer

Throttling & Quota by users - Token Management

I would like to implement quotas for users accessing my API but I'm not sure the flow I have in mind is the way to do by simply reading documentation from several API management solutions. Currently, my flow could be described as follows : The user…
Banille
  • 13
  • 2