Investigate how authentication will be handled between the UI and the Sync Server
- The Synch Server is currently protected by Keycloak, in that a Mobile App needs to authenticate with the Sync Server
- The Sync Service UI also needs to authenticate with the Server
- technically openshift oauth is an option
- need to figure out how to be able to perform queries in graphql etc.
- UI needs to somehow execute queries - by calling server or duplicating the logic between server and UI.
Output;
- an approach to how auth between the Sync UI and the Sync Server will be handled
|