Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Ayyoob Hamza
Hi Senthalan, For api publishing you have suggested that the api creator needs to create an OAuth app and configure that with the server. Cant we make it more seamless integration by only configuring a user and call the dynamic client registration endpoint to create an app. In addition I am

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
In Publisher the API developers creates APIs and and publish them into Store. In Store the end users can subscribe those APIs and use them. According to this scenario, there is no use case for API Store. Because we are going to automatically create APIs of the deployed web apps in API publisher.

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Nuwan Dias
Can you explain the role of the Publisher and Store? Why do we push the API to the publisher? Are we going to use the Store in any use-case? On Wed, Sep 21, 2016 at 3:15 PM, Senthalan Kanagalingam wrote: > Yes, When the end user using APIs from the Application server the >

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
Yes, When the end user using APIs from the Application server the integrated gateway will take care of authorization. It will only use the key manager of API Manager to validate. On Wed, Sep 21, 2016 at 3:04 PM, Nuwan Dias wrote: > But in that case the Gateway component in the

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Nuwan Dias
But in that case the Gateway component in the API Manager is not required isn't it? On Wed, Sep 21, 2016 at 2:37 PM, Senthalan Kanagalingam wrote: > Hi Ajanthan, > > The integrated API gateway is doing only the OAuth authorization. But the > idea of the integrated API

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-21 Thread Senthalan Kanagalingam
Hi Ajanthan, The integrated API gateway is doing only the OAuth authorization. But the idea of the integrated API gateway is to provide API Management capabilities without another network hop. Thanks and regards, Senthalan On Tue, Sep 20, 2016 at 11:36 PM, Ajanthan Balachandran

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-20 Thread Ajanthan Balachandran
What is the value of using integrated API gateway instead of the APIM gateway ? Is the Integrated API gateway doing more than OAuth authorization (Eg: throttling)? On Mon, Sep 19, 2016 at 1:47 AM, Senthalan Kanagalingam wrote: > Hi Ayyoob, > > Thanks for your feedback. > >

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-19 Thread Senthalan Kanagalingam
Hi Ayyoob, Thanks for your feedback. We have a working PoC[1] for API Scanner and Creator. I will go through this extension and try to improve my implementation. For the Gateway part we have planed to use tomcat valve. But we can look into the possible options and come with a better solution.

Re: [Architecture] Publishing APIs into APIM from Tomcat based AS 6.0

2016-09-14 Thread Ayyoob Hamza
Hi Senthalan, We currently have this capability in EMM/IoTS. However API creator part is tightly coupled with api manager features. [1] API Scanner and Creator : https://github.com/wso2/carbon-device-mgt/tree/master/components/apimgt-extensions/org.wso2.carbon.apimgt.webapp.publisher [2]