Re: [Dhis2-devs] Query around OAuth implicit grant

2018-09-10 Thread Lorill Crees
Ok, thanks Morten. On Sun, Sep 9, 2018 at 5:39 PM Morten Olav Hansen wrote: > Hi > > To support OpenID connect we would have to upgrade to Spring Security 5 > (and that would also mean Spring 5), this is not a high priority for us > right now. > > We don't have any plans to support DHIS2 being a

Re: [Dhis2-devs] Query around OAuth implicit grant

2018-09-09 Thread Morten Olav Hansen
Hi To support OpenID connect we would have to upgrade to Spring Security 5 (and that would also mean Spring 5), this is not a high priority for us right now. We don't have any plans to support DHIS2 being a OAuth2 client (you might be able to do this in your own apps using a OAuth2 JS library may

Re: [Dhis2-devs] Query around OAuth implicit grant

2018-09-06 Thread Lorill Crees
Hi Morten, 1. What is the timeline for the DHIS 2 upgrade to the latest OAuth 2 Spring libraries and the implementation of OpenID Connect? 2. Is there anything in the DHIS 2 roadmap for enabling DHIS 2 to be an Oauth2 client in order to authenticate against another Oauth2 provider? Thanks, Lori

Re: [Dhis2-devs] Query around OAuth implicit grant

2018-08-03 Thread Morten Olav Hansen
Hi Rajeswari & Gaurav We don't have any immediate plans to expand our OAuth2 implementation, not until we upgrade to the latest OAuth2 Spring libraries (which require spring 5), and then also implement OpenID Connect. That said, we do support authorization code which I think should serve your pur

[Dhis2-devs] Query around OAuth implicit grant

2018-08-03 Thread Rajeswari Gottipati
Hi DHIS, We have gone through DHIS OAuth documentation and found that DHIS has implemented Authorization code grant. We are planning to use DHIS OAuth in our application and our application is pure java script based. As our application is SPA (single page application) hence we are looking for imp