|
1 | 1 | DotNetOpenAuth |
2 | 2 | ============== |
3 | 3 |
|
4 | | -[](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 4 | +Dev Build:: [](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop) |
5 | 5 |
|
6 | | -[](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop) |
7 | | -[](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/master) |
| 6 | +## Summary ## |
| 7 | +The C# implementation of the OpenID, OAuth protocols. Use DotNetOpenAuth to create Identity Providers and Identity Consumers (Relying Parties). |
8 | 8 |
|
9 | | -A C# implementation of the OpenID, OAuth protocols |
| 9 | +The following sample implementations are available: |
| 10 | +* OpenID Provider (MVC / WebForms) |
| 11 | +* OpenID Relying Party (Classic ASP / MVC / WebForms) |
| 12 | +* OpenID Web Ring Provider / Relying Party |
| 13 | +* OAuth Authorisation Server |
| 14 | +* OAuth Resource Server |
| 15 | +* OAuth Service Provider |
| 16 | +* OAuth Client |
| 17 | +* OAuth Consumer (Web/Wpf) |
10 | 18 |
|
11 | | -Samples available: |
| 19 | +All samples are available in the [Samples Repository](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples) |
| 20 | + |
| 21 | +## Credits ## |
| 22 | +DotNetOpenAuth utilises the following open source projects: |
| 23 | + |
| 24 | +- [ASP.NET Web API](https://aspnetwebstack.codeplex.com/) |
| 25 | +- [Katana](https://katanaproject.codeplex.com/) |
| 26 | +- [Autofac](http://autofac.org/) |
| 27 | +- [Json.Net](http://james.newtonking.com/json) |
| 28 | +- [LibLog](https://github.com/damianh/LibLog) |
| 29 | +- [Web Protection Library](https://wpl.codeplex.com/) |
| 30 | +- [XUnit](https://github.com/xunit/xunit) |
| 31 | +- [License Header Manager](https://visualstudiogallery.msdn.microsoft.com/5647a099-77c9-4a49-91c3-94001828e99e) |
| 32 | + |
| 33 | +..and is supported by the following open source friendly companies: |
| 34 | + |
| 35 | +- [JetBrains](http://www.jetbrains.com) |
| 36 | +- [Gitter](http://gitter.im) |
| 37 | +- [Huboard](http://huboard.com) |
| 38 | +- [AppVeyor](http://appveyor.com) |
12 | 39 |
|
13 | | -* [Source](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples) |
|
0 commit comments