Once after authenticating initially, I want to generate access tokens for other users as part of my requirement , for which I need to add different email addresses in context object in Auth0 rules. Currently I am trying to use gettokensilently method in auth0-spa-js library by adding custom Parameters in it. But I am not able to get the added custom Parameters in Auth0 rules.
How exactly can I achieve my requirement or is there any other way to do it effectively. Can anyone please give your suggestions.