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
2
votes
1 answer

How to set custom timeout for session in wso2 apim publisher and devportal?

I am using wso2 apim 4.0.0. I would like to customize (set 1 minute) session timeout for management consoles(publisher, devportal, admin). The way I am following is the official [documentation]…
Farkhad L.
  • 338
  • 3
  • 9
2
votes
2 answers

limite apis or applications based on workday in wso2

Are there any practical ways to limit APIs from being invoked by applications outside of working hours or days in WSO2 API Manager or WSO2 Integrator Studio? Some services in my company need to be called during working hours, and I have to disable…
Ehsan
  • 53
  • 5
2
votes
1 answer

How to call XML-RPC from WSO2 API Manager?

Invoking XML-RPC method from Postman Works good but when i deploy this API in the WSO2 API Gateway it give me an "error decoding RPC". Example of XML payload. vpop.emailinfo
Oussama Nairi
  • 146
  • 1
  • 10
2
votes
2 answers

WSO2 JWTGenerator and APIMgtGatewayJWTGeneratorImpl

Сan someone explain to me the difference between JWTGenerator and APIMgtGatewayJWTGeneratorImpl classes? I updated wso2 from version 2.6.0 to 4.1.0 and there was only this JWTGenerator generator class, but now it does not work. Ref:…
Yaroslav
  • 67
  • 7
2
votes
1 answer

UserStoreException when connecting wso2 is to oracle

Dears, I tried https://apim.docs.wso2.com/en/latest/install-and-setup/setup/distributed-deployment/configuring-wso2-identity-server-as-a-key-manager/#step-1-download-and-install-wso2-is to use oracle db as shared_db between wso2 api manager and…
behzad
  • 194
  • 6
  • 21
2
votes
0 answers

WSO2 apim get user roles in the backend

I have an instance of WSO2 apim 4.1.0 with IS 5.11.0 using docker compose, I need to get the roles of the logged in user when sending requests through the backend of an application exposed via OpenApi with the WSO2 gateway. I tried to add the role…
David
  • 369
  • 3
  • 14
2
votes
2 answers

Unable to deploy K8S WSO2 APIM Operator on kubernetes

I am trying to deploy WSO2 API Manager Operator on AWS EKS cluster following the doc [https://github.com/wso2/k8s-wso2am-operator][1] But When I execute the command: kubectl apply -f scenarios/scenario-1/ I get the error: unable to recognize…
Ruby
  • 368
  • 1
  • 9
2
votes
1 answer

What's the build order of product-am and carbon-apimgt?

I got product-am and carbon-apimgt source code from github. How to build and make it work? What's the order of building?
nankiesof
  • 75
  • 5
2
votes
0 answers

wso2-is-5.11.0 callback url & authentication issue getting Could not handle request: /carbon/admin/login_action.jsp java.lang.NullPointerException

I couldn't run the /carbon, /myaccount, /console, URLs, Don't have idea to resolve this issue. Error logs URLs not running in the browser Error logs after urls runs in browser > [2022-01-05 14:07:09,398] [3a2961aa-a3e4-458f-b8b5-cff9837e420f]…
2
votes
2 answers

WSO2 Api Manager(wso2am-4.0.0) - Is the default token endpoint changed in wso2am-4.0.0?

In the latest WSO2 Api Manager, the default token endpoint seems to have changed to https://localhost:9443/oauth2/token In the previous versions, the token endpoint was https://localhost:8243/token and invoking this endpoint generates a 404 resource…
2
votes
1 answer

WSO2 Service Providers not Populating in API Manager UI but it is Reading it from Database (RDS - postgres)

While configuring fresh installs of wso2 API-Manager and Identity server, we have encountered this issue. Identity providers added through the API UI will populate in the IS UI, but service providers added through the IS console do not appear on…
BB97
  • 53
  • 5
2
votes
1 answer

WSO2 APIM 3.2.0 Admin Portal not accessible

I am trying to access the admin portal of wso2 by using newly created user("subuser") and role("subadmin") by following this. Meanwhile, I am facing some other issue, Unfortunately can't able to access the same wso2 admin portal by using "admin"…
2
votes
1 answer

Can i get the logged in user roles in sequence mediator?

I could not find any documentation to retrieve user roles in a sequence mediator using XML or Java. I did some guessing like this but it didn't work Also is it possible to read api…
2
votes
1 answer

unable to find valid certification path to requested target error in WSO2 API Manager 3.2.0 in Kubernetes setup

We have deployed WSO2 API manager-3.2.0 and integrated with Identity Server-5.10.0 as Keymanager. we are adding domain certificate in API manager to communicate with Identity Server-5.10.0 using below steps: Adding domain certificate in the path:…
2
votes
0 answers

wso2 EI 7.1.0 Illegal character:

hello i am working on wso2 EI 7.1.0 i created a proxy that work with mqtt transport i want to save the data to a mongodb database but u got the error Illegal character: (json payload malformed) the data appears on mongodb here is my proxy service …