Posts

Post not yet marked as solved
4 Replies
6.0k Views
I am currently looking into implementing Sign on with Apple in an iOS app. When the user is creating an account or signing in using their Apple ID, we send the authentication code returned in the `ASAuthorizationAppleIDRequest`to be verified on our backend server. The backend server will use the Apple Service API to do this. The documentation for authenticating this code, listed below, states that a `redirect_uri` value is required in the request. This `redirect_uri` should be the same one the code was originally sent to, however the iOS app doesn't use a redirect uri for this. So what value should be included here? Can it be empty? Documentation: https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens
Posted Last updated
.