Xing plugin integration with auth0

Hi Konrad,

Custom Social Connections don’t seem to make it.
Xing from their site offering a code snippet for integration using a consumer key and signature salt:

  1. <script type=“xing/login”>
  2. {
  3. “consumer_key”: “923ae3bb5b2f59e1296c”
  4. }
  5. </script>
  • <script>(function(d) {
  1. var js, id=‘lwx’;
  2. if (d.getElementById(id)) return;
  3. js = d.createElement(‘script’); js.id = id; js.src = “https://www.xing-share.com/plugins/login.js”;
  4. d.getElementsByTagName(‘head’)[0].appendChild(js)
  5. }(document));</script>