Re: [Dev] [Architecture] Personal information export API

2018-02-08 Thread Maduranga Siriwardena
Now the problem is how these claims are returned. If you configure security questions for a user, when the user information is exported, below is the data sent with the current implementation. "basic":{ "http://wso2.org/claims/userid":"a42b7c0a-ae21-46c9-bb78-3bfeb8e7625c; ,

Re: [Dev] [Architecture] Personal information export API

2018-02-08 Thread Ruwan Abeykoon
Hi Maduranga, I consider anything related to user as PI. So security questions and answers also falls into this. We need to send these even if we keep them hashed (the hash value) Cheers, Ruwan On Fri, Feb 9, 2018 at 11:12 AM, Maduranga Siriwardena wrote: > Do we need to

Re: [Dev] [Architecture] Personal information export API

2018-02-08 Thread Maduranga Siriwardena
Do we need to add security related information of the user also to the response? For example the security questions configured by the user Thanks, On Thu, Feb 8, 2018 at 12:02 PM, Maduranga Siriwardena wrote: > Hi all, > > Based on the discussions had offline we did few

[Dev] WSO2 Identity Server 5.5.0-M4 Released!

2018-02-08 Thread Sathya Bandara
*WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.5.0 M4!DownloadYou can download WSO2 Identity Server 5.5.0 M4 from here .How to run 1. Extract the downloaded zip

Re: [Dev] Support for encrypted ID tokens in OIDC

2018-02-08 Thread Vihanga Liyanage
[- Engineering, Strategy] [+ Architecture, Dev] Thanks, Vihanga On Fri, Feb 9, 2018 at 8:56 AM, Vihanga Liyanage wrote: > Hi Farasath, > > For the above two points IMO it would be better to provide an option at >> Service Provider OAuth/OIDC configuration. This will be

[Dev] WSO2 Identity Server 5.4.1 Update1 Released !!!

2018-02-08 Thread Nilasini Thirunavukkarasu
The WSO2 Identity and Access Management team is pleased to announce the release of WSO2 Identity Server 5.4.1 Update1. You can build the distribution from the source tag, Runtime: https://github.com/wso2/product-is/releases/tag/v5.4.1-update1 follow the steps given below. *Building from the

Re: [Dev] Per API Log not working when there is a clone mediator

2018-02-08 Thread Júnior
Hi Milan, I noticed that in your config, you are not setting the logger for the TestAPI, it is the setup for the all APIs. That should be the why. Could you try adding the API specifc logger? Thanks, 2018-02-08 14:11 GMT-02:00 Milan Perera : > Hi Fransisco, > > I have tested

Re: [Dev] Per API Log not working when there is a clone mediator

2018-02-08 Thread Júnior
Hi Milan, Thanks for your reply. I tried that on EI 610. Thanks, 2018-02-08 14:11 GMT-02:00 Milan Perera : > Hi Fransisco, > > I have tested the same API payload that you mentioned above in EI 6.1.1 by > adding the following log4j configuration as mentioned in the >

Re: [Dev] [MSF4J] Skip global request interceptors at service level

2018-02-08 Thread Waruna Jayaweera
Thanks Vidura. On Thu, Feb 8, 2018 at 7:22 PM, Vidura Nanayakkara wrote: > Hi Waruna, > > ​No, we do not have a way of skipping global interceptors at class/method > level. > > Best Regards, > Vidura Nanayakkara > > On Thu, Feb 8, 2018 at 7:08 PM, Waruna Jayaweera

[Dev] [Architecture] WSO2 Docker and Docker Compose Resources Released!

2018-02-08 Thread Chiranga Alwis
WSO2 Installation Experience team is pleased to announce the release of WSO2 Docker resources for following products. - WSO2 API Manager 2.1.0 - WSO2 Identity Server 5.4.1 - WSO2 Enterprise Integrator 6.1.1 In this release, changes were made to improve the installation experience of

[Dev] WSO2 API Manager 3.0.0-M17 Released!

2018-02-08 Thread Pubudu Gunatilaka
The WSO2 API Manager team is pleased to announce the release of API Manager 3.0.0-M17. It's now available to download. Distribution - https://github.com/wso2/product-apim/releases/download/v3.0.0 -m17/wso2apim-3.0.0-m17.zip

Re: [Dev] Per API Log not working when there is a clone mediator

2018-02-08 Thread Milan Perera
Hi Fransisco, I have tested the same API payload that you mentioned above in EI 6.1.1 by adding the following log4j configuration as mentioned in the documentation[1]. log4j.category.API_LOGGER=INFO, API_APPENDER log4j.additivity.API_LOGGER=false

[Dev] WSO2 API Manager 2.1.0-update10 Released !

2018-02-08 Thread Chamila Adhikarinayake
The WSO2 API Manager team is pleased to announce the release of version 2.1.0-update10 of API Manager. WSO2 API Manager is a platform for creating, managing, consuming and monitoring APIs. It employs proven SOA best practices to solve a wide range of API management challenges such as API

Re: [Dev] WSO2 Vagrant Resources Released!

2018-02-08 Thread Ching Tien Shi
Hi all, Sorry for the noise. Followings are the correct URL links. *Released Artifacts:* - WSO2 Enterprise Integrator - https://github.com/wso2/vagrant-ei - WSO2 API Manager - https://github.com/wso2/vagrant-apim - WSO2 Identity Server - https://github.com/wso2/vagrant-is

Re: [Dev] WSO2 Vagrant Resources Released!

2018-02-08 Thread Ching Tien Shi
Hi all, The links are as follows. Sorry for the inconvenience caused. Released Artifacts: - WSO2 Enterprise Integrator - https://github.com/wso2/vagrant-ei - WSO2 API Manager - https://github.com/wso2/ vagrant

[Dev] WSO2 Vagrant Resources Released!

2018-02-08 Thread Ching Tien Shi
WSO2 Installation Experience team is pleased to announce the release of WSO2 Vagrant resources. Released Artifacts: - WSO2 Enterprise Integrator - https://github.com/wso2/vagrant-ei - WSO2 API Manager - https://github.com/wso2/

Re: [Dev] [MSF4J] Skip global request interceptors at service level

2018-02-08 Thread Vidura Nanayakkara
Hi Waruna, ​No, we do not have a way of skipping global interceptors at class/method level. Best Regards, Vidura Nanayakkara On Thu, Feb 8, 2018 at 7:08 PM, Waruna Jayaweera wrote: > Hi, > We can add interceptors with annotations in class level, method level as > per [1]. Do

[Dev] [MSF4J] Skip global request interceptors at service level

2018-02-08 Thread Waruna Jayaweera
Hi, We can add interceptors with annotations in class level, method level as per [1]. Do we have any way to skip any global interceptors at class/method level? [1] https://github.com/wso2/msf4j/tree/master/samples/ interceptor#general-order-of-interceptors Thanks, Waruna -- Regards, Waruna

[Dev] [Announce] [Architecture] WSO2 Enterprise Integrator 6.1.1-update20 Released !

2018-02-08 Thread Malaka Gangananda
Hi All, The WSO2 Integration team is pleased to announce the release of Enterprise Integrator 6.1.1-update20. It is available for download from here . *Tasks/Bug Fixes and Improvements* -

[Dev] CLI Client for MB4 using GoLang

2018-02-08 Thread Eranda Rajapakshe
Hi, For MB4 we are writing a CLI client to perform admin operations. I have done a draft design and doing an implementation. At the moment I am trying out this with GoLang as its really flexible for building CLIs and it can be, executables will be able to run on machines without a JVM. We are