remark42 icon indicating copy to clipboard operation
remark42 copied to clipboard

Failure after apple sign in redirect

Open lionep opened this issue 3 years ago • 1 comments

Hello,

When doing the apple signin process (from user point of view), it seems that apple is redirecting to the URL remark42.mysite.com/web/iframe.html?selfClose but with a POST request, which does not seems to be handled properly by the server. It results in a 405 error code.

Did I configure something wrong ? I only set the 4 environments: AUTH_APPLE_CID, AUTH_APPLE_TID, AUTH_APPLE_KID, AUTH_APPLE_PRIVATE_KEY_FILEPATH.

Despite this error, the authentication is working properly and I have to close manually this window to get back to my webpage with comment section.

lionep avatar Feb 08 '23 22:02 lionep

@akellbl4 can you please look into it?

@lionep can you please copy the request your browser makes to that page, replace the sensitive headers content with *** and paste it here? "fetch" format or "curl" format would both work, you can do it in Chrome on the Network tab of the web development tools.

paskal avatar Feb 10 '23 19:02 paskal