Stream: smart
Topic: OpenAPI 3 / Swagger
Richard Braman (FLY.HEALTH) (Mar 23 2021 at 15:58):
Does anyone have an OpenAPI 3 or Swagger 2 definition for smart on fhir?
Joel Schneider (Mar 23 2021 at 16:21):
The OAuth 2.0 and OpenID Connect Discovery stuff may be applicable (to some degree).
https://swagger.io/docs/specification/authentication/oauth2/
https://swagger.io/docs/specification/authentication/openid-connect-discovery/
Richard Braman (FLY.HEALTH) (Mar 23 2021 at 17:07):
Yes Jeff, I have seen those. They define how to reference oauth/openapi schemes in API definition. I have made a draft one for SMART on FHIR proper (define discovery, auth & token endpoints), and will share with the community once a little more complete/tested.
Brian Postlethwaite (Mar 27 2021 at 11:42):
I've just used the IdentityServer and several other open source libs that handle OAuth to do it in my projects (in dotnet)
Last updated: Apr 12 2022 at 19:14 UTC