Re: [Dev] [IoT] Configurations related to real time device access extension endpoint

2017-06-24 Thread Waruna Jayaweera
Hi Milan, Yes. But api-manager.xml is coming from api manager related components. Reading api-manager.xml from iot components will make some knid of dependency on those apim components. As example if above config changed by apim component will reflect on iot component as well. So that's why i

Re: [Dev] [IoT] Configurations related to real time device access extension endpoint

2017-06-24 Thread Milan Perera
Hi Waruna, Cant we use that key manager server url from the api-manager.xml? I've noticed that it can be found under APIKeyValidator element. Regards, On Fri, Jun 23, 2017 at 2:37 PM, Waruna Jayaweera wrote: > Hi, > I need to access OAuth2TokenValidationService and >

[Dev] [IoT] Configurations related to real time device access extension endpoint

2017-06-23 Thread Waruna Jayaweera
Hi, I need to access OAuth2TokenValidationService and DeviceAccessAuthorizationService for authentication and authorization required for web socket endpoint. Real time device access service will be run in iot-server profile so I can get DeviceAccessAuthorizationService as osgi service. But token