On WSO2 EMM, are following features supported?
SaaS cloud
Per App VPN. Security of Data on move
MS ActiveSync
PKI Infrastructure / Certs. (SCEP)
As per the online guide, I could not find the same.
Please find the answers inline.
SaaS cloud
WSO2 EMM will be re-branded as WSO2 Mobile Device Management (MDM) with version 2.0. With the release of 2.0 we have some future plans to integrate this with WSO2 device cloud.
Per App VPN. Security of Data on move
These are some of the iOS features in new releases. We will support this in a future releases of WSO2 MDM.
MS ActiveSync
No plans yet for this.
PKI Infrastructure / Certs. (SCEP)
We do have this right now in EMM as well. It has some inbuilt SCEP components facilitated with inbuilt CA server component.
Related
Good day
I have created my ESB project using the enterprise integration studio provided by wso2 and have also downloaded the API manager separately. Meanwhile when I start WSO2 API manager, API Publisher and developer dashboard open.
I just want to create WSO2 API Gateway. How can I achieve this also I want gateway should be access based.
Please assist me how can I proceed for the gateway implementation.
I only want the WSO2 API gateway.
WSO2 APIM is consist of 5 profiles as Gateway, Traffic Manager, Publisher, Store(Devportal in APIM 3.x series) and KM profiles. You can start an APIM with the default profile (if you started as sh wso2server.sh) and you can work with each profile. But if you want to start APIM as Gateway profile, then you need to start the server with "-Dprofile" mode as follows.
sh wso2server.sh -Dprofile=gateway-worker
You can read this document https://docs.wso2.com/display/AM260/Product+Profiles to aware of the profile of wso2 APIM.
And WSO2 has Micro GW product too, you can find more details about that MGW here https://docs.wso2.com/display/AM260/Working+with+the+API+Microgateway. You can download the form here https://wso2.com/api-management/api-microgateway/ and test.
I am brand new to AWS, but I have extensive use in C#, .Net and Visual Studio.
In previous MVC applications, I could manage access to specific pages in my application using Microsoft Identity 2.0.
What is the comparable tool in AWS? I have already installed the AWS toolkit for Visual Studio.
AWS Cognito is probably the closest AWS service to Microsoft Identity 2.0.
However, there is nothing stopping you from running Microsoft Identity 2.0 on AWS. I assume you're going to have a database with your application, perhaps a MSSQL Server instance on RDS, so you could just continue using Microsoft Identity 2.0 with that database. It looks like there are also third-party tools out there that let you use MS Identity 2.0 with Amazon's DynamoDB service.
To reduce the memory footprint we are looking for single installation for WSO2 IS and WSO2 ESB products, such that both WSO2 IS and WSO2 ESB can shares the same application server and resources. Is a single installation available for WSO2 IS and WSO2 ESB products?
Also I would like to know, can we customize the WSO2 IS/WSO2 ESB login page? Customization could be changes to the layout, labels, logos.
WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.
It leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Data Analytics Server for analytics, giving you instant insight into APIs behavior.
Since all WSO2 products are opensource, you can customize for your own purposes. You can find the source code in Github
I found a white paper the wso2 soa security gateway solution that builds a security gateway for SOA.
and in WSO2 API Manager Home page it says that:
It leverages proven, production-ready integration, security, and
governance components from the WSO2 Enterprise Service Bus, WSO2
Identity Server, and WSO2 Governance Registry. In addition, it
leverages the WSO2 Business Activity Monitor for Big Data analytics,
giving you instant insight into APIs behavior.
my question is: Does WSO2 API Manager do every thing mentioned in whitepaper document? if yes why the whitepaper is written? can we use WSO2 API Manager as an XML Gateway?
Given white paper has been published in 2011 and WSO2 API manger is resealed later 2012 and it is improving with the industry standards. All most all the aspects were covered in latest WSO2 API manger (v 1.7).
You can make use of WSO2 API manger or WSO2 ESB for XML Gateway.
Just wanted to understand if CF provides any support for SSO applications? If yes then how?
One of the use cases supported by the UAA is SSO. From the CF.org blog:
Because it is centralized, the UAA can provide a Single Sign On (SSO) service for applications in the Cloud Foundry platform. The cloudfoundry.com platform has several UI components and where they need to be secure they delegate to the UAA for authentication. Examples are the support site and the Micro Cloud Foundry site. (There are no other components in the core Cloud Foundry open source platform that have a UI, so it’s not really necessary to have an SSO feature until you grow the platform beyond the core use cases.)
The UI components that need SSO use the /userinfo endpoint in the UAA, which is just a regular OAuth2 protected resource (an example of the UAA acting as a Resource Server).