Skip to content

Commit 5d1e7a7

Browse files
committed
use exact EOB search scope for sample client.
1 parent 3674656 commit 5d1e7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_auth_url():
4040
# where <v2 scopes> is space delimited v2 scope specs (url encoded)
4141
# e.g. patient/ExplanationOfBenefit.rs
4242
redirect_url = (bb.generate_authorize_url(auth_data)
43-
+ "&scope=patient%2FExplanationOfBenefit.rs")
43+
+ "&scope=patient%2FExplanationOfBenefit.s")
4444
return redirect_url
4545

4646

0 commit comments

Comments
 (0)