ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

Default PKCE Code Challenge Method is Plain not SHA-256 #88

Open Crokus opened 8 months ago

Crokus commented 8 months ago

Expected Behavior

Code Challenge Method in OAuth 2.0 is set to SHA-256 by default and it should be sent to the Authorization endpoint as such

Actual Behavior

Even though the Code Challenge Method in OAuth 2.0 is set to SHA-256 by default, I have to change the dropdown value to Plain and again to SHA-256 in order to use it.

Reproduction Steps

  1. Select OAuth 2.0 as Auth type
  2. Check 'USE PKCE'
  3. Leave default Code challenge which is SHA-256

Is there an existing issue for this?

Additional Information

No response

Insomnium Version

0.2.3-a

What operating system are you using?

Windows

Operating System Version

Windows 11

Installation method

exe

Last Known Working Insomnium version

No response