Re: [Architecture] Identity Server 5.3.0 New Feature - Prompt for missing predefined user attributes in the authentication flow

2017-01-23 Thread Nuwandi Wickramasinghe
Hi Asela, In that case you need to customize PostAuthenticationHandler implementation. Default implementation is found in [1]. Please note that there's a bug in extension point naming reported in [2]. Therefore when configuring the extension class, you will have give the extension class as an u

Re: [Architecture] [C5][APIM] Full Text Search

2017-01-23 Thread Malith Jayasinghe
Ok. You could also consider writing a small micro bench-mark and get the performance numbers (instead of testing this using an external load generator). This will minimize the impact of other components/layers on the results. On Tue, Jan 24, 2017 at 9:56 AM, Rajith Roshan wrote: > Hi Malith, > >

Re: [Architecture] Identity Server 5.3.0 New Feature - Prompt for missing predefined user attributes in the authentication flow

2017-01-23 Thread Asela Pathberiya
On Mon, Jan 23, 2017 at 10:04 PM, Nuwandi Wickramasinghe wrote: > Hi Asela, > > This does not work in 5.3.0. > > IS will pop up for the mandatory claims requested by the Service Provider > if they are not sent by the federated authenticator. But the claims > provided by the user at this step are

Re: [Architecture] C5 User Management APIs with SCIM 2.0

2017-01-23 Thread Gayan Gunawardana
Hi All, Thanks for suggestions. On Mon, Jan 23, 2017 at 5:14 PM, Isura Karunaratne wrote: > Hi Ishara, Gayan, > > On Mon, Jan 23, 2017 at 9:46 AM, Ishara Karunarathna > wrote: > >> Hi, >> >> In C5 already we have SCIM 2.0 for User and Group management (This is the >> only user management REST

Re: [Architecture] [Dev] Username Recovery Feature in IS 6.0.0

2017-01-23 Thread Shani Ranasinghe
On Sat, Jan 21, 2017 at 8:20 PM, Imesh Chandrasiri wrote: > Hi, > > +1 for having a recovery option selection such as Facebook does. In any > case where user no longer have access to his/her email address, selecting a > secondary option would be beneficial. > > On Sat, Jan 21, 2017 at 6:10 PM, Pu

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-23 Thread Ayesha Dissanayaka
On Tue, Jan 24, 2017 at 10:39 AM, Ishara Karunarathna wrote: > Shall we create a template folder inside configs and put relevant configs > there > > config/ > └── templates/ > └── email/ > +1 -- *Ayesha Dissanayaka* Software Engineer, WSO2, Inc : http://wso2.com

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-23 Thread Ishara Karunarathna
Hi All, On Tue, Jan 24, 2017 at 10:28 AM, Ayesha Dissanayaka wrote: > Hi, > > The following directory structure will be used to keep the template based >>> on the locale. >>> >>> config/ >>> └── email/ >>> ├── en_US >>> │└── email-admin-config.yaml >>> └── en_GB >>> └── e

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-23 Thread Ayesha Dissanayaka
Hi, The following directory structure will be used to keep the template based >> on the locale. >> >> config/ >> └── email/ >> ├── en_US >> │└── email-admin-config.yaml >> └── en_GB >> └── email-admin-config.yaml >> >> > Currently the structure we have is, > > config/ > └──

Re: [Architecture] [C5][APIM] Full Text Search

2017-01-23 Thread Rajith Roshan
Hi Malith, Thanks for your input. I have changed the jmeter scripts according to you instructions. I was using a oracle docker instance in my local machine. I have changed it to a remote oracle database. Now the latency is much less. I will share all the performance numbers once I have finished co

Re: [Architecture] [C5][APIM] Full Text Search

2017-01-23 Thread Malith Jayasinghe
@Rajith As per the offline discussion we had regarding the performance evaluation (using JMETER) of the two methods: - use 2 separate thread groups for evaluating the performance of 2 DB based search methods - run each thread group sequentially - run the test for a longer period under different co

Re: [Architecture] WebSocket support for MSF4J

2017-01-23 Thread Sagara Gunathunga
On Thu, Jan 19, 2017 at 10:54 AM, Irunika Weeraratne wrote: > Hi Lakshman, > On Wed, Jan 18, 2017 at 2:57 PM, Lakshman Udayakantha > wrote: > >> I think you don't have to specially implement authentication mechanism >> for web socket protocol. According to the spec[1], websocket doesn't >> provi

[Architecture] WSO2 Enterprise Integrator 6.0.0 Milestone 1 Released !

2017-01-23 Thread Madhawa Gunasekara
The WSO2 Integration team is pleased to announce the 1st Milestone release of WSO2 Enterprise Integrator (EI) 6.0.0. Source & binary distribution files of WSO2 Enterprise Integrator 6.0.0 Distribution : https://github.com/wso2/product-ei/releases/tag/v6.0.0-m1 Known Issues : https://github.c

Re: [Architecture] [Dev] [VOTE] Release WSO2 IoT Server 3.0.0 RC2

2017-01-23 Thread Rasika Perera
Hi All, Thanks for testing WSO2 IoT Server 3.0.0-RC2. This vote passed with 17 +1s and 0 -1s. We will proceed with WSO2 IoT Server 3.0.0 release. Thanks, Rasika On Mon, Jan 23, 2017 at 10:00 AM, Maninda Edirisooriya wrote: > Hi, > > I have tested > > - Security vulnerability analysis with OWA

Re: [Architecture] Identity Server 5.3.0 New Feature - Prompt for missing predefined user attributes in the authentication flow

2017-01-23 Thread Nuwandi Wickramasinghe
Hi Asela, This does not work in 5.3.0. IS will pop up for the mandatory claims requested by the Service Provider if they are not sent by the federated authenticator. But the claims provided by the user at this step are not persisted for federated users, even if they are provisioned to IS. I thin

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-23 Thread Farasath Ahamed
On Sun, Jan 22, 2017 at 3:10 AM, Lahiru Manohara wrote: > Hi, > > We are implementing email management component for IS 6.0.0. The following > properties will be included in the email template. > > configuration: > - > subject: > body: > footer: > type: > display: > locale: > email

Re: [Architecture] Identity Server 5.3.0 New Feature - Prompt for missing predefined user attributes in the authentication flow

2017-01-23 Thread Asela Pathberiya
Hi Nuwandi Can WSO2IS popup for user claims which must be provision in to the local user store (JIT provisioning) ? If federated claims are not enough to update the user store, then it is assume that WSO2IS can popup for addition claims & persisted.. Does it work with WSO2IS 5.3.0 ? Thanks, Asel

Re: [Architecture] C5 User Management APIs with SCIM 2.0

2017-01-23 Thread Isura Karunaratne
Hi Ishara, Gayan, On Mon, Jan 23, 2017 at 9:46 AM, Ishara Karunarathna wrote: > Hi, > > In C5 already we have SCIM 2.0 for User and Group management (This is the > only user management REST API we provide) and not using SOAP base services > anymore. > > And for identity management also we are go

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-23 Thread Kasun Bandara
Hi all, When we were implementing the email management support for IS 5.3.0 the idea was to use and integrate the generic WSO2 CEP Output Adaptor module (Including Email, SMS etc.) for email sending functionality, so we can use this feature among other WSO2 products as well. AFAIK this has alread