Stream: inferno
Topic: PKCE Code Verifier Length
Nathan Loyer (Mar 25 2022 at 15:11):
Hey all,
We started testing our FHIR server's PKCE support this week with inferno v2. We found that we had test errors because inferno is setting the code verifier to a UUID which is only 36 characters while the spec for PKCE says it must be between 43 and 182 characters. I opened a PR to the github repo this morning to resolve this. Could someone review? We are trying to certify next month so we need to get these tests passing.
https://github.com/inferno-framework/smart-app-launch-test-kit/issues/14
Nathan Loyer (Mar 25 2022 at 15:12):
https://github.com/inferno-framework/smart-app-launch-test-kit/pull/15
Stephen MacVicar (Mar 25 2022 at 15:16):
Great, thanks for this. We'll take a look.
Last updated: Apr 12 2022 at 19:14 UTC