Questions tagged [wso2]

WSO2, Open Source Java based Middleware Service provider. All WSO2 products are 100% open source and released under the Apache License Version 2.0.

WSO2() is an open-source technology provider founded in 2005. The company’s hybrid platform to develop, reuse, run and manage integrations prevents lock-in through open source running on-premises or in the cloud.

With offices in the US, UK, Brazil, Germany, Australia, Sri Lanka, India, Dubai, WSO2 employs over 900+ engineers, consultants, and professionals worldwide. Together, with hundreds of the world’s largest corporations, leading universities, and governments, WSO2 executes more than 6 trillion transactions, exposes more than 500,000 APIs, and manages over 500 million identities every single year.

WSO2 Main Products and solutions

WSO2 API Manager

WSO2 API Manager () is the #1 Open-source Platform for Building and Managing APIs With Ease. It is one complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premises, and hybrid architectures to drive your digital transformation strategy. WSO2 API Manager 4.0.0 product release includes the capabilities of WSO2 Enterprise Integrator () as well. Enterprise Integrator is a collection of Micro Integrator (), Enterprise Service Bus (), and Streaming Integrator(). It is an open-source hybrid integration platform providing graphical and CLI tooling, integration runtimes, and monitoring with a variety of deployment options.

WSO2 Identity Server

WSO2 Identity Server () is an API-driven, open-source, cloud-native IAM product. The developer-first approach helps enterprises significantly lower costs, modernize and consolidate their IAM and CIAM capabilities, save developer time, and accelerate time to market.

WSO2 Open Banking

WSO2 Open Banking delivers comprehensive technology and strategic consultancy to help you execute standards-compliant, commercially successful open banking initiatives.

WSO2 Open Healthcare

WSO2 Open Healthcare is API-driven interoperability, seamless and secure health data exchange, and health data transformation with prebuilt Fast Healthcare Interoperability Resources (FHIR®) accelerators for rapid implementation by meeting regulatory compliance requirements.

Choreo

Choreo is an enterprise integration platform as a service (iPaas) that allows organizations to rapidly develop applications using a low-code or pro-code approach.

Asgardeo

Asgardeo is an Identity as a service (IDaaS) that takes the complexity out of managing user access and enables building a secure and frictionless customer experience in just minutes. Asgardeo enables all of the key CIAM requirements organizations need to meet. It delivers built-in IAM best practices, easy-to-follow documentation, and common workflows including SDKs, Integration with social and enterprise identity providers, strong authentication options including TOTP, passwordless with FIDO2, biometrics, and more.

Ballerina

Ballerina () is an open-source programming language developed by WSO2. It is a modern general-purpose programming language and platform for building applications for the cloud era.

WSO2 Legacy Products and solutions

12223 questions
40
votes
4 answers

How does Ballerina differ from other languages?

Ballerina is a general purpose, concurrent and strongly typed programming language with both textual and graphical syntaxes for better integration Is Ballerina an interpreted language? How to build Ballerina programs? Do we need to set…
Abimaran Kugathasan
  • 31,165
  • 11
  • 75
  • 105
36
votes
1 answer

Custom Claim Handling Failed In Single Sign On

I am using the WSO2 Identity Server for Single Sign-On Implementations. In my demo applications, I am trying to get Custom claim attributes of authenticated Users from my own JDBC Database. I followed this blog of Pushpalanka. This worked fine for…
19
votes
3 answers

Gluu vs keycloack vs wso2 identity management

My company is using Auth0 for identity management and we would like to migrate to one of: Keycloak Gluu Wso2 identity management Can you suggest what advantages and disadvantage have any platform? Are there features that stand out for any in…
Klevin Kona
  • 361
  • 1
  • 3
  • 15
17
votes
2 answers

Which API Gateway is production ready and provides good performance & features?

We have many REST services within our infrastructure and these are built using different technologies(Java, Go, Ruby, NodeJS) but all of them have certain common requirement like Authentication, Authorization, Rate limiting, Analytics etc so we are…
ThinkFloyd
  • 4,981
  • 6
  • 36
  • 56
15
votes
5 answers

How can I resolve the error "certificate subject name does not match target host name"?

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 90d2c018-73d1-324b-b121-a162cf870ac0' 'https://172.17.0.1:8243/V1.0.2/stock/getNA?name=te' The terminal prompted "curl: (51) SSL: certificate subject name…
Mike
  • 419
  • 1
  • 6
  • 16
15
votes
2 answers

Spring Boot: LoggingApplicationListener interfering with Application Server logging

Spring Boot automatically initializes the underlying logging system using the LoggingApplicationListener. This is a nice thing if the application I'm developing runs isolated or standalone. However I'm developing a web application that will be…
Andreas
  • 151
  • 1
  • 3
15
votes
3 answers

SOA suite comparison -Jboss, Apache, WSO2 or... something else?

Hello world of stackoverflow, nice to meet you all. My first question here is about a research I'm making these days: I must choose among open-source Software Oriented Architectures, and it seems to me the three complete platforms (they have all the…
OverTheBitStair
  • 185
  • 1
  • 2
  • 7
14
votes
4 answers

WSO2 Alternative

Is there any alternative for WSO2?
small_ticket
  • 1,910
  • 5
  • 22
  • 30
14
votes
3 answers

wso2 admin service

Where can I find a list of the carbon admin services? For example I know about the AuthenticationAdmin service however I would like to check what other services there are and check their wsdls. I couldn't find any in the documentation, where can I…
Ivo
  • 1,228
  • 1
  • 15
  • 33
13
votes
3 answers

Microsoft Azure AD - error_description:Due to a configuration change made by your administrator, or because you moved to a new location etc

I am facing ERROR like below when connecting Microsoft Azure AD after enabling MFA. Before that it gets connected. Today while login, it required me to enable this security feature in my Phone(Microsoft Auithenticator APP). Unless this feature…
13
votes
3 answers

How to export public key from .jks file using Keytool?

Right now I'm just trying to change my hostname in WSO2 by following this guide: https://docs.wso2.com/display/IS550/Changing+the+hostname I've come to Step 4 after generating a .jks file called newkeystore.jks and in this step it should export the…
SaltySea
  • 700
  • 1
  • 7
  • 21
13
votes
4 answers

WSO2 ESB: Unexpected Character Error when using Salesforce Connector

When attempting to follow the WSO2 directions to update a salesforce record I am getting the following error. Saleforce adaptor - error injecting sObjects to payload : org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException:…
Jay Smith
  • 471
  • 3
  • 17
12
votes
3 answers

How to implement a custom SamplingService for a custom message processor?log after that an element is retrieved and before the sequence is performed

I am pretty new in WSO2 ESB and I have the implement a custom message processor with this specific behavior: perform an operation after that an element is retrieved from the message store and before the sequence related to this message processor is…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
12
votes
3 answers

Error while trying to connect to the endpoint. Cannot borrow client for ssl

This error is being printed in the WSO2 API Manager wso2carbon.log.. sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88) at…
Janier
  • 3,982
  • 9
  • 43
  • 96
12
votes
3 answers

wso2:esb: What is the basic difference between call mediator and send mediator

Anybody would please through some light on difference between call and send mediator and what use cases these two mediators are used.
storia321
  • 381
  • 2
  • 22
1
2 3
99 100