Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Pulasthi Mahawithana
Hi All, Thanks for the inputs. @Dulanja: In my case the apps may either be OIDC or SAML. We can't do Idp initiated login for OIDC. Am I correct? And in between we have to clean the cookies also which again seems to be challenging. @Farasath, Thanuja : Sending user back to application and re

Re: [Dev] Web clip feature not available in IoT

2017-03-02 Thread Kamidu Punchihewa
Hi Dulitha, We have notes that also, Thank you for pointing out this. This was result in when isolating mobile app management from rest of the app management with IoTS Release. Currently we are working on total mobile relate app management for IoT server 3.0.1. Please follow the Jira ticket[1] to

Re: [Dev] Web clip feature not available in IoT

2017-03-02 Thread Dulitha Wijewantha
Found the feature. No worries. On Fri, Mar 3, 2017 at 10:36 AM, Dulitha Wijewantha wrote: > Hi guys, > Web clip feature that was available in the previous version is not > available in the IoT 3.0.0 version. > > Cheers~ > > -- > Dulitha Wijewantha (Chan) > Software Engineer -

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
On Fri, Mar 3, 2017 at 10:27 AM, Isuru Haththotuwa wrote: > > On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi < > anurudd...@wso2.com> wrote: >> >> >> We will be following this approach and above PRs can be ignored. The >> change will only happen in docker-common repo.

[Dev] Web clip feature not available in IoT

2017-03-02 Thread Dulitha Wijewantha
Hi guys, Web clip feature that was available in the previous version is not available in the IoT 3.0.0 version. Cheers~ -- Dulitha Wijewantha (Chan) Software Engineer - Mobile Development WSO2 Inc Lean.Enterprise.Middleware * ~Email duli...@wso2.com * * ~Mobile

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Isuru Haththotuwa
On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi wrote: > Hi, > > Found an alternative way to execute the site.pp by changing puppet apply > command used in image-config.sh in docker from [1] to below. > > From > >> puppet apply -e "include ${MODULE_NAME}"

Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Farasath Ahamed
On Thu, Mar 2, 2017 at 10:34 AM, Thanuja Jayasinghe wrote: > Hi Pulasthi, > > The best approach is to ask Alice to log-out when she leaves the browser. > > Or from the application side, we can give an option like "fresh-login" > which sends a "forceAuth=true" request to the IS.

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Pubudu Gunatilaka
Hi, Actually, we intentionally moved out the java dependency allowing users to configure their own java environment. That is why we have to include that in site.pp. Thank you! On Fri, Mar 3, 2017 at 10:14 AM, Imesh Gunaratne wrote: > > > On Fri, Mar 3, 2017 at 10:05 AM,

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
On Fri, Mar 3, 2017 at 10:05 AM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > Hi Imesh, > > Yes. This was encountered after moving to separate repositories. Earlier > we have declared java dependency at wso2base init.pp [1]. > > [1] https://github.com/wso2/puppet-modules/blob/master/ >

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi Imesh, Yes. This was encountered after moving to separate repositories. Earlier we have declared java dependency at wso2base init.pp [1]. [1] https://github.com/wso2/puppet-modules/blob/master/modules/wso2base/manifests/init.pp#L90 On Fri, Mar 3, 2017 at 9:34 AM, Imesh Gunaratne

[Dev] Approval needed to fork OWASP dependency check

2017-03-02 Thread Prakhash Sivakumar
Hi Azeez, Need approval to fork OWASP dependency check. https://github.com/jeremylong/DependencyCheck we have already implemented few required functionalities[1] which are needed for Security automation and got that merged with the main repo, we are implementing few other functionalities which

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
Hi Anuruddha, Is this something we encountered after moving the code to product specific repositories? As I can remember this issue was not there earlier in puppet-modules repository. Thanks Imesh On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi wrote: > Hi, > >

Re: [Dev] GSOC 2017 - Native inbound and connector for FTP/SFTP operations

2017-03-02 Thread Malaka Silva
Hi Chanaka, Sounds good. Looking forward to hear from you soon. On Thu, Mar 2, 2017 at 6:54 PM, Chanaka Lakmal wrote: > Hi Malaka, > > Thank you for your response. > > As you mentioned, you have done a similar development to optimize and > manage local file system using

Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Dulanja Liyanage
Can't we have IdP init SLO for this? Catch would be, Bob will be redirected to SP again, and SP should send him back to IS. Also, custom cookies need to be cleared - that could be done from the login JSP it self. On Thu, Mar 2, 2017 at 11:10 PM, Prabath Siriwardena wrote: > >

Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Prabath Siriwardena
On Wed, Mar 1, 2017 at 9:04 PM, Thanuja Jayasinghe wrote: > Hi Pulasthi, > > The best approach is to ask Alice to log-out when she leaves the browser. > Bad Alice, never does that... Thanks & regards, -Prabath > > Or from the application side, we can give an option like

