Sign In REST API redirect URL to GET instead of POST

Hello,

I have implemented a while ago Sign IN with REST API in PHP code. It worked. Now it doesn't.

When I redirect to apple with a request:

https://appleid.apple.com/auth/authorize?scope=name%20email&state=fffffffstateherefffffff&response_type=code&approval_prompt=auto&redirect_uri=https%3A%2F%2Fmydomain.pl%2Fconnect%2Fapple%2Fcheck&client_id=pl.myclientid&response_mode=form_post

I can login via Apple ID and then I am redirected to my webpage. But instead of POST redirect with a code param, I am redirected with GET wihtout the code. The docs says that if I use response_mode=form_post Apple should redirect to me with POST method. But it doesn't. I cannot figure out why.

Is this a bug?

Post not yet marked as solved Up vote post of TomIgna Down vote post of TomIgna
2.8k views

Replies

Same problem here, its missing the POST values