You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.