Skip to content

Commit

Permalink
fix smart on fhir documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost-is-love committed Dec 5, 2024
1 parent bd69574 commit addee1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A collection of examples on top of Aidbox FHIR platform
- [Aidbox Forms Smart App Launch (with backend)](aidbox-forms-smart-launch-2/)
- [Aidbox Notify via Custom Resources](aidbox-notify-via-custom-resources/)
- [Topic-Based Subscription to Kafka](aidbox-subscriptions-to-kafka/)
- [SMART App Launch with Aidbox and Keycloak](smart-app-launch/)

## Documentation

Expand Down
6 changes: 3 additions & 3 deletions smart-app-launch/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Aidbox Smart App Launch Demo
# SMART App Launch with Aidbox and Keycloak

This demo showcases the Smart App EHR and Patient [launch flows](https://hl7.org/fhir/smart-app-launch/app-launch.html).

## Components

1. [Aidbox](https://docs.aidbox.app/) TODO: Add link to Audbox smart documentation
1. [Aidbox](https://docs.aidbox.app/modules/security-and-access-control/smart-on-fhir)
FHIR server with SMART-on-FHIR support.
2. [Keycloak](https://www.keycloak.org/)
Identity and Access Management solution that integrates with Aidbox through the [IdentityProvider](https://docs.aidbox.app/modules/security-and-access-control/set-up-external-identity-provider) resource.
Expand Down Expand Up @@ -95,7 +95,7 @@ sequenceDiagram
Keycloak ->> Aidbox: Return token
deactivate Keycloak
activate Aidbox
Aidbox ->> Keycloak: Retrive user info
Aidbox ->> Keycloak: Request user info
deactivate Aidbox
activate Keycloak
Keycloak ->> Aidbox: Return user info
Expand Down

0 comments on commit addee1e

Please sign in to comment.