Hi I am trying to do something like the example suggested here for the Lock widget, but instead using the webAuth.authorize method
I can confirm that if I try it in the Lock widget config, I can pass the new scopes in, and it works as expected. However if I pass them into the scope of the webAuth.authorize call, they are ignored and instead it just requests email and public_profile.
Is there any way to do this using webAuth.authorize?