127.0.0.1 oauth redirects
Hi all,
I'm migrating from auth.js and trying to get one of my custom providers ported... The provider doesn't allow localhost as redirect URI's, instead opting for 127.0.0.1.
When attempting to redirect to the authorization URL, I'm getting errors from the provider that the client is invalid (due to a localhost redirect URI). However, when I change it to the 127.0.0.1 address, I then get state mismatch errors when coming back from the auth flow.
Is there a best-practice for dealing with this?
Thanks,
Justin
Solution:Jump to solution
check https://discord.com/channels/1288403910284935179/1296058482289676320/1424796428189827193
and see if it helps...
2 Replies
Solution
check https://discord.com/channels/1288403910284935179/1296058482289676320/1424796428189827193
and see if it helps
Coolio I think I got this resolved, now to another issue about getting the provider user info into my user object… 😇