The redirect_uri should be sent by the server with a 3xx code after you send the user/password.
Just a guess.
Edit: The returns from the email server are divided into groups
2xx = OK
3xx = requires something else
4xx = failed
5xx = system fail
Without the 2 step auth, if the user/password is correct, the server would respond with
250 OK
But now it may respond with
302 http://redirecturi.com
Just a guess.
Edit: The returns from the email server are divided into groups
2xx = OK
3xx = requires something else
4xx = failed
5xx = system fail
Without the 2 step auth, if the user/password is correct, the server would respond with
250 OK
But now it may respond with
302 http://redirecturi.com
Statistics: Posted by SurferTim — Tue Oct 15, 2024 9:15 am