Questions tagged [wso2-api-manager]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
3244 questions
0
votes
1 answer

how to set json validator globally to check the Content Type of request that it must be json in wso2 if not 415 Unsupported Media Type as status code

I am using wso2 API manager 3.2.0 .I want to check incoming requests Content Type that it only allowed to be application/json if any other type sent as content type for example application/xml ,415 Unsupported Media Type as must be show as status…
Ali farahzadi
  • 274
  • 2
  • 10
0
votes
1 answer

Is there any way to pass the User Store domain to the backend in WSO2?

We have a customized secondary user store and we want the JWT that travels to the backend to have the domain of the user store where the user has logged in or obtained a token. Is it possible to do this? Why idToken and the JWT token pass to the…
Stapler23
  • 39
  • 1
  • 7
0
votes
0 answers

WOS2 API Manager not creating Service Provider automatically

I've configured WSO2 IS as a Key Manager to API Manager following this documentation according to my version Configure WSO2 IS as a Key Manager. My problem is that after I create and publish the API on DEVPORTAL the application is not created…
Aldo Inácio da Silva
  • 824
  • 2
  • 14
  • 38
0
votes
1 answer

SSL error while connecting to WSO2 API Manager in Micro Integrator

I am trying to publish the APIs to API Manager and whenever I start API Manager and then start the Micro Integrator I get the following exception in the Micro Integrator console. I am trying in my localhost. Because of this issue, Micro Integrator…
0
votes
1 answer

Expose SOAP API using WSDL 1.1 as REST API in WSO2 API Manager 4.1

I Try to expose my old SOAP Backend which use WSDL version 1.1 as a REST API in WSO2 API Manager but i got this error "Error: response status is 415". As shown in the attached photo below Logs found in carbon logs . TID: [-1234] [] [2023-04-05…
Oussama Nairi
  • 146
  • 1
  • 10
0
votes
1 answer

Unable to verify the first certificate - WSO2 API Manager

I tried to use the Postman collection of WSO2 API Manager to work with APIs, but it didn't work fine and it return for all API 404 Not Found ,when i try to click on the red button it shows the error "Unable to verify the first certificate" .
Oussama Nairi
  • 146
  • 1
  • 10
0
votes
1 answer

Log in issue from ldap (WSO2 v4.2.0)

I go to the login page, and it goes under the admin user, but it does not go under my user from ldap, although on /carbon I see that the user has been pulled up and everything is fine. An error says "Login failed! Please check your username and…
Yaroslav
  • 67
  • 7
0
votes
1 answer

How to use "Debug Request Flow" policy in WSO2 API Manager

I try to use "Debug Request Flow" policy with a resource but i can't find logs on the file .log logs still the same like below : 0:0:0:0:0:0:0:1 - - [30/Mar/2023:14:29:06 +0100] - 400 - - - 0.000 0:0:0:0:0:0:0:1 - - [30/Mar/2023:14:29:06 +0100] GET…
0
votes
1 answer

In the API Manager custom policy, I need to call an endpoint and the response need to store in the Property Mediator

My use case is, I need to create a custom API Manager mediation policy that will call an endpoint and the response from this endpoint needs to be stored in the header mediator and the incoming request will call the original backend endpoint after…
0
votes
1 answer

Is it possbile to add custom throtlling policy in wso2 apim choreo

Could you please if is possible to add **custom throttling policy ** in wso2 apim chero Saas version? I tired below steps given by chatgpt but the below steps are not…
0
votes
2 answers

ERROR Basic Authentication failure: tenant domain mismatch for user :user@domain.com in WSO2 API Manager 4.1.0

I am trying Secure API by BasicAuth in WSO2 API Manager 4.1.0 GA Release. There is Backend Service which was protected by Basic Auth Mechanism(Username: user1@testdomain.com, Password: apimtestpwd), Hosted this backend in WSO2 APIM by follows below…
0
votes
0 answers

Approval flow for only one out of two gateways

We are running WSO2 API Manager 4.1 with two gateways (internal and external). We would like to setup approvals for deploying to the external gateway, but not the internal gateway. Is there a way of distinguishing on gateway, and only set up…
0
votes
2 answers

Can't create SOAP API from WSDL file or URL in WSO2 API Manager

I tried to create a SOAP API from WSDL URL but i got an error because the Publisher can't access the Endpoint of the Backend, only gateway can access the Backend .
Oussama Nairi
  • 146
  • 1
  • 10
0
votes
2 answers

WSO2 API Docker data persistency issue

Good afternoon, I have tried to make my data persistent, for wso2 api manager with docker, but I have not succeeded despite going to the paths that the documentation gives…
0
votes
1 answer

Wso2 : Added Oracle DB connection, however getting below errors while starting wso2 service

I have added, the below in deployment.toml file [database.shared_db] type = "oracle" url = "jdbc:oracle:thin:@x.x.x.x:1521/share" username = "wso2sh" password = "wso2shar" driver = "oracle.jdbc.driver.OracleDriver" validationQuery = "SELECT 1 FROM…
Chinnu
  • 19
  • 3