wso2

WSO2 -> Active Directory -> user - role mapping

自闭症网瘾萝莉.ら 提交于 2020-01-03 03:17:06
问题 I use WSO2 5.0.0 as IdP and the user store is an Active Directory (AD). User and Roles are listed in WSO2 Management console and I'am also being able to login in WSO2 with User/PW stored in AD. Therefore everything works fine. The only problem I have is that if I request roles of users (e.g. over RemoteUserStoreManagement- WebService with method getUserClaimValues) than I get the WSO2 roles and not the Active Directory Roles assigned to the users in the AD. Also only the WSO2- Roles are

SSO for PHP webapp with WSO2 identity server. Authentication Request Failed

半腔热情 提交于 2020-01-02 18:17:29
问题 I´m trying to configure a webapp in PHP for SSO with the WSO2 Identity Server. I can configure a webapp in java and it work ok but php. For PHP I use this: http://support.onelogin.com/entries/268420-saml-toolkit-for-php I´m facing the followig error [IS console]: [2014-03-04 14:58:26,891] DEBUG {org.wso2.carbon.identity.sso.saml.servlet.SAMLSSOProviderServlet} - Query string : SAMLRequest=fVPLbtswELznKwLeZVGyYieEJUB1%2BjDg2oKt9NAbQ 65rARSpcqnG

WSO2 API Manager convert SOAP to REST

浪尽此生 提交于 2020-01-02 07:48:46
问题 Is it possible to publish a SOAP service as a REST API directly in the API manager? Is it possible to convert the call and expose REST to end user while calling the SOAP? If possible, how? Thanks. 回答1: This might be what you are looking for. This has can be done as mentioned below. If you want to expose multiple operations using the same API in a RESTful manner you can modify the sequence in the post using the following guidelines. 1) Create a request URI to map to each operation in your

Trace log file in WSO2 ESB

前提是你 提交于 2020-01-02 06:52:27
问题 In WSO2 ESB, What does it show exactly the wso2-esb-trace.log file?, When might it be useful? And, What the different with other typical logs files in WSO2 ESB? For example, with wso2-esb-service.log or wso2-esb-error.log 回答1: It offers you a way to monitor a mediation execution : go to the web console, enable tracing on a sequence or a proxy service, execute this mediation (send a message to the proxy for exemple) and look at "mediation tracer" or edit wso2-esb-trace.log to gain details

Access WSO2 Data Services Service via WSO2 ESB

我是研究僧i 提交于 2020-01-02 05:20:48
问题 I have created a service (Products) which accepts a ProductID value and returns data. I have SOAP and HTTP requests and responses for this service. I can access this by doing something like h**p://localhost:9763/services/Products.HTTPEndpoint/ProductID/123456 to return data. How can I do the same thing but go through the ESB? I've tried to set up a simple pass through proxy, but when I use the "TryIt" I only get "mediate" as a option. Any ideas? Thanks, Jared 回答1: You should use an

WSO2 Community Experiences [closed]

余生长醉 提交于 2020-01-02 00:49:11
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . In my current role I have been asked to evaluate a number of various SOA Governance stacks. One stack in particular, WSO2, caught my

rest apis for wso2 Identity server

我与影子孤独终老i 提交于 2020-01-01 21:54:09
问题 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. 回答1: 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

Do Policy Intersection in WSO2ESB Class Mediator

大城市里の小女人 提交于 2020-01-01 19:56:08
问题 I've created a Class Mediator in which I want to intersect two policies. I've created the Class Mediator with Carbon Studio for Eclipse, which automatically adds some predefined libs to the build path of my project. One of the libs is neethi-2.0.4.wso2v1.jar. If I want to use the intersect-method I get an exception. If I have a look at the source I see that the intersect-method just throws an "UnsupportedOperationException". So the given neethi lib is useless for intersection, therefore I

OWIN OpenID connect authorization fails to authorize secured controller / actions

我们两清 提交于 2020-01-01 08:47:09
问题 I am working on a project where a third party provider will act as an Oauth2 based Authorization Server. An Asp.net MVC 5 based client which will send the user to the authorization server to authenticate (using login / password) and the auth server will return an access token back to the MVC client. Any further calls to resource servers (APIs) will be made using the access token. To achieve this I am using Microsoft.Owin.Security.OpenIdConnect and the UseOpenIdConnectAuthentication extension.

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

本秂侑毒 提交于 2020-01-01 07:04:13
问题 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. 回答1: 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:/