Open JessRascal opened 7 years ago
Hi Jess, both id_token
and access_token
should work the same way. In fact, I double-checked the tests and even though I realized one of them is wrong (will fix on next release, thanks for that!), it's behaving as expected when fixed in any case. Maybe you could provide me with some info or code snippet to try to reproduce the problem.
Hey,
I've got the strategy working nicely using the
token_id
(cheers by the way) but I saw in passing comments about using theaccess_token
however when I try to pass this in then it fails authentication.Is there some configuration I need to set for this? Or should I just be able to pass the
access_token
in via a POST in the same way as thetoken_id
?Cheers Jess