function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JosephNardoneJosephNardone 

scope is not allowed error - undocumented?

I am using the iOS SDK which I installed according to the instructions.  I create a connected app, created a namespace, published the app, created an xcode project, input the key and callback URL to match the connected app, and attempted to run the project without any additional code to test the oAuth.

 

I get the login screen, enter user name and password, and then an alertview pops up with an error that says "scope is not allowed".

 

Where is the documentation for that can explain what I could have done wrong.

 

Thanks

 

Best Answer chosen by Admin (Salesforce Developers) 
Gaurav KheterpalGaurav Kheterpal

I am assuming you are getting the invalid scope error.

 

If that's the case, please go through this link

 

http://stackoverflow.com/questions/8667138/salesforce-ios-error-requested-scope-is-not-available

 

Regards,
Gaurav

All Answers

Gaurav KheterpalGaurav Kheterpal

I am assuming you are getting the invalid scope error.

 

If that's the case, please go through this link

 

http://stackoverflow.com/questions/8667138/salesforce-ios-error-requested-scope-is-not-available

 

Regards,
Gaurav

This was selected as the best answer
jesseendojesseendo

Any other thoughts of place to look to figure out this error?

 

I am also experiencing this issue, but the callback URI/ etc has not changed in my app for over a month.  Additionally, this error only occurs when a user logs out, and attempts to log back in - if they remain logged in, they never see this error.

jesseendojesseendo
akshay21akshay21
m facing the same problem but with android and i get this msg b4 even logging in... where can i find a solution...