I am doing apple sign in with js. When click on continue with apple id after putting the credentials for next step. It doesnot redirects to the redirect uri. I can help with my client Id also if you need?
I can see the apple authorize api is returning token as well as code in the network. But still it is not redirecting to the redirect uri. Why?? And also some time shows 403 forbidden. Am i missing something here??
clientId : clientId,
scope : "email name",
redirectURI : "https://www.publicissapient.com",
responseMode:"form_post",
responseType:"code id_token",
state : 'DE',
usePopup : true
Credentials i can provide if you need?