Is it possible to rename auth param client_id in generated social connections to appid?
We’re trying to integrate Wechat to Auth0 by using Custom Social Connection extension. But there is a issue with the wechat auth url generated, the url generated by auth0 is:
but the url required by wechat is:
the difference is that wechat is using name appid for client_id.
My question is that is it possible to rename the client_id to appid in generated auth url? or any way to bypass this incompatibility.
Thanks in advance.