portier / portier-broker

Portier Broker reference implementation, written in Rust
http://portier.github.io/
Apache License 2.0
557 stars 17 forks source link

Redirect url without trailing slash produces `redirect_uri does not match the original from the authorization request` #915

Closed kurnevsky closed 2 days ago

kurnevsky commented 3 months ago

Hi. I'm getting the error redirect_uri does not match the original from the authorization request if I use redirect_url without path and trailing slash like http://127.0.0.1:8082. It works fine with slash like http://127.0.0.1:8082/ or any path. It's not critical, but the cause wasn't obvious so probably worth fixing, so reporting it :)

stephank commented 2 days ago

Thanks for pointing this out. Will be in a release shortly. 👍