Store object repositories instances in Resources class
The core framework requires loading and saving multiple resources.
Centralizing them in a dedicated location improves clarity compared
to adding too many properties to the application context.
A risk is introducing a specialized container within the services container.
Test Plan:
Login, logout, session load works.
Remote identity provider untested.
Differential Revision: https://devcentral.nasqueron.org/D3859