Posts

Post not yet marked as solved
2 Replies
1.2k Views
Hi,I'm trying to integrate Sign in with Apple, using OAuth 2.0 flow, into my iOS app.For example, I've successfully managed to do it for Google using redirect_uri: com.***.***:/What redirect_uri should I enter for Apple, because I get invalid_request error?Link generated by my integration:https://appleid.apple.com/auth/authorize?client_id=com.***.***&redirect_uri=com.***.***:/&response_type=code&scope=name%20email&state=***&response_mode=form_post&code_challenge_method=***&code_challenge=XXXThanks!
Posted
by fexler.
Last updated
.