Unable to sign in with apple - server error "apple strategy needs to be configured"

I am unable to sign in with Apple. I am passing the following payload to POST /oauth/token, but getting a 500 response with this payload: {“error”:“server_error”,“error_description”:“The "apple" strategy needs to be configured. Missing settings: app_secret”}

{
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange"
client_id: "<MY_CLIENT_ID>"
client_secret: "MY_CLIENT_SECRET"
grant_type: "urn:ietf:params:oauth:grant-type:token-exchange"
redirect_uri: ""
scope: "openid offline_access"
subject_token: "ce49a3e8ad89d4802b0ccb0f751f35ac4.0.rrxrv.DKUTlAcdUL1B5xmXYc8UUA"
subject_token_type: "http://auth0.com/oauth/token-type/apple-authz-code"
username: "jzhjcq6q98@privaterelay.appleid.com"
}

Hi @mattThousand,

Welcome to the Auth0 Community!

Have you set up your own set of Apple Developer Keys?

https://marketplace.auth0.com/integrations/apple-social-connection

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.