Apple login JS not working

I follow the below link to set up an apple login. https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/configuring_your_webpage_for_sign_in_with_apple

I configured -

AppleID.auth.init({
    clientId: 'tech.onetable.onetableadmin',
    scope: 'name email',
    redirectURI: 'https://local.test:5000/api/apple_auth',
    state: 'lilylsunisabigsb',
    usePopup: true,
  })

The process stuck at the page below, both "cancel" and "continue" buttons are not reponsive, there is a error saying " Your request could not be completed because of an error. Please try again later.".

I checked the console of this popup window, it shows an error saying "POST https://appleid.apple.com/appleauth/auth/oauth/authorize 403"

Replies

I have the same error! Someone who solves it?

Add a Comment

I am also facing the same error. Did you fix it yet??

  • Have you figured it out yet?

Add a Comment