12,459 questions
Advice
0
votes
2
replies
63
views
Unable to assign custom roles to users after upgrading WSO2 IS from 7.1.0 to 7.2.0
We are currently upgrading our IAM solution from WSO2 Identity Server 7.1.0 to 7.2.0, and we are facing an issue related to role assignments after the upgrade.
When performing a Helm upgrade of our ...
0
votes
0
answers
45
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
49
views
WSO2 MI Docker image built via VS Code extension fails at startup: WSO2 Carbon initialization Failed Invalid UTF-8 start byte 0x93
Symptom
When I build a MI Docker image using the WSO2 VS Code extension (Project Overview → Build Docker Image), the container fails on startup with this error:
2025-10-24 09:25:58.643 | [2025-10-24 ...
0
votes
0
answers
52
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
1
answer
85
views
WSO2 Micro Integrator “Failed to create InitialContext using factory specified in hash table” for LDAP Operation
I am trying to connect my APi developed by wso2 MI VsCode to an OpenLDAP server running on Ubuntu WSL. I’m using the WSO2 LDAP connector (V2) to perform LDAP operations (search, authentecates), but ...
0
votes
1
answer
35
views
WSO2 MI 4.4.0 - Unable to push data to AWS SQS Queue using AWS SQS connector via proxy server
I am trying to push incoming data to AWS SQS in WSO2 MI 4.4.0 using AWS SQS connector v3.0.1.
Integration: WSO2 MI 4.4.0
Developer Tool: WSO2 MI for VS Code extension
OS: Ubuntu 22.04
Proxy server: ...
0
votes
1
answer
55
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
35
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
[...
0
votes
1
answer
120
views
wso2 APIM introspect key validation with Keycloak always returns error 900901 invalid credentials
Introspect always returns "900901 invalid credential", please check below error trace and configuration screenshot
APIM admin key manager Configuration
Also please note that it is working ...
1
vote
1
answer
42
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 ...
0
votes
1
answer
99
views
How to forward the original multipart/form-data in WSO2 MI after an endopint call?
I am using WSO2 Micro Integrator (WSO2 MI) to make a file upload request to a backend.
I sendr a multipart/form-data POST request with a file and some fields, like this:
--header 'token: token' \ --...
1
vote
0
answers
84
views
How can i initialize the ballerina module before the call of the function?
I try using the Ballerina module in wso2mi but i have the following error
[2025-07-29 16:07:19,538] ERROR {io.ballerina.stdlib.mi.Mediator} - {api:BallerinLinuxAPI} function 'helloWorld' is called ...
1
vote
1
answer
83
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 ...
1
vote
1
answer
53
views
undefined symbol 'request' error in Ballerina when trying to handle http file upload
import ballerina/http;
import ballerina/io;
// import utils/pdfUpload;
configurable int port = ?;
service / on new http:Listener(port) {
resource function get .() returns json {
return {...
0
votes
0
answers
60
views
Unexpected Behaviour When Using Identifier First in WSO2 Version 7.0.0
Context:
WSO2 v7.0.0
Login flow:
Step 1: Identifier First
Step 2: Username and Password
Using Conditional Authentication Script
Scenario:
a. The user visits the first web application and tries to log ...
0
votes
1
answer
59
views
WSO2 APIM login operation in Authentication Admin service does not work
I'm following WSO2 Admin Services instructions for 4.5.0 version of WSO2APIM.
I can fetch WSDLs for different services and generate requests in SOAP UI, hovewer I can not login my admin user in ...
1
vote
1
answer
72
views
WSO2 IS 7.1.0 not send custom cliam in x-jwt-assertion header #24397
I am using wso2 is 7.1 and have configured it for third-party key manager in API Manager 4.5 wso2. I use a jar for x-jwt-assertion header. I create some new attributes in wso2 is 7.1 and I fill them ...
0
votes
0
answers
10
views
Install wso2 OpenBanking on Openshift
I don't see any document about installing wso2 OB on openshift?
Can you help me
I search link but I don't have any information about this?
Another question about wso2 OB database, is this using same ...
-1
votes
1
answer
115
views
How to configure elastic/kibana SSO openid with wso2?
I am trying to configure SSO using OpenID Connect with Elastic Kibana. I am using WSO2 version 7.0.0 and Elastic/Kibana version 8.18.1. I have enabled the 30-day trial period and also activated the 30-...
0
votes
0
answers
77
views
How to add a custom header value as a JWT claim in WSO2 API Manager 4.3.0?
I'm working with WSO2 API Manager 4.3.0 and trying to add a custom claim to the JWT generated by the gateway.
Use case:
I want to send a custom HTTP header (e.g., X-Custom-Id) in the request to the ...
0
votes
1
answer
54
views
ERROR {JsonStreamBuilder} - Error occurred while processing document for application/json java.lang.reflect.InvocationTargetException
I'm on wso2 mi trying to log json response objeect returned from target endpoint the enpoint return json but when i tried to test wos2 exposed api i got:
[2025-04-17 17:26:04,349] ERROR {...
0
votes
1
answer
74
views
WSO2 ID - Asgardeo - Design seamless self-registration experiences not working
I'm evaluating Asgardeo as a potential solution.
One of my requirements is the ability to customize the sign-up process — for example, by adding a "Terms of Use" checkbox.
The feature "...
0
votes
1
answer
51
views
Handling exceptions as bad Http Responses in a CustomEventHandler
How do you handle Exceptions when modifying the PRE_ADD_USER eventHandler, e.g:
When you are validating against something, and want the server to answer with HTTP code 400, instead of 500.
...
0
votes
1
answer
97
views
WSO2 IS 7.1.0 GA: How to Get Token for Sub-Organization User Using Password Grant
I have configured wso2 identity server 7.1.0 GA as below:
create organization (orgA - 23d6071e-e64e-4992-b4fa-607b955af4a6)
inside suborganization i created user: orgA-user
Is is possible to get ...
0
votes
1
answer
40
views
Inconsistent Username Logging in API Manager Metrics for Different Oauth2 Grant Types
I have encountered an issue when creating tokens through the developer portal. It appears that the grant type used during token creation affects the username recorded in the apim_metrics.log.
oauth2 ...