backendsnames.py 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. """
  2. Python Social Auth doesn't provide information about proper names for OAuth sites,
  3. so we are using this file for overrides whenever name is different than `provider.name.title`
  4. """
  5. BACKENDS_NAMES = {
  6. 'angel': "AngelList",
  7. 'aol': "AOL",
  8. 'arcgis': "ArcGIS",
  9. 'azuread-oauth2': "Azure Active Directory",
  10. 'azuread-b2c-oauth2': "Azure Active Directory B2C",
  11. 'azuread-tenant-oauth2': "Azure Active Directory tenant",
  12. 'battlenet-oauth2': "Blizzard Battle.net",
  13. 'belgiumeid': "Belgium EID",
  14. 'bitbucket-oauth2': "Bitbucket",
  15. 'bungie': "Bungie.net",
  16. 'chatwork': "ChatWork",
  17. 'classlink': "ClassLink",
  18. 'digitalocean': "DigitalOcean",
  19. 'douban-oauth2': "Douban",
  20. 'dropbox-oauth2': "Dropbox",
  21. 'echosign': "Adobe Sign",
  22. 'eveonline': "EVE Online",
  23. 'evernote-sandbox': "Evernote (sandbox)",
  24. 'facebook-app': "Facebook",
  25. 'google-appengine': "Google App Engine",
  26. 'github': "GitHub",
  27. 'github-org': "GitHub Organization",
  28. 'github-team': "GitHub Team",
  29. 'github-enterprise': "GitHub Enterprise",
  30. 'github-enterprise-org': "GitHub Enterprise Organization",
  31. 'github-enterprise-team': "GitHub Enterprise Team",
  32. 'gitlab': "GitLab",
  33. 'goclio': "Clio.com",
  34. 'goclioeu': "Clio.eu",
  35. 'google': "Google",
  36. 'google-oauth': "Google",
  37. 'google-oauth2': "Google",
  38. 'google-plus': "Google Plus",
  39. 'google-openidconnect': "Google",
  40. 'itembase-sandbox': "Itembase (sandbox)",
  41. 'justgiving': "JustGiving",
  42. 'khanacademy-oauth1': "Khan Academy",
  43. 'lastfm': "Last.fm",
  44. 'line': "LINE",
  45. 'linkedin': "LinkedIn",
  46. 'live': "Live Connect",
  47. 'livejournal': "LiveJournal",
  48. 'loginradius': "LoginRadius",
  49. 'mailchimp': "MailChimp",
  50. 'mailru-oauth2': "Mail.ru",
  51. 'mapmyfitness': "MapMyFitness",
  52. 'mediawiki': "MediaWiki",
  53. 'mendeley-oauth2': "Mendeley",
  54. 'microsoft-graph': "Microsoft",
  55. 'mineid': "MineID",
  56. 'nationbuilder': "NationBuilder",
  57. 'naver': "NAVER",
  58. 'actionid-openid': "NGP VAN ActionID",
  59. 'nk': "nk.pl",
  60. 'odnoklassniki-oauth2': "OK.RU",
  61. 'odnoklassniki-app': "OK.RU",
  62. 'openshift': "OpenShift",
  63. 'openstreetmap': "PpenStreetMap",
  64. 'orcid': "ORCID",
  65. 'professionali': "Professionali.ru",
  66. 'qq': "QQ",
  67. 'rdio-oauth1': "Pandora",
  68. 'rdio-oauth2': "Pandora",
  69. 'salesforce-oauth2': "Salesforce",
  70. 'salesforce-oauth2-sandbox': "Salesforce (sandbox)",
  71. 'saml': "SAML",
  72. 'shimmering': "Shimmering Verify",
  73. 'stackoverflow': "StackExchange",
  74. 'stocktwits': "StockTwits",
  75. 'opensuse': "Open SUSE OpenId",
  76. 'datagouv': "uData",
  77. 'vimeo-oauth2': "Vimeo",
  78. 'vk': "VK",
  79. 'weixinapp': "Weixin",
  80. 'yahoo-oauth': "Yahoo",
  81. 'yahoo-oauth2': "Yahoo",
  82. 'yammer-staging': "Yammer (staging)",
  83. 'yandex-openid': "Yandex",
  84. 'yandex-oauth2': "Yandex",
  85. 'yaru': "Yandex",
  86. }