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 implicit grant OAuth. Are there any plans to implement this in near future.
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 purposes well? yes I know the implicit grant is a bit simpler to setup, but I think the authorization code approach should work fine for you also.
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 implicit grant OAuth. Are there any plans to implement this in near future.
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 implicit grant OAuth. Are there any plans to implement this in near future.
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 maybe…)
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 implicit grant OAuth. Are there any plans to implement this in near future.
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 implicit grant OAuth. Are there any plans to implement this in near future.