-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
From @jmandel on March 17, 2016 20:14
Two main use cases for authentication / authorization
- CDS Service needs to authenticate the EHR for a service invocation
- EHR needs to authenticate the service --> simple bearer tokens
For (1), we could use a signed JWT in a header. Or an OAuth flow.
For (2) we have a current solution (passing OAuth tokens in the input parameters to $cds-hook
). Is this good enough?
Copied from original issue: cds-hooks/cds-hooks#12