Skip to content

Commit d13d9e9

Browse files
authored
Add openid to readme (#64)
1 parent 54c6b2f commit d13d9e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,15 @@ app.get('api/bluebutton/callback', async (req: Request, res: Response) => {
227227
* "patient/ExplanationOfBenefit.read",
228228
* "patient/Patient.read",
229229
* "profile",
230+
* "openid",
230231
* ]
231232
*
232233
* 2. Access token scope without demographic info:
233234
*
234235
* scope: [
235236
* "patient/Coverage.read",
236237
* "patient/ExplanationOfBenefit.read",
238+
* "openid",
237239
* ]
238240
*/
239241

0 commit comments

Comments
 (0)