In WSO2 API Manager, user roles are being removed each time a user login through an external IdP
We want to provision a user who login from an external IdP to APIM, assign the role “test-role”, and obtain an access token that includes the scope “test-scope” associated with the test-role.
However, each time I login, the role disappears, which defeats the purpose.
Adding HTTP security headers to WSO2 APIM (4.1.0) via deployment.toml config
I have followed : adding security headers in wso2am-4.0.0 (sts & csp & referer headers) to add the header config to the control plane and it is working ( carbon portal, dev portal and publisher).
Restricting WSO2 APIM 4.1.0 Gateway Root URL access
Accessing Gateway root URL
EC certificate for hostname instead of RSA
I have changed the hostname of WSO2, i imported the new certificate to wso2carbon.jks and configured, when trying to login in publisher for example i cant login and i have this error:
deploy wso2 apim 4.3 microk8s error publisher
im using wso2 api manager 4.3 in a microk8s using the single node pattern, i replace the image in the values config, as way a the domain.
Gateway [SCR] Error while trying to bind reference
I’m following the steps given in WSO2 GIT Repo here. Did the all the configs as instructed. Placed the jar in lib
folder and confirmed its reflected in dropins
too when the server starts. Am I missing anything here?
WSO2 API Manager (wso2am-2.1.0) – Empty Response from API When the Accept Header is Passed
I’m using wso2am-2.1.0 and I’ve created an API calling to a particular backend endpoint. The endpoint and the API responds fine. However, when I pass the Accept:application/json header, as per requirement, the API gives an empty response with a 200 OK status code.
The backend when invoked directly without the accept header responds with an xml with the xml content type header and when invoked with the Accept:application/json header, it responds with application/octet-stream header.
A direction to resolve this issue is much appreciated. Thanks in advance.
WSO2 4.3.0: Issues with Choreo Authentication URL Not Working
i am getting this error in the logs as
WSO2 API Manager (wso2am-4.3.0) – Error When Invoking APIs After Disabling OpenAPI Validations
I’m using wso2am-4.3.0 and I have disabled OpenAPI validation using the below switch to startup the server in order to import older APIs with validation errors.
WSO2 API Manager (wso2am-4.3.0) – How to Disable OpenAPI Validation When Importing Swaggers?
I’m using wso2am-4.3.0 and I’m trying to import a swagger to create an API. However, due to OpenAPI validation errors, the API cannot be created. Since the swagger worked with older versions of the API Manager, it has too many methods with OpenAPI validation errors and the task has become too complicated to fix the swaggers one by one.