wso2carbon

login/Role/Permission Issue with Secondary JDBC User Store in WSO2 Identity Server Key Manager

若如初见. 提交于 2021-02-20 05:19:05
问题 I want to add SecondaryJDBCUserStore for JDBC[MySQL],added successfully, but i am getting issue with login,roles and permission I am running WSO2 IS KM and WSO2 AM on diffrent VM. I have removed embedded LDAP and implemented AD[LDAP] as primary user store and it is working perfect with all roles and permission as expected. Recently I have added SecondaryJDBCUserStore for JDBC[MySQL] but i am getting issue with roles and permission.Below are the steps: Added SecondaryJDBCUserStore from CARBON

WSO2 EI 6.1.1 DOCTYPE is not allowed

大兔子大兔子 提交于 2021-02-11 14:34:52
问题 This problem is driving me mad, because many similar solutions are suggested but no one fixes it. Firstly, sending request from SoapUI goes fine. However in the insequence the same soap request shows this log: INFO {org.apache.synapse.mediators.builtin.LogMediator} - To: /services/consultarProcedimientosPorPersonasInternoPR01.consultarProcedimientosPorPersonasInternoPR01HttpsSoap11Endpoint, WSAction: urn:cji:jjj:es:pc:servicios:consultarProcedimientosPorPersonas, SOAPAction: urn:cji:jjj:es:pc

WSO2 API Manager Ports

烈酒焚心 提交于 2021-02-05 11:34:05
问题 I am having a requirement to publish all APIs developed to run on ports 80 and 443 instead of 8280 and 8243. I changed the axis2.xml as below and restarted the API Manager server. <parameter name="port" locked="false">80</parameter> <parameter name="port" locked="false">443</parameter> I can see published APIs in API store showing 80 and 443 ports respectively. But when I am trying to test it using Postman like below URL, it throws the below error. URL: http://localhost:80/pizza & https:/

Not able to call Dynamic Endpoints/URLs on the basis of Message Mediation polices in WSO2 API Manager

ⅰ亾dé卋堺 提交于 2021-02-05 09:45:39
问题 I'm using APIM-3.1.0 and I need to Redirect APIs’ based upon header or request parameter. I have tried for request parameter but unable to call different API's. I have used below custom mediation policy and added it to a test API, but unable to call the different URLs. Every time I was calling API, I was getting output for the else part (URL mention in the else part) in below code even if I am passing the value of operation as menu. <sequence xmlns="http://ws.apache.org/ns/synapse" name=

Not able to call Dynamic Endpoints/URLs on the basis of Message Mediation polices in WSO2 API Manager

谁说我不能喝 提交于 2021-02-05 09:45:05
问题 I'm using APIM-3.1.0 and I need to Redirect APIs’ based upon header or request parameter. I have tried for request parameter but unable to call different API's. I have used below custom mediation policy and added it to a test API, but unable to call the different URLs. Every time I was calling API, I was getting output for the else part (URL mention in the else part) in below code even if I am passing the value of operation as menu. <sequence xmlns="http://ws.apache.org/ns/synapse" name=

How to update a single user's groups with WSO2 SCIM REST API without using patch/ Groups as it results in timeout when the user count is high?

爱⌒轻易说出口 提交于 2021-01-29 15:40:30
问题 We are using WSO2 SCIM apis to define roles to user and update it. For role update operation , we are currently adding the new user role(add user to new role group using SCIM api) , and then delete the existing user role (call users SCIM GET request under a GROUP, delete the existing user from the list and use the newly created list as body arguments to call SCIM PATCH request for the GROUP). With this approach , we were able to update roles. But as the user base increased , the above

How to Configure HTTP Basic Auth for WSO2 EI proxy service

三世轮回 提交于 2021-01-29 15:10:36
问题 i am using WSO2 Enterprise Integrator 6.5.0 (lastest) I need to enable HTTP Basic Authentication through a Proxy Service (SOAP, REST) I have tried below resource - WSO2 EI and WSO2 Developer - Setup an ESB Proxy with http basic authentication <?xml version="1.0" encoding="UTF-8"?> <proxy name="ProxyWithBasicAuth" startOnLoad="true" trace="disable" transports="https" xmlns="http://ws.apache.org/ns/synapse"> <target> <endpoint name="endpoint_urn_uuid_xxxxxxxx-yyyy-zzzz-1111-234567892345">

Error: Connection refused while token generating via WSO2 Devportal

北慕城南 提交于 2021-01-28 19:45:10
问题 I am configuring WSO2 fully distributed APIM 3.1.0 with IS as KM and Dev/Publisher in one node. My IPs are as below, Gateway IP - 172.42.42.20 DNS: gw.local.com ISKM IP - 172.42.42.40 DNS: iskm.local.com Dev/Publisher - 172.42.42.80 DNS: apim.local.com All the configurations are done following WSO2 documentation and ansible scripts. But an error occurred while generating tokens via devportal. Using the curl command the tokens can be generated successfully. How to fix this issue? The carbon

Where to check custom webapplication logs in wso2 carbon

独自空忆成欢 提交于 2021-01-28 06:51:41
问题 Need help here.. I have developed a java application and configured logs using log4j. I have deployed this application in wso2 carbon. Can anyone tell me where to check my application logs in wso2 carbon?? I can see only carbon logs wso2carbon.log.. Where can i check my application specific logs?? 回答1: If you have your own log4j.properties file in your webapp, you can configure the location in it. See this for more details. https://docs.wso2.com/display/AS530/Customize+Logging+for+Web

Adding new roles to WSO2 API-M with login & subscribe permissions does not allow user to login to subscriber portal

邮差的信 提交于 2021-01-27 20:52:20
问题 I'm using WSO2 API-M v3.0.0, and I have created a new role with Login & Subscribe permissions (same permissions that are granted to the "Internal/subscriber" role). But users within this new role are unable to login to the subscriber portal as access is being denied to them. The only workaround I see is to add those users to both the new role AND the Internal/subscriber role. Are there any other changes that need to be done when any new role is created? I am not using a multi-tenant