Getting the same issue. Can't get even the most basic example working:
html
!-- example from https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js --
script type="text/javascript"
src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"/script
script type="text/javascript"
AppleID.auth.init({
clientId: 'com.myappid',
scope: 'name email',
redirectURI: 'https://myapp.dev/test/apple/callback'
});
const buttonElement = document.getElementById('appleid-signin');
buttonElement.addEventListener('click', function () {
AppleID.auth.signIn();
});
/script
Created and recreated app IDs and service IDs many times, always results in invalid_client.
Topic:
App & System Services
SubTopic:
General
Tags: