Architecture

UserOrg Service Architecture

The below diagram represents the components involved and their arrangement in UserOrg service.

Flow Diagram:

  • User service includes multiple operations to creating new users and search the user.

  • Keyclock for user authentication.

  • Enabled Notification feature and messaging like Email and SMS on any operations performed.

  • Updation of user details using jobs.

  • OTP Creations on user merge action.

  • Admin Util will do token verification.

  • Content service is for to register the channel and framework validation.

  • Userorg service will send an audit event to {env}.telemetry.raw topic. This event will be processed by pipeline-preprocessor(SB-Obsrv) and valid events will pushed to the audit topic to cache the user data by user-cache-updater-v2 flink job.

Last updated