All Questions
Tagged with wso2-am or wso2-api-manager
3,616 questions
0
votes
0
answers
39
views
Wso2 apim Custom application attributes not retrieved
Custom application attributes cannot be retrieved in the policy sequence:
var attributes = mc.getProperty("api.ut.application.attributes");
if (attributes != null) {
mc.setProperty(&...
0
votes
2
answers
75
views
WSO2 http automatic retry to the backend
I'm using WSO2 4.4.0 (control-plane + gateway).
I have a publication that sometimes responds with a 500 error. I want to configure automatic retry of the request before responding to the client. For ...
0
votes
0
answers
74
views
WSO2 API Manager BindException: Address already in use Despite Port Change and Free netstat
On a Windows 11 computer, I'm trying to launch WSO2 API Manager (APIM) version 4.6.0 (C:\wso2am-4.6.0\wso2am-4.6.0\bin).
The server starts up and initializes throttling policies, but it consistently ...
0
votes
0
answers
70
views
WSO2 API Manager 4.5.0 – Out Flow mediation sequence not triggered when Response Caching is enabled
Everything works fine, caching is active and responses are served from cache.
However, when the response is served from cache (cache hit), the Out Flow (response flow) doesn’t execute at all — meaning ...
0
votes
0
answers
72
views
WSO2 APIM 4.4.0 Operation Policy Issue
I ran into a problem: Custom operation policies created in Publisher don't sync to Gateway in distributed Docker setup(same issue k8s), causing "Sequence not found" errors. (it was and in ...
0
votes
0
answers
80
views
wso2 api manger rate limiting does not work
Environment
WSO2 API Manager 4.3.0 (single-node, running in Docker)
WSO2 Identity Server 6.1 (used as Key Manager)
Docker compose; containers run in host network_mode
Databases on external MSSQL (...
2
votes
1
answer
459
views
How can I include the user email claim in JWT tokens in WSO2 API Manager without manually editing each Service Provider?
I’m using WSO2 API Manager 4.4.0 as a proxy to my backend.
My backend requires the user email to be included as a claim inside the JWT token.
I already enabled JWT generation in deployment.toml with:
[...
0
votes
0
answers
42
views
Trouble getting WSO2 apim-apps (admin portal) to run locally on my system for contributing
When I run the admin portal of apim-apps, webpack compilation get succeeded but browser says cannot GET /admin. Publisher portal works and devportal also gives the same error.
Here's what I did
Got ...
0
votes
1
answer
70
views
WSO2 API Manager - pass basic auth username as parameter to the endpoint
A simple setup - WSO2 API Manager (v4.4.x) handling client requests and sending them to a backend endpoint. The WSO2 API Manager is configured to support Basic Auth for the endpoint (Basic auth user ...
0
votes
1
answer
49
views
WSO2 fails to start on Windows with "Could not resolve module" error
I'm trying to run WSO2 Identity Server (or any WSO2 Carbon product) on Windows 11, but I'm getting an OSGi bundle resolution error immediately when starting the server.
ERROR : FrameworkEvent ERROR
[...
1
vote
1
answer
70
views
getting /bin/bash: /home/wso2carbon/docker-entrypoint.sh: Permission denied while deploying APIM 4.5 in docker
I was trying to deploy APIM 4.5 in docker but getting "/bin/bash: /home/wso2carbon/docker-entrypoint.sh: Permission denied" error.
I have deployed the APIM 4.2 before which is working as ...
2
votes
2
answers
144
views
WSO2 APIM 4.5.0: updating swagger definitions fails with 500 error
In WSO2 API Manager 4.5.0, I register about 80 APIs during deployment process (either creating new ones or updating existing ones). From time to time, updating the Swagger definition of an existing ...
0
votes
0
answers
45
views
How to mapping preferred_username of JWT to userId of Siddhi query
I'm using Keycloak as Key Manager for WSO2 Api Manager, and they work as excepted. Now, I've got a use case to verify each user's bucket, so I want to add a Custom Policy which can use Siddhi Query to ...
2
votes
1
answer
186
views
WSO2 APIM 4.5.0 missing CORS headers in actual response – Content-Disposition not exposed
I have a web application that downloads a file by calling a REST API endpoint. This endpoint is behind WSO2 API Manager (WSO2 APIM).
After upgrading from WSO2 APIM 4.2.0 to 4.5.0, the CORS behavior ...
1
vote
1
answer
103
views
WSO2 Google Identity federation
I am using wso2 identiy server 5.7.0
I Configured Google Federation by adding clientid and client secret in WSO2IDP also created service provider and deployed pickupdispatch.war as exmample.
After ...