Skip to content

Commit fe4669c

Browse files
committed
trim the scope to EOB.rs on auth URL.
1 parent 4bb3f5e commit fe4669c

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
@@ -44,7 +44,7 @@ def get_auth_url():
4444
# where <v2 scopes> is space delimited v2 scope specs (url encoded)
4545
# e.g. patient/ExplanationOfBenefit.rs
4646
redirect_url = (bb.generate_authorize_url(auth_data)
47-
+ "&scope=patient%2FPatient.s%20patient%2FExplanationOfBenefit.rs")
47+
+ "&scope=patient%2FExplanationOfBenefit.rs")
4848
return redirect_url
4949

5050

0 commit comments

Comments
 (0)