You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aidbox-forms/aidbox-forms-smart-launch-2/README.md
+46-46Lines changed: 46 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,77 +70,77 @@ Aidbox server will be available at [http://localhost:8888](http://localhost:8888
70
70
71
71
```mermaid
72
72
sequenceDiagram
73
-
actor Customer as User
73
+
actor User
74
74
participant EHR as EHR <br> (with auth server)
75
-
participant Smart App as Smart App <br> (with backend)
75
+
participant SmartApp as Smart App <br> (with backend)
76
76
participant Aidbox as Aidbox <br> (not publicly accessible)
77
-
Note right of Smart App: Communicates with Aidbox <br> using HTTP basic auth
78
-
Customer ->> EHR: Launch Smart App
79
-
EHR ->> Smart App: Launch context + Access Token
80
-
Smart App ->> Aidbox: Upsert organization
81
-
activate Smart App
82
-
Note right of Smart App: Unique organization per EHR
77
+
Note right of SmartApp: Communicates with Aidbox <br> using HTTP basic auth
78
+
User ->> EHR: Launch Smart App
79
+
EHR ->> SmartApp: Launch context + Access Token
80
+
SmartApp ->> Aidbox: Upsert organization
81
+
activate SmartApp
82
+
Note right of SmartApp: Unique organization per EHR
83
83
Note right of Aidbox: From this point forward, π indicates that <br> requests are made exclusively within <br>the scope of the corresponding EHR Organization
84
-
Smart App ->> Aidbox: Upsert resources from launch context π
84
+
SmartApp ->> Aidbox: Upsert resources from launch context π
0 commit comments