yury.starav
02/07/2023, 12:55 AMrahul1
02/07/2023, 7:52 AMcode_verifier is a required field for the token endpoint: https://build.fhir.org/ig/HL7/smart-app-launch/app-launch.html#obtain-access-token
The SMART app launch spec recommends PKCE code verification to avoid code injection attacksyury.starav
02/07/2023, 7:39 PMreshma
02/07/2023, 9:07 PMarscan
02/08/2023, 6:13 PMarscan
02/08/2023, 6:19 PMreshma
02/08/2023, 8:19 PMyury.starav
02/10/2023, 12:34 AMreshma
02/10/2023, 12:53 AMyury.starav
02/10/2023, 4:43 AMyury.starav
02/20/2023, 4:32 AMyury.starav
02/20/2023, 4:33 AMcody
02/20/2023, 8:02 PMfhir.schema.json from the FHIR spec. It looks like your project is on that older form of validation, and the pkceOptional was not added correctly. We added pkceOptional to fhir.schema.json. If you'd like, we can also change your project to use strict mode.)yury.starav
02/21/2023, 2:43 AMPKCE Optional =
true and I still see that when we send request it returns that verifier code is requiredyury.starav
02/21/2023, 2:45 AMyury.starav
02/21/2023, 2:46 AMyury.starav
02/21/2023, 7:52 PMstrict mode?yury.starav
02/23/2023, 4:15 AMyury.starav
02/24/2023, 5:38 PMreshma
02/24/2023, 7:15 PMyury.starav
03/03/2023, 4:03 AMreshma
03/03/2023, 4:43 PMyury.starav
03/03/2023, 7:59 PMcody
03/03/2023, 10:57 PMyury.starav
03/06/2023, 10:50 PMyury.starav
03/06/2023, 11:01 PMyury.starav
03/07/2023, 6:44 PM