Localhost based redirect-uri doesn't work with Implicit Grant Flow
Opened this issue · 3 comments
Using a localhost-based redirect_uri doesn't work with implicit grant flow login. Please make this explicit in the Authorization Guide so users can find this out without trial and error.
Hi @dylanesque
I just tested the example of implicit auth flow and it works with localhost
.
First I also had an invalid redirect_uri
because the whitelisted one had a backslash at the end that I forgot to add in my code.
Hi @dylanesque
I just tested the example of implicit auth flow and it works withlocalhost
.
First I also had an invalidredirect_uri
because the whitelisted one had a backslash at the end that I forgot to add in my code.
Yeah, that wasn't the case for me, I was 100% certain the redirect_uri matches the one i have whitelisted in the app dashboard was correct since it's working with the authorization flow.