Is this expected?
I’m using the Classic Identity Engine. The option to use it is checked.
However, even though I send the code_challenge to the device/authorize endpoint, when I send the code_verifier to the v1/token endpoint (the second step of the flow) I get this error: “PKCE code challenge should be specified in the authorize request for code verification.”
Should PKCE work with this flow? This is for a native CLI application.