Closed lafleurdeboum closed 4 years ago
That URL looks wrong, it looks like it is double encoded. You can see this directly in your value for me
. It starts with https%253A%252F%252Fwww
and I would expect it to be either https://www
(not-encoded) or https%3A%2F%2F
(once encoded). The same problem seems to be in effect in the other parameters. As it stands, Selfauth is doing the "right" thing, because it is being presented with non-valid URLs.
Did IndieLogin send you straight to that or was there some sort of step/redirect happening in the middle?
Oh that seems to be the problem, indeed ; I switched to a self-hosted site and re-created an URL ID with selfauth, and it now works fine.
Thank you very much for the quick and efficient insight !
Le samedi 24 octobre 2020 à 08:47 -0700, Martijn van der Ven a écrit :
That URL looks wrong, it looks like it is double encoded. You can see this directly in your value for me. It starts with https%253A%252F%252Fwww and I would expect it to be either https://www (not-encoded) or https%3A%2F%2F (once encoded). The same problem seems to be in effect in the other parameters. As it stands, Selfauth is doing the "right" thing, because it is being presented with non-valid URLs. Did IndieLogin send you straight to that or was there some sort of step/redirect happening in the middle? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello ; I'm experimenting with indieauth and trying to get this to work. I followed the README instructions to setup my personal domain, www.lafleur.marsnet.org , in www.lafleur.marsnet.org/auth . If I try to login at https://indielogin.com/ using URL
https://www.lafleur.marsnet.org
, the page is redirected to my domain as expected, and then I get an error saying the "client_id" field is invalid. The erroring URL isI just don't get it. I'm not even sure that I setup selfauth the right way. Any help would be welcome.