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

creating an endpoint with JWT token authoriztion in wso2 integration studio

I have an endpoint which requires an authorization token to be added the header in order to authorize the request. I am creating the same endpoint in wso2 integration studio. But I am stuck on how to pass the authorization token to the header. I…
0
votes
1 answer

How to change the gateway in pipeline

I am creating a pipeline using api manager and api cli. Now i have 3 environments and 3 servers. But gateway names are different in each server. Test gateway, qa gateway and production gateway. As my gateway name is different in environments, i have…
Nithin
  • 17
  • 5
0
votes
1 answer

Deployment pipeline with API Manager

I am building a test pipeline with API Manager with the cli tool. Development gateway will develop the api and test. QA gateway will QA and if all good, deploy it in production. To deploy api in 3 gateways i am using api cli tool. But everytime i…
Nithin
  • 17
  • 5
0
votes
1 answer

WSO2 Event Sender SSLException

I Have a WSO2 IS and APIM connected between, I have a certificate ad the certificate is also in the trust store. I see in the log the following exception: [2023-03-23 07:13:50,092] [24f5ec1a-e983-42c9-86af-3477b49d409b] ERROR…
user5919369
  • 111
  • 6
0
votes
1 answer

WSO2 API Manager getting 404 error when publishing new service

I published new service on WSO2, then I do Subscriptions on DevPortal and do API testing on DevPortal then I get 404 - Not found API error: Carbon log: "Error:404 / Message dispatched to the main sequence. Invalid URL., RESOURCE = /internal/***,…
Tony
  • 11
  • 3
0
votes
1 answer

Exposing a MS SQL database as a service in wso2 integration studio

I followed the tutorial link which uses mysql given below to and it worked without any issues. https://apim.docs.wso2.com/en/latest/tutorials/integration-tutorials/sending-a-simple-message-to-a-datasource/ Now I want to connect to a database in sql…
0
votes
1 answer

Get username of Basic Auth in APIM

Is there a way we can retrieve the username of the user that is in Basic Auth? Get the username of the basic auth and save inside a property to use it in API Manager Logic Thanks I have done it before with MI and WWSecurity but not with APIM and…
0
votes
1 answer

Exposing A datasource as a service in WSO2 Integration studio

I am trying to expose a RDBMS datasource as a service. And I am trying to connect to a MSSQL (SQL Server) database. But I am getting the error "Connection failed Could not connect to database" when I try to test the connection to the database. My…
0
votes
0 answers

Setting Okta as IDP for WSO2 APIM

I have been trying to setup Okta as IDP for WSO2 APIM 3.2.0 in update level 213. I followed this to set it up. I am getting an error after login to the APIM publisher portal when i use Okta as federated authenticator for the APIM publisher…
0
votes
2 answers

CORS Configuration not working in WSO2 API Manager for Oauth2/token API

I am using WSO2 API Manager version 4.1.0. In this, CORS configuration is not working even though all the configurations were made. Note : I am not using WSO2 Identity server , only using API Manager. I made the below configurations, Deployment.toml…
0
votes
1 answer

WSO2 Api manager - Business plan not working

I'm trying to learn how to use WSO2 API Manager. I've created an API in the Publisher and I've created a customized business plan policy, setting 10 requests per minute. Then I've created a user with the role of subscriber, and I've subscribed to…
ffff
  • 35
  • 9
0
votes
1 answer

WSO2 APIM Install and Deployment HTTP 500 on /services/

We're trying to deploy WSO2 to our cloud environment. I used the provided cloudformation templates to deploy to AWS. I try to access the Carbon Server UI but I receive a 500 error code. When I look in wso2carbon.log I see this error correlated with…
grungy
  • 43
  • 1
  • 5
0
votes
1 answer

WSO2 Identity Server-5.10 : Verification for an Updated Mobile Number Not working

I have installed wso2 identity server '5.10' and I am trying to enable mobile number verification for an updated mobile number as desribed in the link below…
Soufiane
  • 21
  • 4
0
votes
1 answer

WSO2 Security Subscribe API

I am currently working with WSO2 apim 3.2. I have Angular apps that use api exposed on WSO2 APIM. End-users of these Angular applications authenticate and retrieve a token (OAuth2) directly with Keycloak. WSO2 generates:
Mael
  • 5
  • 3
0
votes
2 answers

Issue in accessing the API using multiple devices

As per my understanding, we generate access tokens for Applications are they are tied to Applications. When I access the API from multiple devices, I get a wired behavior (not sure whether it's the correct/ expected behavior. When I logout from one…
Eva
  • 17
  • 3