Skip to content

Commit 8020013

Browse files
authored
Add openid scope to README (#43)
1 parent 600f243 commit 8020013

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,13 +229,15 @@ def authorization_callback():
229229
"patient/ExplanationOfBenefit.read",
230230
"patient/Patient.read",
231231
"profile",
232+
"openid",
232233
]
233234
234-
2. access token scope where demagraphic info not included:
235+
2. access token scope where demographic info not included:
235236
236237
scope: [
237238
"patient/Coverage.read",
238239
"patient/ExplanationOfBenefit.read",
240+
"openid",
239241
]
240242
"""
241243
config = {

0 commit comments

Comments
 (0)