This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
PKCE support for public SMART client authorization code flow #467
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe it.
Our OAuth2 Vender only supports public application Authorization Code flow with PKCE support, which could help mitigate the threat of having the authorization code intercepted.
So in order for us to test SMART on FHIR EHR Launch with Public Client, would love to have PKCE option from inferno
Describe the solution you'd like to see implemented
We created a similar issue for the smart-on-fhir/client-js. Which included a forked version of the client-js that we currently use internally.
The implementation of the PKCE flow is standard based on the spec
Describe alternatives you've considered
We currently can only test EHR Launch using a Confidential Client
The text was updated successfully, but these errors were encountered: