Questions tagged [wso2-cloud]

WSO2 Cloud is the public cloud offering from WSO2 which consists of an App Cloud and an API Cloud.

33 questions
3
votes
3 answers

WSO2 API Cloud Timeout Error code 101504

I am getting the following respose while trying to assess my api endpoint: 101504Status report Runtime Error
2
votes
1 answer

G-Reg and API manager Integration WSO2

Is it possible to use endpoints configured in G-Reg while creating an API in API manager?
2
votes
2 answers

how can I resolve "the CRLfile:none" the error when I do curl command?

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 2118b878-46a8-3b9d-a911-8ac18a0b13cf' 'https://172.17.0.1:8243/V1.0.2/stock/getParam?age=123' curl: (60) server certificate verification failed. CAfile:…
Mike
  • 419
  • 1
  • 6
  • 16
2
votes
1 answer

why my rest interface return "{ "error": "no response from server" }" after configed by api manager

I design a new api with api manager. when I invoked it in api console, it prompted the msg as the belowling jpg. curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 8dfb0253-5906-3ee5-ab28-cd53bc190ddc'…
Mike
  • 419
  • 1
  • 6
  • 16
2
votes
2 answers

How do I disable OAuth2 for a resource in WSO2's API Publisher?

I've created a simple API and I'm trying to publish it using WSO2's API Publisher (aka API Cloud). I've gone through all the steps, but it seems to require an Authorization header to access my endpoint. In older documentation, it says that I can…
Matt Raible
  • 8,187
  • 9
  • 61
  • 120
1
vote
4 answers

How to enable CORS configuration in WSO2 for a specific API by using REST API?

I am creating and publishing APIs using WSO2 REST APIs and not from its UI because i have hundreds of WSO2 APIs to manage. I use swagger file(in json format) to configure all the details about my API and then publish this swagger file using curl…
Rahul Desai
  • 189
  • 3
  • 8
1
vote
1 answer

How to create a WSO2 ESB Composite Application through the Integration Cloud API?

I want to create a ESB composite application (.car) through the API but this format is not listed in the supported types in the documentation [1]. Is it not possible to create car apps through the API or am I missing something here? [1]…
Dinu94
  • 165
  • 1
  • 12
1
vote
1 answer

How to authenticate WSO2IS User management APIs without password in Java

I am using WSO2IS 5.3.0 to authenticate my application. I have a GUI to get Username and Password to authenticate. Once it is authenticated, I am using PAC4J to store and retrieve user profile. It is using SAML SSO. Now I want to get all the users…
Sathya
  • 233
  • 1
  • 4
  • 13
1
vote
1 answer

How to configure Comodo SSL on WSO2

I have a single node configuration of WSO2 APIM and IS and its domain also, like https://wso2.example.com:9444/publisher and https://wso2.example.com:9444/carbon respectively... I have purchased SSL certificate from COMODO for my domain…
1
vote
0 answers

Achieve CI with WSO2 API cloud

I am new to WSO2 altogether and was wondering is there a way to have CI integrated with the WSO2 API Cloud? I know it is possible to do so with the Integration cloud but can the same be done with API cloud ?
LeGo
  • 45
  • 1
  • 7
1
vote
1 answer

WSO2 IS and WSO2 APIM - Role change

I followed the steps mentioned in the below WSO2 documentation to use WSO2 IS as an Identity Server with WSO2 APIM. I use WSO2 IS 5.3.0 and WSO2 APIM 2.1.0. https://docs.wso2.com/display/AM210/Configuring+WSO2+Identity+Server+as+a+Key+Manager I am…
Albie Morken
  • 215
  • 1
  • 4
  • 14
1
vote
1 answer

How to use a data source created in one application by another application in wso2 cloud?

Is it possible to create a data source inside an application (as a resource) and then use that same data source in another application within the same organization
Ratha
  • 9,434
  • 17
  • 85
  • 163
1
vote
1 answer

WSO2 BAM Hosted Service

I am interested in trying to use the WSO2 "BAM in the cloud" solution. Is there any documentation about how I configure my locally installed API Manager to send statistics to my cloud BAM account?
0
votes
1 answer

WSO2 Api Manager Working with Third-Parties and external login

we have wso2 api manager v4.1 for our api and web services which calling from our third parties. we should use oauth2 protocol for calling api. the problem is: one of the third parties should at first request to api manager and wso2 redirect user to…
arash
  • 61
  • 1
  • 6
0
votes
1 answer

Can i avoid showing all tenant developer portal in wso2 API manager

I am using WSO2 API Manager .In developer portal there is options to switch through multiple tenant's developer portal But I need to avoid the list of developer portals and user must be directed to single tenant's developer portal even if they are…
Abhi
  • 101
  • 6
1
2 3