You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dynamic configuration allows certain configuration keys to be set dynamically over HTTP GET/POST request. What about custom_params, how to set then dynamically custom_params: {ui_locales: 'en'}?
The text was updated successfully, but these errors were encountered:
varqs=require('qs')qs.stringify({scope: ['asdf'],custom_params: {ui_locales: 'en'}})// or a similar method in the browser// note that some querystring libraries cannot encode nested objects properly
and then your provider configuration needs something like this:
The dynamic configuration allows certain configuration keys to be set dynamically over HTTP GET/POST request. What about custom_params, how to set then dynamically custom_params: {ui_locales: 'en'}?
The text was updated successfully, but these errors were encountered: