Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure after apple sign in redirect #1594

Open
lionep opened this issue Feb 8, 2023 · 1 comment
Open

Failure after apple sign in redirect #1594

lionep opened this issue Feb 8, 2023 · 1 comment
Assignees
Labels

Comments

@lionep
Copy link

lionep commented Feb 8, 2023

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.

@paskal
Copy link
Collaborator

paskal commented Feb 10, 2023

@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 paskal self-assigned this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants