I have 2 servers running with loopback
, one of them being for authentication using mongo-connector
and another as a secondary service using remote-connector
to access models: AccessToken
, ACL
, RoleMapping
Role
and User
of the authentication server.
This schema currently is not working very well, despite connecting and fetching the data normally, the client server is not populating the main access-context property data correctly.
When I do the same using a memory-connector for example, it works normally.
[EDIT]
Resolved using:
link