Wso2 4.4.0 Can not APIM manager Advanced UI Customization
I am having problem doing Advanced UI Customization I have followed the steps to edit the look and feel of the devportal. I copied the wso2 webapps file to another folder and ran npm install, then npm run bootstrap, then went to the devportal folder and ran npm run build dev. But I tried to overwrite a React file in the folder where I copied webapps. Then I rebuilt and copied the dist file and there was an overwritten file of React. But I copied the dist file in the webapps folder (coppy) to the webapps folder (root) and also the index.jsp file, but then I ran the api-manager.bat –run command again and didn’t see any change in the interface. . Please help me know where I went wrong. I am using wso2 4.4.0. I have read the document and followed it but I don’t see any change. Can you help me please. I followed these steps: https://apim.docs.wso2.com/en/latest/reference/customize-product/customizations/advanced-ui-customization/
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.
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.
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.