Regarding scope of access token

Is there any way to ask for scopes while authorizing user?
Right now, only public scope is selected by default and rest have to be selected by the user manually.
How to tell user that my app needs more than one scope?
Thanks

Hi,

You have to use grant type “Authorization Code” for that.
Check console of your test app. You will see 2 options for grant type.

After selecting “Authorization Code” click authorize button then you will get a pop up for selecting scopes.