I am trying to get authorization code flow with PKCE to work.
When clicking authorize I get the following error:
[invalid_request]: code challenge required.
Am I doing something wrong, or is the flow not supported (yet)?
Client Credential flow and implicit flow both work fine.