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
When debugging the mobile app's OAuth2 flow I ran into invalid_grant issues exchanging a code for an access token when the client library was configured to use PKCE. Turning it off in the client library made the exchange work fine. I didn't look into specifics, but I know we (via Doorkeeper) are supposed to support PKCE. The library I was using was oauth2_client for Flutter.
The text was updated successfully, but these errors were encountered:
When debugging the mobile app's OAuth2 flow I ran into
invalid_grant
issues exchanging acode
for an access token when the client library was configured to use PKCE. Turning it off in the client library made the exchange work fine. I didn't look into specifics, but I know we (via Doorkeeper) are supposed to support PKCE. The library I was using wasoauth2_client
for Flutter.The text was updated successfully, but these errors were encountered: