If by integration you refer to the modules working together to heed to incoming REST calls, then yes we do plan to integrate them
The OAuth2 module will be validating the tokens that would accompany the requests made to the REST module. So from the perspective of the REST module, it only needs the OAuth2 module for token validation.
This picture gives a clearer look of the interaction :
@Good work @maany. As we discussed offline let’s finalize how we going to integrate spring security with our oauth module to extend it further with the new features coming in.
Thanks @harsha89
I am exploring the available options for implementing OAuth2. We should be able to finalize our approach this week I’ll try to create a demo for the API’s that are successfully integrated.