Posts

Post not yet marked as solved
6 Replies
32k Views
Hello, I'm trying to implement the Sign in with apple feature to our web login.I configured the App ID and Service ID and added the return Url, but I'm getting the error message "invalid_request. Invalid redirect_uri."here is my initilization codeAppleID.auth.init ({clientId : 'com.test', scope : 'name', redirectURI : 'https://test.com/auth/login' usePopup : true })
Posted
by filip288.
Last updated
.