Connect an approved clinic account
OAuth routes are designed to link a clinic-controlled provider account using signed, time-limited, one-time state.
ClinicPro360 includes a telehealth workflow that relates account authorization, meeting creation, attendee access, appointment context, patient consent, and session follow-up. Production Zoom infrastructure is not yet activated or proven.
Launch boundary
The current code contains Zoom OAuth, Meeting SDK, signature, webhook, replay, consent, and room-flow controls with focused local tests. ClinicPro360 still needs entirely new provider applications and credentials, approved agreements and policy, production configuration, and real end-to-end session evidence before this capability can be offered.
Connected lifecycle
OAuth routes are designed to link a clinic-controlled provider account using signed, time-limited, one-time state.
Meeting creation belongs to the appointment and authorized clinic workflow rather than an untracked standalone link.
Staff and patient room routes obtain meeting context and require a valid SDK signature before entry.
Webhook validation and replay-handling paths support provider events returning to ClinicPro360 without treating every request as trusted.
Source controls
The current source signs provider authorization state, applies a short lifetime, and uses one-time Redis-backed claim/completion behavior in production mode.
Webhook paths include provider-contract signature validation, URL-validation handling, and replay checks.
Attendee entry is designed to stop when a valid meeting signature cannot be obtained rather than substituting a demo credential.
Production evidence
Brand-new ClinicPro360 provider apps, credentials, webhooks, account ownership, and access governance must be documented.
Account linking, create/join/end behavior, consent, failure recovery, revocation, and callback replay need real staging evidence.
Practices need approved consent, privacy, contingency, support, and incident procedures before enabled clinical use.
A responsible evaluation covers account ownership, appointment creation, patient entry, clinician entry, failure behavior, consent, callbacks, and follow-up—not just the video room.