Closed raheelsayeed closed 6 years ago
Can you please use tabs for indentation?
(and add a comment preceded by ///
so the documentation picks it up :) )
Still learning ;) I'll issue a new cleaner PR.
No need, this one would work! To update PRs just push to your branch. Always check the "Files changed" tab in Github to check whether you've introduced/removed whitespace that's not needed and other nitty bitties.
This Pull Request makes
idToken
available to the smartClient
through theServer
. (Client.Server.idToken
).This would allow Clients to resolve user
profile
through theIdToken
when using scopes likeopenid profile
.More on IdToken use: SMART-on-FHIR Documentation