How to assign what permissions are in oath?

Hi guys, I have a Patreon app that I set up a few years ago on v2, and when I connect the user is asked to give permission to view: “View campaign information” and “View Patreon profile information”.

I’ve set up a new app in as far as I can tell the same way as the old one, and the user is only asked for “View your public profile”.

I don’t see anywhere in the documentation how I can set which scopes I would like my app to take, I also don’t see a setting in the app set up. I don’t pass the scopes I am looking for in the URL, which looks like: https://www.patreon.com/oauth2/authorize?response_type=code&client_id=${this.clientId}&redirect_uri=${this.redirectUrl}

Any help would be really appreciated!