I am accessing a system using oauth2. I’m trying to get the bearer token but the target systems want “email” instead of “username” when passing the user credentials.
Is there a way to configure the authorization in postman for oauth2 to change the variable name it is sending to something other than “username”?
I can do this in curl