-
Notifications
You must be signed in to change notification settings - Fork 156
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
Comments
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
@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. |
Unless I’m missing something I don’t actually get the id token in any response. On Dec 11, 2024, at 2:54 AM, Timm Preetz ***@***.***> wrote:
@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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
In the log you posted it says that you did, we just don't print out this sensitive information:
|
I set up my own listener to get it. I believe I accessed the right properties on the credential object provided by this library but if I recall they were blank. I will check back and confirm. Thanks! Also the issue maybe that this is flutter flow and not pure flutter and perhaps they are hijacking the return callback. On Dec 11, 2024, at 7:46 AM, Timm Preetz ***@***.***> wrote:
In the log you posted it says that you did, we just don't print out this sensitive information:
AuthorizationCredentialAppleID(…, [identityToken set: true], …)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: