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

📙 Update apple auth adapter key #761

Open
mtrezza opened this issue Aug 15, 2020 · 1 comment
Open

📙 Update apple auth adapter key #761

mtrezza opened this issue Aug 15, 2020 · 1 comment

Comments

@mtrezza
Copy link
Contributor

@mtrezza mtrezza commented Aug 15, 2020

Link to section:
https://docs.parseplatform.org/parse-server/guide/#configuring-parse-server-for-sign-in-with-apple

What is the issue?
It is mentioning that you can use client_id. That might have been true in the past, but now the correct way is to use clientId.

Can you propose a solution?
Correction to:

{
  auth: {
   apple: {
     clientId: "my_apple_service_identifier", // optional; provides extra validation; replace with your Service ID provided by Apple
   }
  }
}

First reported by @ChrisEelmaa in parse-community/parse-server#6858.

@mtrezza
Copy link
Contributor Author

@mtrezza mtrezza commented Aug 28, 2020

I looked into it a bit more and I am unsure about the comment for the clientId parameter.

The comment suggests to use the "Service ID", but it seems to be the app bundle ID that should be used, see
parse-community/parse-server#5632 (comment)

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

Successfully merging a pull request may close this issue.

None yet
1 participant