Re: [Architecture] SSO IDP Proxy Application + SDK

2014-04-08 Thread Gayan Gunawardana
Hi All, According to review had with Shan and Prabath, I was working with increasing the usability of SDK. Expectation 1. Invoking IDP Proxy application is not transparent to application developer. 2. Getting access token should be simple (reduce number of lines) 3. SDK should intelligently

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-28 Thread Gayan Gunawardana
Sure I will check with IS 4.1.0 On Fri, Mar 28, 2014 at 10:59 AM, Prabath Siriwardena prab...@wso2.comwrote: Great..!!! Can we also start with iOS app...? Also - can you please test this with IS 4.1.0..? Thanks regards, -Prabath On Thu, Mar 27, 2014 at 4:31 PM, Gayan Gunawardana

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-27 Thread Gayan Gunawardana
Hi All, Still code with on going development, but any body who interesting can try it Android SDK [1] https://github.com/GayanM/android-idp-sdk IDP Proxy mobile app [2]https://github.com/GayanM/IDP-Proxy-App Sample Client Application [3] https://github.com/GayanM/IDP-Consumer-Samples I will

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-27 Thread Prabath Siriwardena
Great..!!! Can we also start with iOS app...? Also - can you please test this with IS 4.1.0..? Thanks regards, -Prabath On Thu, Mar 27, 2014 at 4:31 PM, Gayan Gunawardana ga...@wso2.com wrote: Hi All, Still code with on going development, but any body who interesting can try it Android

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-11 Thread Shanmugarajah Sinnathamby
Hi Prabath, 1. Can't we use the implicit grant type instead of *Authorization code . * - *Authorization Code* for apps running on a web serverhttp://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified#web-server-apps - *Implicit* for

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-10 Thread Niranjan Karunanandham
Hi Gayan, Here the IDP proxy app is only used to get the authorization code from the WSO2 IS and pass it to the SDK. After which the SDK is communicates directly with the WSO2 IS to get the access token and manage the access token and refresh token. Just a small clarification why we can't use the

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-10 Thread Manjula Rathnayake
Hi all, How do we store client secret and access tokens in mobile application? Have we encrypted the client secret? In case of mobile device is lost, how do we remove the mobile application subscription from OAuth server without affecting to other mobile devices which uses same application? Do we

Re: [Architecture] SSO IDP Proxy Application + SDK

2014-03-10 Thread Suresh Attanayaka
Hi Manjula, Let me answer inline, On Mon, Mar 10, 2014 at 4:54 PM, Manjula Rathnayake manju...@wso2.comwrote: Hi all, How do we store client secret and access tokens in mobile application? Have we encrypted the client secret? We can let the mobile app developer to implement his own