summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary references to Microsoft.Net.Http and Microsoft.Bcl.Build ↵lcalabrese2015-08-071-16/+2
| | | | since we are using .NET 4.5 and the built-in System.Net.Http library
* Test greenDavid Christiansen2015-01-051-9/+15
| | | | - Packages update
* Updates NuGet packages.Andrew Arnott2013-10-191-2/+13
|
* Removes InfoCard support from the library.Andrew Arnott2013-06-161-4/+0
| | | | InfoCard support has been removed from recent versions of Windows. It's effectively dead.
* Merge branch 'v4.3'Andrew Arnott2013-05-271-7/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthClient/Default.aspx samples/OAuthClient/Facebook.aspx.cs samples/OAuthClient/Web.config samples/OAuthClient/WindowsLive.aspx.cs samples/OAuthClient/packages.config src/DotNetOpenAuth.Core/Messaging/OutgoingWebResponse.cs src/DotNetOpenAuth.Core/Messaging/StandardWebRequestHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/ConsumerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HmacSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1PlainTextMessageHandler.cs src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1RsaSha1HttpMessageHandler.cs src/DotNetOpenAuth.OAuth2.Client/OAuth2/WebServerClient.cs src/packages/repositories.config src/version.txt
| * Samples improvementsAndrás Fuchs2013-05-261-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | The part which I needed to improve is the ApplicationBlock where I changed the OAuth2 classes' structure a little and extended them with a lot of useful functionality, like adding many Facebook and WindowsLive scopes, fields, structures including the asked-by-many easy to use birthdate and avatar url getters. I have also implemented the Google OAuth2 authentication and created one common interface for all 3 Graphs in the code (which has the common properties like Id, FirstName, LastName, etc.), so the authentication code became really simple if you use my version of your ApplicationBlock.
| * Enabled AzureAD integration and added TestAzureAD sample appGirish Bablani2013-04-161-0/+5
| |
* | OAuth 1.0 Consumers are now *much* simpler, entirely avoiding channels.Andrew Arnott2013-02-251-3/+4
| | | | | | | | Build breaks in other projects, however.
* | Fixes up WCF OAuth 1 samples.Andrew Arnott2013-02-101-0/+1
| |
* | Fixes OAuthConsumer twitter sample.Andrew Arnott2013-02-091-0/+3
| |
* | ApplicationBlock builds.Andrew Arnott2013-01-231-0/+7
| |
* | Retargets exclusively to .NET 4.5 now.Andrew Arnott2012-12-281-1/+1
|/
* Removed useless and misnamed TokenManager class.Andrew Arnott2012-06-091-1/+0
| | | | | It wasn't providing any value over the default DNOA behavior, and it wasn't even a TokenManager implementation.
* Switched drop.proj to generate drops based on .NET 4.0, and include .NET 3.5 ↵Andrew Arnott2012-04-151-1/+1
| | | | | | components for the library. Fixes up build breaks in the dropped samples.
* Adds a Windows Live login sample.Andrew Arnott2012-03-071-0/+2
| | | | Fixes #83
* Removed OAuth1's dependency on OpenID assemblies.Andrew Arnott2012-02-081-0/+4
| | | | Related to #71
* Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI)Andrew Arnott2012-01-121-2/+2
|
* Samples now build.Andrew Arnott2011-08-021-0/+20
|
* Fixed compile errors in samples.Andrew Arnott2011-07-101-0/+22
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-7/+1
| | | | Nothing compiles at this point.
* Merge branch 'v3.4' into oauth2Andrew Arnott2011-04-061-1/+2
|\ | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyLogic/OAuthAuthorizationManager.cs samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj samples/OAuthResourceServer/Code/OAuthAuthorizationManager.cs
| * Fixed build breaks and StyleCop messages from prior commit.Andrew Arnott2011-04-061-1/+1
| |
| * Added DetectGoogleSession sample.Andrew Arnott2011-04-051-0/+1
| | | | | | | | Closes #21
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-211-7/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: projecttemplates/RelyingPartyDatabase/RelyingPartyDatabase.dbproj projecttemplates/RelyingPartyLogic/CreateDatabase.sql samples/OAuthConsumerWpf/OAuthConsumerWpf.csproj src/DotNetOpenAuth.Test/Messaging/MessagingUtilitiesTests.cs src/DotNetOpenAuth.Test/OAuth/ChannelElements/OAuthChannelTests.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/DotNetOpenAuth/Messaging/MessagingUtilities.cs src/DotNetOpenAuth/OAuth/ChannelElements/OAuthChannel.cs src/version.txt
| * Added StyleCop to toolset and regular command line build.Andrew Arnott2010-07-191-7/+2
| | | | | | | | As part of this, all projects now import EnlistmentInfo.props and .targets.
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-07-091-0/+1
|\ \ | |/ | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj
| * Added sample Yammer OAuth 1.0 consumer.Andrew Arnott2010-06-171-0/+1
| | | | | | | | Yammer has a troublesome non-standard implementation of OAuth SP.
* | Simplified using the web server client a bit (no "token manager" needed any ↵Andrew Arnott2010-07-051-1/+1
| | | | | | | | more).
* | Fixed some more bugs. We almost have the access token at the client.Andrew Arnott2010-05-311-0/+1
| |
* | Placeholder Facebook Graph API now in the ApplicationBlock, and the sample ↵Andrew Arnott2010-05-131-1/+4
| | | | | | | | calls into it.
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-061-1/+9
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: samples/OAuthConsumer/Web.config src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/MessagingStrings.Designer.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx src/version.txt
| * Fixed build break in non-DEBUG configurations of the recently changed samples.Andrew Arnott2010-04-191-1/+4
| |
| * Adjusted how the sample InMemoryTokenManager class is defined so that it is ↵Andrew Arnott2010-04-191-2/+4
| | | | | | | | more difficult to use in real apps without knowing its limited scope.
| * Added Yubikey login to ApplicationBlock and OpenID Provider web forms sample.Andrew Arnott2010-03-271-0/+1
| |
| * Added Sign In with Twitter sample.Andrew Arnott2010-02-241-0/+3
| |
* | Working to catch up with latest OAuth 2.0 spec.Andrew Arnott2010-05-061-0/+3
|/
* Reverting default target framework from 4.0 back to 3.5.Andrew Arnott2010-01-081-1/+1
|
* Retargeted to .NET 4.0Andrew Arnott2010-01-051-2/+3
|
* Solution upgraded (MVC projects won't upgrade at this point).Andrew Arnott2010-01-051-1/+40
|
* Promoted the OAuthIdentity and OAuthPrincipal classes from ApplicationBlock ↵Andrew Arnott2009-06-231-2/+0
| | | | to the core library.
* Added OpenID pluggable behaviors support, including a sample PPID generator.Andrew Arnott2009-06-171-1/+0
|
* Promoted PPID identifier provider from the application block to the core ↵Andrew Arnott2009-05-311-1/+0
| | | | library.
* Added sample OAuthPrincipal class to the application block.Andrew Arnott2009-04-301-0/+1
|
* Added sample OAuthIdentity class to the application block.Andrew Arnott2009-04-291-0/+1
|
* Moved PPID OP Provider code out of the library and into the ApplicationBlock.Andrew Arnott2009-04-261-0/+2
|
* Custom OpenID extensions may now exist outside the library.Andrew Arnott2009-04-151-0/+3
|
* Added Twitter OAuth consumer sample and helper class to the application block.Andrew Arnott2009-04-071-0/+1
|
* Fixed assembly name of the appblock sample.Andrew Arnott2009-03-121-2/+2
|
* first sprintAndrew Arnott2009-03-091-0/+10
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-0/+66