-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Are there any mandatory scopes to use the native IOS SDK with an access token that we obtained by using the OAuth2 Authentication? It seems so.
If we authorize our Demo Account with the Scopes “payments” and “transaction.history” we aren’t able to login to the native SDK. The following error message will be displayed.
But if we authorize our user with full scopes: “payments”, “transactions.history”, “user.profile_readonly”, “user.profile” “user.app-settings”, “payment_instruments”, “user.payout-settings” and “user.subaccounts” for instance, the login just works fine.
Is that an intented behavior?
If yes, which scopes are mandatory?
