Skip to content
Back

Apple OAuth Scopes

  • 1
  • Flutter
  • Auth
  • Cloud
Adam ONeill
11 Dec, 2024, 17:48

Hi Hi,

I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember setting scopes for the google oauth.

Please help!

TypeScript
    try {
      final session = await account.createOAuth2Session(provider: provider);
      _currentUser = await account.get();
      _status = AuthStatus.authenticated;
      return session;
    } finally {
      notifyListeners();
    }
  }```
TL;DR
Title: Apple OAuth Scopes Message: Developer needs help finding Apple OAuth scopes to pass during sign-in. They've configured sign in with Apple but can't locate where to set scopes like they did for Google OAuth. Solution: Apple OAuth scopes can be set in the `createOAuth2Session` method when creating the OAuthProvider.
Adam ONeill
11 Dec, 2024, 17:56

Update: I've found where to pass scopes. Where can I find the apple scopes

Adam ONeill
11 Dec, 2024, 17:56

Apple OAuth Scopes

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more