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

sign in with apple for web does not receive idtoken and other parameters #453

Open
greghawk opened this issue Dec 9, 2024 · 4 comments
Open

Comments

@greghawk
Copy link

greghawk commented Dec 9, 2024

When using for web the code does not receive the callback parameters. Apple is sending as I tested with a js listener. The object coming back in this plugin is as follows:

AuthorizationCredentialAppleID(null, null, null, null, [identityToken set: true], null)

All redirect urls have been confirmed and rechecked.

@greghawk greghawk changed the title sign in with apple for web does receive idtoken and other parameters sign in with apple for web does not receive idtoken and other parameters Dec 9, 2024
@tp
Copy link
Collaborator

tp commented Dec 11, 2024

@greghawk Which "callback parameters" are you looking for exactly?

The token log you posted looks good to me. As it states the "identity token" is set, which is all you should need to identify the user in your system.

@greghawk
Copy link
Author

greghawk commented Dec 11, 2024 via email

@tp
Copy link
Collaborator

tp commented Dec 11, 2024

In the log you posted it says that you did, we just don't print out this sensitive information:

AuthorizationCredentialAppleID(…, [identityToken set: true], …)

@greghawk
Copy link
Author

greghawk commented Dec 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants