Closed fabfuel closed 8 years ago
In example 4-1 you can not recieve a token, because there is no username passed to the autorization server.
Just as a proof of concept: It works if you just add a hard coded user name to the approve.html:
<input type="hidden" name="user" value="bob">
Best Fabian
In example 4-1 you can not recieve a token, because there is no username passed to the autorization server.
Just as a proof of concept: It works if you just add a hard coded user name to the approve.html:
Best Fabian