nbarbettini/oidc-debugger

Add custom parameters to request

Opened this issue · 0 comments

In addition to specifying things like client ID, scope, and request type/mode, it should be possible to add any number of custom parameters to the request.

  • Add 1...n custom parameters
  • URL-encode and append these custom params to the generated request

Stretch goals:

  • Persist these custom parameters after page reload