Skip to content

Commit

Permalink
Small change in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Feb 10, 2021
1 parent 150943e commit 5da689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/open_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Using this setup, you can:
- Open `launch_open.html` in the browser to test against an open server (http://r4.smarthealthit.org)

### 2. Using multiple launch configurations
Since version `2.3.11` it is possible to pass an array of options to the `authorize` function. The idea is that the same app can be launched by multiple EHRs and the proper configuration will be picked based on the `iss` url parameter that the launch endpoint has received. This is more flexible because it allows us to reuse the same configuration for several ISS URLs. Here is an example:
Since version `2.3.11` it is possible to pass an array of options to the `authorize` function. The idea is that the same app can be launched by multiple EHRs and the proper configuration will be picked based on the `iss` url parameter that the launch endpoint has received. This provides additional flexibility because it allows us to reuse the same configuration for several ISS URLs. Here is an example:
```js
FHIR.oauth2.authorize([
{
Expand Down

0 comments on commit 5da689d

Please sign in to comment.