Josh Mandel
Josh Mandel
Tutorial leaves this out for now because it differs by provider.
http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-4.2.2 If scope is different from the app's requested scope, it's a required parameter (otherwise optional). Since the decision middleware doesn't explicitly handle scope, it has no way to tell...
This is an API design question about lifecycle methods (specifically, `:component-will-receive-props`). Let's say I have a component that receives some properties through positional parameters, and maintains other details as local...
We currently say: > Note: the hookInstance is globally unique and should contain enough entropy to be un-guessable. But also: > While working in the CDS Client, a user can...
Currently we define a "fhirAuthorization" object with a `subject` property:  This is the only place in the specification where the CDS Service's `client_id` (as issued by the EHR at...
When I plug my Yubikey 5c nano into the usbc port of my Pixel 3, OpenKeychain attempts "gathering information" but does not find any keys.  ## Expected Behavior I...
In S4S we're building some demo apps that connect to DSTU2 clinical data servers and an STU3 financial server from CMS. I tried loading two versions of the library at...
Documenting a known issue: parsing FHIR resources with extensions on primitives silently drops the extensions. For example: ``` { "resourceType": "Patient", "gender": "male", "_gender": { "extension": [{ "url": "http://test-extension", "valueString":...
Looking throgh https://openid.net/specs/openid-connect-core-1_0.html#IDToken and https://tools.ietf.org/html/draft-ietf-jose-json-web-signature-41 I'm not seeing that this is required in the id_token JWT header -- but I may just be missing it.
 Server response included: content-type: application/json;charset=utf-8 If the "charset=utf-8" weren't there, would this be acceptable? Does the charset make it *wrong* per Inferno?