Commit a433e473 authored by Sajal Narang's avatar Sajal Narang

Change SSO scope, fix #66

parent 73133568
......@@ -197,7 +197,7 @@ public class LoginActivity extends AppCompatActivity {
clientId,
"code",
redirectUri)
.setScope("profile")
.setScope("basic profile picture sex ldap phone insti_address program secondary_emails")
.build();
Log.d(TAG, "Making auth request");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment