Posts

Post not yet marked as solved
9 Replies
Hi,I'm facing the same issue. I get no name or email from id_token whereas my scopes are set to "name email" in the token request.You got an index email with null value or nothing ? For my part, I only get :stdClass Object( [iss] => xxxxxx [aud] => xxxxxx [exp] => xxxxxx [iat] => xxxxxx [sub] => xxxxxx [at_hash] => xxxxxx [auth_time] => xxxxxx [nonce_supported] => 1)thank you.
Post not yet marked as solved
15 Replies
Hi everyone,I'm facing the same problem as all of you. I'm trying to integrate Apple Sign In on my website and I get the error :invalid_requestNo AppPlatform or Primary app for the web applicationI just enrolled the Apple Developer Program for this feature and that's the first time I'm having problem integrating a social network...Like almost all of you, I have done :- Created an App ID with Apple Sign In ticked (Enable as a primary App ID)- Created a Service ID with Apple Sign In enabled, selected my App ID (as Primary), set a domain and a callback URI.- Generated a key then a Secret key (via Ruby and also PHP)- I'm generating the authorize URL with these args :response_type=coderesponse_mode=form_postclient_id=#MY_SERVICE_ID#client_secret=#MY_CLIENT_SECRET#state=3x5a725a-f3cx-4163-1ac5-f194c7e75a18scope=name+emailredirect_uri=#MY_CALLBACK_URI#I'm still getting the error "No AppPlatform or Primary app for the web application". I tried to create a second App, Service and key but still facing the same problem....Did you all still have the problem ? If no, how did you fix it ?edit : I don't have an App in the App Store Connect. I've seen that some says they don't have one too but it was working before.Thank you.