summaryrefslogtreecommitdiffstats
path: root/README.md
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:: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/develop?svg=true)](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)