wso2

Unable to call WSO2 IS-KM 5.10.0 SCIM2 from WSO2 API Manager 3.1.0 mediation sequence

邮差的信 提交于 2021-01-28 11:31:43
问题 For a service chaining purpose, I have to call SCIM2 Me endpoint from API manager mediation sequence. POST method to ADD user works fine, but GET/PUT/DELETE methods are not working. I have provided a code snippet of Get method I'm using in the sequence. <property name="uri.var.tenantDomain" expression="get-property('tenantDomain')" scope="default" type="STRING"/> <property name="NO_ENTITY_BODY" scope="axis2" action="remove"/> <property name="HTTP_METHOD" value="GET" scope="axis2" type="STRING

Custom Application logs in WSO2 API Manager

冷暖自知 提交于 2021-01-28 09:40:41
问题 I have deployed a custom web application in WSO2 API Manager. However i used my own log4j.jar instead of WSO2 APIM log4j.jar. Im not seeing the logs in default wso2carbon.logs. Can anyone please tell me where my logs will be saved/directed. 来源: https://stackoverflow.com/questions/47328500/custom-application-logs-in-wso2-api-manager

Custom Application logs in WSO2 API Manager

隐身守侯 提交于 2021-01-28 09:29:06
问题 I have deployed a custom web application in WSO2 API Manager. However i used my own log4j.jar instead of WSO2 APIM log4j.jar. Im not seeing the logs in default wso2carbon.logs. Can anyone please tell me where my logs will be saved/directed. 来源: https://stackoverflow.com/questions/47328500/custom-application-logs-in-wso2-api-manager

WSO2IS 5.11.0 - Blank screen when accessing to /myaccount or /console web page

萝らか妹 提交于 2021-01-28 07:53:14
问题 I deployed to test the last release of WSO2 5.11.0 in Docker container. I did not change anything in the default configuration except the hostname and callbackURL for the "Console" and "My Account" service providers to match my hostname. Access to the carbon console is fine. But when I try to reach https://<hostname>/console or https://<hostname>/myaccount , I can fill my login and password, then I have a blank page without anything. Any idea is welcome. Thank you. 回答1: Taking the answer from

WSO2 Api Manager OAuth2 DCR security in public native mobile app

a 夏天 提交于 2021-01-28 07:00:54
问题 I am designing security in a public native mobile application for iOS and Android which is using publicly available API using WSO2 Api Manager (APIM). As such I understand the security issues that are related to this setup and I would like to apply OAuth2 for native apps (according RFC 8252). I understand that the first thing that such application should do is to register with WSO2 APIM server through the interface described in Store API in order to receive unique consumer key/secret for

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

Wso2 ESB GET PROXY NAME

感情迁移 提交于 2021-01-28 06:24:38
问题 I would like to know how can I get the name of the proxy in use in a sequence: <proxy xmlns="http://ws.apache.org/ns/synapse" name="PROXYNAME" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <property> *GET-NAME OF THIS PROXY...* </property> </inSequence> </target> <publishWSDL uri="http://localhost/Test2/Service.asmx?wsdl" /> </proxy> EDIT In order to get the Name of the proxy (which should be contained in the header 'To' I am trying

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

WSO2 3.2.0 : Analytics and Dashboard, Cannot borrow client on SSL port 7712 + Required field 'message' was not present

主宰稳场 提交于 2021-01-07 03:52:44
问题 I installed WSO2 3.2.0 recently : OS : Debian 9 WSO2 API Manager 3.2.0 from the official repository WSO2 Analytics 3.2.0 from the zip archive Everything running on the same machine with the same domain name Valid certificate for this domain name, let's say wso2.mydomain.com I tried to install Analytics following the documentation, but I think there is a communication issue between analytics worker and API Manager. When I try to go on my dashboard here, all I got is a blue screen. Here are my

oidc/logout with id_token_hint is not working

这一生的挚爱 提交于 2021-01-07 02:35:32
问题 I am sending https://localhost:9443/oidc/logout?id_token_hint=my_id_token and getting the page with the message Identity Server You have successfully logged out. But when I go back to the login page,it is returning authorization code instead of asking login/password. 回答1: According to the browser traces shared in the comments, it seems you are sending the logout request to an incorrect hostname+port (aisoip-devis.xxxxx.kz:9443). Due to that reason, the commonauthId cookie on the browser