wso2

How to Use Query Params With WSO2 API Manager 1.8?

十年热恋 提交于 2019-12-12 01:55:05
问题 I am using Wso2 API manager 1.8 . I have created one API http://example.com:8280/api/test/v1/user/{userId}/content.json , Here userID value Coming dynamically .Normal API call working fine , ie http://example.com:8280/api/test/v1/user /200/content.json ,I am getting the results fine.Now I want to apply pagination. I am passing some query-params with this ,ie http://example.com:8280/api/test/v1/user /200/content.json?startIndex=0&count=1 But 403 forbidden error coming . <ams:fault> <ams:code

what this samlssoTokenId used for can it be used for refresh session and get new SAML certificate?

狂风中的少年 提交于 2019-12-12 01:54:09
问题 I am evaluating WSO25.0.0 , require token based access authentication and authorization Using wso2 5.0.0 Identity Server, for web sso with SAML2 , when I send SAML request to wso2 using Idpurl https://localhost:9443/samlsso from browser I found it have samlssoTokenId cookie, with some expire time Can this cookie token can be used for getting new SAML certificate, which will used further for authentication and authorization. what this samlssoTokenId cookie used for can it be used for refresh

wso2 getting org.apache.rampart.RampartException: Unsupported SignedSupportingToken

我只是一个虾纸丫 提交于 2019-12-12 01:41:16
问题 We are trying to do a poc in wso2 esb to invoke our BE service which is ws-security enabled. We have setup a pass thru proxy in wso2 and configured the endpoint according to www.soasecurity.org. However, we keep getting the below error when trying to use the pass thru proxy. Please advise if we are doing anything wrong... ERROR - Axis2Sender Unexpected error during sending message out rg.apache.axis2.AxisFault: Unsupported SignedSupportingToken : "{http://docs.oasis-open.org/ws-sx/ws

WSO2 APIM - api file deployment

陌路散爱 提交于 2019-12-12 01:36:50
问题 deploying the WSO2 APIM 2.1.0 using puppet, we consider to deploy the API itself with the CICD as well. In theory - I could copy (template) the synapse files (proxy, api) and the api is available for the call, however - the API is not visible in the store. I assume there's more data in the database than just a synapse config file. Is there a way to define / deploy API (including to the store) using the configuration files or it needs to be done manually? Edit: I thought there's a way to

WSO2IS-5.2 - Null Pointer Exception in Authentication framework

拜拜、爱过 提交于 2019-12-12 01:27:57
问题 I am using wso2is-5.2 as a identity server in my project. In my project, first I login in one application ( Suppose ULW is this application ) and using single sign on , I am getting login in other application (Suppose other applications are Data Manager and Data Populater) also. I am able to logging off from ULW but When I am logging off from *Data Manager or Data Populator* , I am getting exception - ERROR {org.wso2.carbon.identity.sso.saml.processors.SPInitLogoutRequestProcessor} - Error in

wso2 governance registry build fail

时光怂恿深爱的人放手 提交于 2019-12-12 01:24:09
问题 i'm trying to build wso2 governance registry by src files with maven 3, but after many retries i'm stuck too. I had dowload all required libraries, and fixed all duplicate child in pom files, but whem i'm trying to build i obtain this error. "[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2. 2-beta-5:attached (dist) on project axis2-kernel: Failed to create assembly: Err or creating assembly archive docs: You must set at least one file. -> [Help 1] [ERROR]" and

WSO2 API Manager 2.0.0 and analytics configuraton, Error : “api_request_summary”

这一生的挚爱 提交于 2019-12-12 01:22:34
问题 I have configured WSO2 API Manager and WSO2 AM Analytics as per following document - https://docs.wso2.com/display/AM200/Configuring+APIM+Analytics I could see generated analytics data on analytics server carbon admin dashboard under Home>Manage>Interactive Analytics>Data Explorer but when I try Statistics on API Publisher or store it is giving following error in the log of api manager: please advise. thanks. [2017-01-06 03:56:34,768] ERROR - usage:jag org.wso2.carbon.apimgt.usage.client

Invoke Secured web service in wso2esb

余生颓废 提交于 2019-12-12 00:27:18
问题 I have created a web service in WSO2 ESB. The security implements that only a particular user-role can access it. Now, when I hit this service useing SOAP-UI, by providing username, password, password type, I m able to hit the service. Now, I want to create a StandAlone Java Project that can access this SECURED WEB SERVICE. I m trying to implement apache-rampart for this purpose, but the information I have is scattered. Can anyone please help me on how to access this secured service. Thanks

how to deploy wso2 products in aws beanstalk?

删除回忆录丶 提交于 2019-12-12 00:00:56
问题 I would like to deploy wso2 products in aws using beanstalk. Theoretically it should be possible by following the instructions for deploying in webapp mode. http://wso2.org/project/carbon/3.2.2/docs/admin_guide.html#webappmode Has anyone managed to achieve this? What steps were required? 回答1: Following the document [1] you shared should work. However, unless you really have a requirement, it is not that encouraged to run WSO2 Products in web app mode. This is because the Web app container

WSO2 ESB- how to retrieve a property value that has xml tags using XLST mediator, all I get its '<' for '<'

我怕爱的太早我们不能终老 提交于 2019-12-11 23:20:46
问题 I am working on WSO2 ESB proxy service, where XSLT transformation needs to be done, taking a section of values from an xml and combine with the result of another .dsb file Here is my property that has below value *<xslt key="conf:/input/proxy_input_transform.xslt"/> <property name="DETAILS" expression="//QUARTERLY_DATA" /> <QUARTERLY_DATA> <ROW> <SAP_CUST_ID>0000905133</SAP_CUST_ID> <AOC_FLAG>N</AOC_FLAG> <LOB>AppleCare</LOB>...." but when a xlst is done after calling the .dbs file in the