Posts

Post not yet marked as solved
5 Replies
2.7k Views
Hi! I was trying to use apple sign in for our IOS application, but I got an issue. I can successfully use apple sign in in my app, and I get a token (authorizationCode) from sign in response. I have already set the server up, and can use it to validate tokens from web successfully. but when trying to validate tokens from IOS, I am getting invalid grant_type error message. I am validating token by using this documentation https://developer.apple.com/documentation/signinwithapplerestapi/generate_and_validate_tokens. can you please help?
Posted Last updated
.