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