Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

redirect_uri must be treated as optional #143

Closed maksimlikharev closed 5 years ago

maksimlikharev commented 5 years ago

currently redirect_url is required as query argument, previously it was optional, and should be optional.

DonMartin76 commented 5 years ago

Indeed: https://tools.ietf.org/html/rfc6749#section-4.1.1

And also https://tools.ietf.org/html/rfc6749#section-4.1.3 is not yet fully addressed.

DonMartin76 commented 5 years ago

Fixed in 1.0.0-rc1.