wso2

rest apis for wso2 Identity server

隐身守侯 提交于 2019-12-04 20:56:01
In the link http://blog.facilelogin.com/2008/10/wsas-hiddedn-services.html I saw WSo2 Soap apis , can I get it's equivalent rest apis. And an example which shows how to pass authentication details. I need this one for wso2 Identity server. In Identity server, You can find many management web services API that can be used for authentication, authorization, user management and so on. Could you let us know the API that you are looking for.. then we can say what is exact web service that you could use. As an example for XACML based authorization, there are "EntitlementService" web service where

Add/create custom user profile details to wso2 IS

守給你的承諾、 提交于 2019-12-04 20:31:04
I have added a new custom attribute named policyid in claim management(as per the post ), Now i want to add the profile details via SCIM endpoint.I tried with the following curl command.. curl -v -k --user admin:admin --data "{"schemas":[],"name":{"familyName":"gunasinghe","givenName":"hasinitg"},"userName":'jouhar',"password":"password"," policyid":"123" ,"emails":[{"primary":true,"value":"hasini_home.com","type":"home"},{"value":"hasini_work.com","type":"work"}]}" --header "Content-Type:application/json" https://example.com:9443/wso2/scim/Users But its not working...pls help.. **My primary

Call WSO2 DSS service using ajax?

久未见 提交于 2019-12-04 18:37:51
I have one data service in WSO2 DSS. And also its possible to call using browsers.But i can't make a request using ajax to call this service.I think CORS issue is occurring.So i want to add Access-Control-Allow-Origin parameter to response header.How this is possible in WSO2 DSS ,Any suggestion ? I think you can put a custom headers by adding axis2 custom out flow handler. http://shivendra-tripathi.blogspot.com/2010/04/adding-handler-in-axis2.html?m=1 http://shivendra-tripathi.blogspot.com/2010/04/adding-soap-header-in-axiom.html?m=1 来源: https://stackoverflow.com/questions/22086327/call-wso2

Deploying WSO2 ESB 4.6.0 onto JBoss 7

浪尽此生 提交于 2019-12-04 16:37:24
I'm looking for a way to deploy WSO2 ESB onto JBoss 7 . I saw in the Web such manuals for JBoss 5.1.0 . AFAIK JBoss 7 is quite different from JBoss 5.1.0 . In particular, forked from Tomcat JBossWeb is used there instead of Tomcat. Therefore I don't think that a manual for JBoss 5.1.0 is suitable for JBoss 7 . Has somebody done the subj successfully? Is there any manual, guide or something like that, describing how to do this? We stopped supporting webarchive deployment model from carbon 4.0.0 and later versions. So, you can not deploy the esb4.6.0 inside jboss. In fact you can't gain real

WSO2 IS: Change HTTPS certificate

别说谁变了你拦得住时间么 提交于 2019-12-04 13:30:35
I am a total newbie in WSO2 configuration and a relative newbie in how HTTPS certificates work, so please bear with me. I am trying to change the certificate for HTTPS connections in WSO2. Without any configuration WSO2 returns a certificate with the DN CN = localhost,O = WSO2,L = Mountain View,ST = CA,C = US . I am trying to change this with my own certificate, following the instructions from this blog article . I have imported my certificate in the keystore and changed the config as described in the article. One notable difference is that I couldn't find ${carbon.home}/repository/conf/mgt

forgerock Identity Management Solution Vs WSO2 Identity Server

有些话、适合烂在心里 提交于 2019-12-04 11:39:21
问题 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

WSO2 ESB Axis2 Service throwing Host name verification failed for host

六月ゝ 毕业季﹏ 提交于 2019-12-04 11:01:59
问题 I have created an AXIS service which connects to WSO2 Identity Server and validates a token. When I deploy this axis service on WSO2 App Server, I get the correct response. Where as when I deploy it on WSO2 ESB, I get the following error org.apache.axis2.AxisFault: The input stream for an incoming message is null. at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:93) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:68) at org

WSO2 API Manager - can it convert REST requests to SOAP requests on the backend?

不羁的心 提交于 2019-12-04 07:28:54
I'm exploring the use of the WSO2 API Manager for our legacy API, which is currently SOAP based. IDeally, I'd like to expose a RESTful interface to our customers and have API Manager convert that to a SOAP request that gets passed to our legacy system. Searching the WSO2 site, I see there's some way to do this using XSLT transformations, but only when using the WSo2 ESB product. Is there a way to handle this transformation in the API Manager? How? If not, could I somehow take advantage of the ESB product and combine it with the API Manager product? Or is that overkill? Thanks! REST to SOAP

Wso2 iot server with raspberry pi

流过昼夜 提交于 2019-12-04 06:01:48
问题 This is the rest call for switch on off the bulb in raspberry pi. <DeviceTypeConfiguration name="raspberrypi"> <Features> <Feature code="bulb"> <Name>Control Bulb</Name> <Description>Control Bulb on Raspberrypi</Description> <Operation context="/raspberrypi/device/{deviceId}/bulb" method="POST"> <QueryParameters> <Parameter>state</Parameter> </QueryParameters> </Operation> </Feature> </Features> Here, the QueryParameter state stands for on & off. Like bellow. curl -v -k -X POST "https:/

wso2 das 3.0.1 with am 1.10.0: Cannot borrow client for ssl://localhost:7711

╄→尐↘猪︶ㄣ 提交于 2019-12-04 05:30:27
问题 I tried to set offset 3 and 0, all works fine with statistics with REST setup for now. However, the DAS wso2carbon.log keeps throwing the following error messages: TID: [-1] [] [2016-09-15 16:27:30,727] ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7711 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org.wso2.carbon.databridge.agent.exception