wso2

WSO2 Identity server 5.0 - Pre configured Service provider

只谈情不闲聊 提交于 2019-12-03 21:18:46
We would like to ship wso2 IS with our product.Instead of adding service providers manually through console, we want to pre-configure with some default identity providers and Service providers. I was expecting some xml files by which I can configure these. But seems like there is no such file and previous versions of IS has SCIM rest points to add SP configurations, I don't see them with IS 5.0. Any idea on how to go about this? Asela There is file that you can configure the service providers. You can locate the sso-idp-config.xml file in <IS_HOME>/repository/conf/security directory. You can

WSO2 governance registry and enterprise service bus (ESB) can be integrated?

女生的网名这么多〃 提交于 2019-12-03 21:16:23
We use WSO2 tools for our SOA. We are examining the possibility of use of Registry Governance to manage the services available. I wonder if someone has already done the integration of Registry Governance and ESB, so that services are built on only one tool to another and replicated. Please have a look at [1] and [2] [1] http://wso2.org/project/esb/java/4.0.3/docs/deployment_guide.html [2] http://charithaka.blogspot.com/2011/11/wso2-deployment-synchronizer-sharing.html 来源: https://stackoverflow.com/questions/9619425/wso2-governance-registry-and-enterprise-service-bus-esb-can-be-integrated

Unable to access XACML policy in wso2is-5.6.0 from wso2am-2.5.0 getting error

纵然是瞬间 提交于 2019-12-03 18:18:25
问题 i following link Created XACML policy in wso2is. Accessing from wso2AM created one POST type function. While sending request in wso2AM store getting an error I have update "jndi.properties" file by commenting second "/test" url line. After that i am getting error. ERROR - EntitlementMediator Error occurred while evaluating the policy org.wso2.carbon.identity.entitlement.proxy.exception.EntitlementProxyException: Cannot initialize EntitlementServiceStub with null Axis2 configuration context.

WSO2 ESB overwrites a ContentType property

Deadly 提交于 2019-12-03 17:26:32
I am working on the WSO2 ESB Proxy service, which involves exposing the internal RESTful service via SOAP endpoint on the ESB. My RESTful service requires Content-type = "application/rdf+xml". I tried setting it using all 3 properties mentioned in the documentation: messageType, ContentType and CONTENT_TYPE. However, the request Content-type still remains "application/xml". Here is an excerpt from my sequence that calls REST service: <property xmlns:ns="http://org.apache.synapse/xsd" name="REST_URL_POSTFIX" value="/record/12345" scope="axis2" type="STRING"/> <property name="HTTP_METHOD" value=

CDATA in payload factory in WSO2 ESB

六月ゝ 毕业季﹏ 提交于 2019-12-03 16:48:46
I am trying to write a sequence in ESB and populate my payload data by using payload factory as i stated below example. <payloadFactory> <format> <p:echoInt xmlns:p="http://echo.services.core.carbon.wso2.org"> <in xmlns="">$1</in> </p:echoInt> </format> <args> <arg xmlns:ns="http://org.apache.synapse/xsd" expression="an-xml-formatted-string"/> </args> </payloadFactory> <send> <endpoint> <address uri="http://noon101:8280/services/echo" format="soap11"/> </endpoint> </send> Because my string is formatted as xml when i send this payload to the service, the service tries to parse my xml parameter

Difference between Proxy Service and API Service in wso2 Esb

北城余情 提交于 2019-12-03 16:25:25
What is the difference between a Proxy service and API service in wso2esb? To expose my service I can give proxy URL and API URL then in which scenario both differs? and in which scenario I can use proxy and in which I can use API? Please help me in understanding.., An API has resources so it is suitable when you have to perform multiple operations like CRUD etc. then you can call particular resource which will be performing some particular operation. A proxy service is suitable when you have to perform an isolated operation (single operation). So, what you can do is, make an API for multiple

WSO2 as service on Windows

匿名 (未验证) 提交于 2019-12-03 09:52:54
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Need to install WSO2 API Manager as service on Windows (Have tried on Windows 7 and Windows Server 2012. The problem is the same). Documantation: https://docs.wso2.com/display/AM210/Installing+as+a+Windows+Service I am using yajsw. And when trying to run "runConsole.bat" for testing as it was said in the documatation I got such message/error: D:\WSO2\yajsw-stable-12.08\yajsw-stable-12.08\bat>call setenv.bat "java" -Xmx30m -Djna_tmpdir="D:\WSO2\yajsw-stable-12.08\yajsw-stable-12.08\bat\/../tmp" -Djava.net.preferIPv4Stack=true -jar "D:\WSO2

WSO2 Gadget server

匿名 (未验证) 提交于 2019-12-03 09:14:57
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm evaluating WSO2 platform for further use. I appreciate a lot this platform's techinacl pillars. I see that links to Gadegt Server in WSO2 site redirect to User Engagement Server. Does it mean that Gadget Server will be closed and subsituted by User Engagement Server? Thanks a lot for your attention. Pino 回答1: Yes, WSO2 Gadget Server is deprecated now. That's why Gadget Server links are redirected to WSO2 User Engagement Server. WSO2 UES is a successor to Gadget Server. You can check out WSO2 User Engagement Server and check docs here .

WSO2 - Identity Server and API Manager working together

隐身守侯 提交于 2019-12-03 08:40:28
I'm evaluating WSO2 Identity Server and WSO2 API Manager. I registered an API and an application on API Manager. I can call the resources successfully. I could also add an user into Identity Server and log into that using oAuth authentication. But, it's not too clear how I can use those two systems together. I would like to use API Manager to expose my API's to some applications. And, I would like to use Identity Server to log the final user. Is that possible? How can I "plug" those two systems? I am not sure if that's the best way to do that, so, please, advice me. Thanks According to my

forgerock Identity Management Solution Vs WSO2 Identity Server

别来无恙 提交于 2019-12-03 06:24:16
I'm trying to choose one of forgerock identity management solution (openAM, openIDM) and wso2 identity server for implementing Identity and Access Management solution. I'm interested in using following features: Single Sign-On (SSO) Policy based access control Managing user identities Connecting to central repository like Active Directory, OpenLdap, Oracle Internet Directory etc. Etc.. Both open source products looks viable. I'm interested in having all of the above features along with good API to implement these features, along with active community support. Which one would be the best