Details
Description
OAuth2 is a very popular authentication protocol to grant access to third-party applications. Even if the approach has not been explored so far by the Linked Data paradigm, it could be interesting yo offer a OAuth2 provider, including simple admin panel, to see how such
The implemented mechanism should co-exist with the current security module (implemented via HTTP Auth) and covering any of the REST Web Services currently implemented by Marmotta, including Linked Data, SPARQL and the upcoming LDP.
The required technologies would be mainly Java form the server-side, extending the current JAX-RS compliant web service; and some HTML5+JS in the client side.