Hello,
we're currently integrating our FusionAuth app with an external provider. The issue we're facing is that when our app redirects to the provider it attaches also a locale=en_US
query string that, unfortunately, does break the provider since they only accept en
as valid locale.
Is there anything we can do to avoid attaching that value?
Right now I've tried to force a "en" locale with an hidden field in the login form, but does not seem to work with Social sign in.