Login from a device that does not support callbacks
Hi,
I need to let users authenticate from a device that cannot receive callbacks. I was thinking that there is a way with PKCE to have an API to act as an intermediary and finally call the /token with the
code
and the code_verifier
on the client to get the token.
here is the flow I was thinking:
Are there any ways to do this other than the above (if the above is possible)?2 Replies
Hi, in the meantime I gave it a shot.
Calling the /token from the same API in the callback worked, however calling the /token from my app that does not support callback (same pc) gives me the following error.
Am I doing something wrong? or will this never work?
any solutions for this?
let me know if you need more info.
Hey @mariodebono awesome to see you digging into a use case for Kinde. Will need to check this with the team, as certainly havent it being done without callback before.