django-oidc-provider icon indicating copy to clipboard operation
django-oidc-provider copied to clipboard

Handle form post response mode

Open geoff-va opened this issue 5 years ago • 0 comments

Implements #335

  • Handles the response_mode="form_post" case.
  • Does not handle the fragment or query response modes.
  • Honors the form_post response mode on success or errors.
  • Test cases for success and error cases

I implemented this in AuthorizeView.post as well. Hopefully I interpreted that correctly! Thanks!

geoff-va avatar Aug 01 '19 01:08 geoff-va