aspnet-contrib / AspNet.Security.OAuth.Providers

OAuth 2.0 social authentication providers for ASP.NET Core
Apache License 2.0
2.38k stars 539 forks source link

Provider documentation #459

Closed martincostello closed 4 years ago

martincostello commented 4 years ago

For cases where configuration of the provider is either not as simple as just setting the client Id and secret (such as Apple), or there are extra options that can be used (such as GitHub Enterprise), we should add some minimal documentation for users on how to configure them rather than leaving them to work it out from the code.

The providers that have extra options are:

  1. Amazon
  2. Apple
  3. BattleNet
  4. Bitbucket
  5. Discord
  6. EVEOnline
  7. Foursquare
  8. GitHub
  9. Gitee
  10. Instagram
  11. LinkedIn
  12. Odnoklassniki
  13. Okta
  14. Patreon
  15. QQ
  16. Reddit
  17. Salesforce
  18. StackExchange
  19. SuperOffice
  20. Trakt
  21. Twitch
  22. Vkontakte
  23. Weibo
martincostello commented 4 years ago

I'll try and do this today or tomorrow, then I'll push out the 3.1.3 release with the SuperOffice fix.