Skip to content

Commit 534f106

Browse files
committed
Scope fix
1 parent 730e931 commit 534f106

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

example-smart-app/index.html

-9
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,13 @@ <h2>Observation Resource</h2>
6262
</tr>
6363
</table>
6464
</div>
65-
<!-- Required JS files to enable this page to embed within an MPage -->
66-
<!--
67-
Temporarily disable cerner-smart-embeddable-lib
68-
<script src='https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js'></script>
69-
<script src='./lib/js/cerner-smart-embeddable-lib-1.0.0.min.js'></script>
70-
-->
7165

7266
<!-- Application-level javascript-->
7367
<script src='./src/js/example-smart-app.js'></script>
7468

7569
<!-- FHIR Client JS Library -->
7670
<script src='./lib/js/fhir-client-v0.1.12.js'></script>
7771

78-
<!-- Prevent session bleed caused by single threaded embedded browser and sessionStorage API -->
79-
<!-- https://github.com/cerner/fhir-client-cerner-additions -->
80-
<script src='./lib/js/fhir-client-cerner-additions-1.0.0.js'></script>
8172
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
8273
<script>
8374
extractData().then(

example-smart-app/launch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
FHIR.oauth2.authorize({
1515
'client_id': '5ff92a61-03b7-46da-a8da-b8c20f0ca7ca',
16-
'scope': 'patient/*.read launch openid profile'
16+
'scope': 'patient/*.read launch'
1717
});
1818
</script>
1919
<div class="spinner">

0 commit comments

Comments
 (0)