Closed willfurnell closed 4 years ago
This was a silly error on my part - I got the return buffer printed from cURL and it turns out there was a 301 redirect going on, as I had http not https in the token endpoint field! (So the JSON parser was trying to parse HTML)
Hi,
This project is so cool! I'm trying it out and have got as far as connecting it up to an IdP, but after authorizing the device code and hitting enter, I get the following JSON parser exception:
I'm testing with the following command:
My config.json is as follows:
Is this to do with the users section? Sorry I'm not clear exactly how I should format it. I'm assuming that it maps email -> user but is this not the case?
Thank you! :)