nightingaleproject / vrdr-dotnet

.NET (C#) code for producing and consuming the Vital Records Death Reporting (VRDR) Health Level 7 (HL7) Fast Healthcare Interoperability Resources (FHIR) standard.
Apache License 2.0
12 stars 12 forks source link

feat: add scope parameter to Credentials class #614

Closed smacadam closed 4 days ago

smacadam commented 1 week ago

This change adds support for a scope parameter in the VRDR.Client. This change will allow users to specify the scope when making a token request. Specifying scope: [openid profile email] is a new requirement from SAMS to conform with the Open ID Connect specification.

github-actions[bot] commented 1 week ago

Code Coverage

Package Line Rate Branch Rate Health
DeathRecord.Filter 84% 70%
DeathRecord 97% 90%
VRDRMessaging 86% 80%
Summary 97% (13234 / 13708) 89% (3973 / 4471)