Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Jul 17, 2018
1 parent bd14114 commit 7e83560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/scopes-and-launch-context/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ that might occur from the immediate use of these values in the client app UI.
Some apps need to authenticate the clinical end-user. This can be accomplished
by requesting a pair of OpenID Connect scopes: `openid` and `fhirUser`. A
client may also request `openid profile` instead of `openid fhirUser`, but the
`profile` claim is being depreceated in favor of `fhirUser`.
`profile` claim is being deprecated in favor of `fhirUser`.

When these scopes are requested (and the request is granted), the app will
receive an [`id_token`](http://openid.net/specs/openid-connect-core-1_0.html#CodeIDToken)
Expand Down

0 comments on commit 7e83560

Please sign in to comment.