nbarbettini/oidc-debugger

Remove encoding on redirect URI

nbarbettini opened this issue · 0 comments

Copying the redirect_uri from this successful code flow callback into Postman is annoying, because it doesn't need to be urlencoded:

image

Not sure if this applies to someone using curl on the command line, though.