COMPASS-DPG / docs

Documenting requirements, product strategies and technical implementation of COMPASS
0 stars 0 forks source link

[Product] Clarity on Employee RCN #3

Open karntrehan opened 1 year ago

karntrehan commented 1 year ago

How is user management going to be done? Are we going to have a core user service? Are we going to use employee RCN as the core user identifier? etc..

Context: https://app.diagrams.net/#G1f7zz7JjoV0fRNv89iufR9Ot7lwpDHpXK

karntrehan commented 1 year ago

There already is a FusionAuth based User Service layer. It behaves as an authentication + user management layer. Similar to the IODC layer mentioned in the diagram. We shall be using that to manage users data. We can query it to get users matching a condition or get info / metadata for a user. RCN will not be used directly.

aman1esmagico commented 12 months ago

@karntrehan what you mean to say is that we will be only using User Servicefor authentication and user management

  1. When User is new in our system

The user come to the platform and do authentication through User Service. If user is there, then we get all the data of the user and save it in our user database. If user is not not In User Service, that means he cannot be a part of our system. And all the other data we want to store of the user, our system specific we will be saving in our db only.

  1. When User is already present in the system

We will authenticate the user using User Service.

What about admin??

abhay-samagra commented 12 months ago

@karntrehan - Tarento has mentioned about the Sunbird user service. Please also have a look at this. https://lern.sunbird.org/learn/product-and-developer-guide/user-and-org-service

aman1esmagico commented 11 months ago

also we were expecting the assessor mapping with assesse from employee RCN, now where do we get it from