[Dev] [Architecture] WSO2 Carbon Kernel 5.2.0-M4 Released

2017-06-01 Thread Danesh Kuruppu
WSO2 Carbon Kernel 5.2.0-M4 Released The Carbon team is pleased to announce the release of Carbon Kernel 5.2.0-M4. It is now available to download from here . *Improvements and Bug fixes*

Re: [Dev] Improvements to OAuth Dynamic Client Registration

2017-06-01 Thread Ishara Karunarathna
Hi Bhathiya, On Fri, Jun 2, 2017 at 12:14 AM, Bhathiya Jayasekara wrote: > Hi all, > > While using current DCR API of IS I observed a few things that might need > an improvement or should be fixed. > > 1) When I create 2 apps with the same "client_name", it returns the same >

Re: [Dev] Extending API manager

2017-06-01 Thread Gihan Nimath
Hi Rajith & all, My requirement is not to change the look and feel, but to customize the product. I might be changing the publishing approaches, flow in the UI etc. So I will have my custom code separately, then applied on top of the product release via maven build. Could you please give me

Re: [Dev] API 2.1.0 + Identity Server 5.3.0

2017-06-01 Thread Vazquez-Hidalgo, Javier
Hi Isura, Thanks for your response, I added the secondary user store to the API manager and the problem goes away ONLY if I disable SSO on the store. With SSO enabled I can only login with users from the primary store. Any ideas on how to get it working with SSO? Thanks, Javier From: Isura

Re: [Dev] Extending API manager

2017-06-01 Thread Rajith Roshan
Hi Gihan, If your requirement is to change the UI of the store, I would recommend to use sub themes. Please refer following documentation[1],[2] in order to apply sub themes. [1] - https://docs.wso2.com/display/AM200/Adding+a+New+API+Store+Theme

Re: [Dev] Identity Server extending session endpoint

2017-06-01 Thread Farasath Ahamed
On Thursday, June 1, 2017, Illia Alifanov wrote: > Hello, Farasath. > > > > The specific reason to implement this on top of 5.1.0 – we want to deploy > WSO2 Identity Server on Kubernetes with WSO2 Puppet Module. As far as I > know there isn’t ability to do this with

Re: [Dev] Identity Server extending session endpoint

2017-06-01 Thread Illia Alifanov
Hello, Farasath. The specific reason to implement this on top of 5.1.0 – we want to deploy WSO2 Identity Server on Kubernetes with WSO2 Puppet Module. As far as I know there isn’t ability to do this with Identity Server 5.3.0. I hope you have approach to deploy IS 5.3.0 on Kubernetes and give

Re: [Dev] [DEV] Can we bind custom interceptors in msf4j2.3.0-m2

2017-06-01 Thread Vidura Nanayakkara
Hi Ishara, So, can we have the support to be able to plug custom interceptors for > microservices? ​ I f you are asking about the dynamic interceptors similar to the dynamic binding of filters in JAX-RS spec [1], MSF4J currently do not support dynamic binding of interceptors. [1]

Re: [Dev] [DEV] Can we bind custom interceptors in msf4j2.3.0-m2

2017-06-01 Thread Ishara Cooray
Thanks for the clarification Vidura. So, can we have the support to be able to plug custom interceptors for microservices? Thanks & Regards, Ishara Cooray Senior Software Engineer Mobile : +9477 262 9512 WSO2, Inc. | http://wso2.com/ Lean . Enterprise . Middleware On Thu, Jun 1, 2017 at 1:02

Re: [Dev] [DEV] Can we bind custom interceptors in msf4j2.3.0-m2

2017-06-01 Thread Vidura Nanayakkara
Hi Ishara, On Thu, Jun 1, 2017 at 12:29 PM, Ishara Cooray wrote: > According to the new Interceptor support in msf4j-2.3.0-m2 > > AFAIU, > We can bind interceptors for a given microservice as below. > > InterceptorService is the micro service that is going to be intercepted by

[Dev] [DEV] Can we bind custom interceptors in msf4j2.3.0-m2

2017-06-01 Thread Ishara Cooray
According to the new Interceptor support in msf4j-2.3.0-m2 AFAIU, We can bind interceptors for a given microservice as below. InterceptorService is the micro service that is going to be intercepted by RequestInterceptors and Responseinterceptors annotated by @RequestInterceptor and