[Dev] OSGi Support for Carbon-Transport

2017-03-02 Thread Thusitha Thilina Dayaratne
Hi Integration Team, Could you please review and merge the following PRs. These PRs provide the OSGi support for new connector framework. So we can migrate MSF4J for new transport architecture. [1] - https://github.com/wso2/carbon-messaging/pull/59 [2] -

Re: [Dev] GSOC 2017 - Native inbound and connector for FTP/SFTP operations

2017-03-02 Thread Chanaka Lakmal
Hi Malaka, Thank you for your response. As you mentioned, you have done a similar development to optimize and manage local file system using Java NIO [1] instead of Commons-vfs. [2] So my goal is to find such mechanism which is more unique to ftp/sftp protocol, in order to support file

Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi, Found an alternative way to execute the site.pp by changing puppet apply command used in image-config.sh in docker from [1] to below. From > puppet apply -e "include ${MODULE_NAME}" > --hiera_config=/etc/puppet/hiera.yaml To > puppet apply /etc/puppet/manifests/site.pp >

Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-02 Thread Malaka Silva
Hi Chanaka, Following will help. [1] http://mrmalakasilva.blogspot.com/2013/10/connecting-mechanisms-other-than.html [2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500 [3] http://stackoverflow.com/questions/2692070/connecting-to-a-websphere-mq-in-java-with-ssl-keystore [4]

[Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi, $subject was noticed when trying to create APIM docker image from puppet-modules [1]. This is happening because when using puppet apply, java module is not getting invoked because site.pp is not getting executed. As a fix, I have included java class in each product puppet module init.pp and

Re: [Dev] WSO2 Committers += Nisala Nanayakkara

2017-03-02 Thread Prakhash Sivakumar
Congrats Nisala! :) On Thu, Mar 2, 2017 at 2:43 PM, Yasima Dewmini wrote: > Congrats Nisala! :) > > On Tue, Feb 28, 2017 at 2:41 PM, Shan Mahanama wrote: > >> Congratz nisala :) >> >> On Tue, Feb 28, 2017 at 2:23 PM, Irunika Weeraratne >>

[Dev] WSO2 API Manager 3.0.0-M1 Released!

2017-03-02 Thread Harsha Kumara
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M1. It's now available to download. Distribution - *https://github.com/wso2/product-apim/releases/tag/v3.0.0-m1 * Documentation -

Re: [Dev] WSO2 Committers += Chanaka Cooray

2017-03-02 Thread Prakhash Sivakumar
Congrats Chanaka! :) On Thu, Mar 2, 2017 at 2:44 PM, Yasima Dewmini wrote: > Congrats Chanaka! :) > > On Fri, Feb 24, 2017 at 6:33 PM, Shan Mahanama wrote: > >> Congrats Chanaka :) >> >> On Fri, Feb 24, 2017 at 5:34 PM, Vidura Nanayakkara >>

Re: [Dev] WSO2 Committers += Chanaka Cooray

2017-03-02 Thread Yasima Dewmini
Congrats Chanaka! :) On Fri, Feb 24, 2017 at 6:33 PM, Shan Mahanama wrote: > Congrats Chanaka :) > > On Fri, Feb 24, 2017 at 5:34 PM, Vidura Nanayakkara > wrote: > >> Congratulations Chanaka :) >> >> On Fri, Feb 24, 2017 at 5:30 PM, Menaka Jayawardena

Re: [Dev] WSO2 Committers += Nisala Nanayakkara

2017-03-02 Thread Yasima Dewmini
Congrats Nisala! :) On Tue, Feb 28, 2017 at 2:41 PM, Shan Mahanama wrote: > Congratz nisala :) > > On Tue, Feb 28, 2017 at 2:23 PM, Irunika Weeraratne > wrote: > >> Congratulations Nisala >> >> *Irunika Weeraratne* >> *Software Engineer | WSO2, Inc.

Re: [Dev] GSoC 2017 Proposal 18 - CLI Tool for WSO2 Identity Server

2017-03-02 Thread Harsha Thirimanna
Adding Hanen... On Wed, Feb 22, 2017 at 3:25 PM, Harsha Thirimanna wrote: > Hi Anuradha, > > Thanks for interesting about this project and this would be a different > experience than the other projects that is covered an industry > domain(Security) and the enterprise level

Re: [Dev] [WSO2][IS] Regarding WSO2 IS CLI tool project

2017-03-02 Thread Harsha Thirimanna
Hi Hanen, Thank you very much the interesting about these and we know you have contributed lot more to us earlier as well. Let me explain this situation. As you already know this is a GSoc project and someone who would like to join as a student can deliver this project and get the credibility as