Josh Mandel

Results 51 issues of 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...

enhancement
documentation

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: ![image](https://user-images.githubusercontent.com/313089/40057092-99956590-584d-11e8-9b98-90ed686bb0ce.png) This is the only place in the specification where the CDS Service's `client_id` (as issued by the EHR at...

api-design
documentation

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. ![image](https://user-images.githubusercontent.com/313089/55514428-ae578880-562d-11e9-9c52-04a45f025d75.png) ## 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...

enhancement

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":...

bug
help wanted

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.

awaiting release

![image](https://user-images.githubusercontent.com/313089/61384771-df736600-a876-11e9-90d5-fd8813a60612.png) 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?