Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some build breaks. | Andrew Arnott | 2011-11-02 | 2 | -4/+5 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 7 | -12/+12 |
| | |||||
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵ | Andrew Arnott | 2011-10-09 | 13 | -65/+65 |
| | | | | the OpenIdOfflineProvider WPF sample. | ||||
* | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 7 | -11/+11 |
| | | | | Also adds a build task that fixes up references to the unified assembly. | ||||
* | Fixed build breaks when targeting CLR 4. | Andrew Arnott | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 12 | -12/+72 |
| | |||||
* | Fixed sample OP. | Andrew Arnott | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into splitDlls | Andrew Arnott | 2011-09-28 | 4 | -4/+4 |
|\ | |||||
| * | Reverted part of commit 2704b0fb445. | Andrew Arnott | 2011-09-28 | 5 | -4/+6 |
| | | | | | | | | Reverses some of the Send->Respond changes made that are or may be invoked from ASP.NET web forms, since web forms will render HTML after the end of the protocol message. | ||||
* | | Fixed a bunch of ASPX references to the now absent dotnetopenauth.dll assembly. | Andrew Arnott | 2011-09-20 | 24 | -34/+26 |
| | | | | | | | | <%@ Register Assembly="DotNetOpenAuth | ||||
* | | Fixed a couple of build breaks exposed by drop.proj. | Andrew Arnott | 2011-09-02 | 1 | -1/+6 |
| | | |||||
* | | Fixed the webResourceUrlProvider configuration element. | Andrew Arnott | 2011-08-09 | 1 | -0/+1 |
| | | |||||
* | | StyleCop work. | Andrew Arnott | 2011-08-07 | 2 | -2/+3 |
| | | |||||
* | | The whole solution now builds except for the test project. | Andrew Arnott | 2011-08-02 | 2 | -1/+5 |
| | | |||||
* | | Samples now build. | Andrew Arnott | 2011-08-02 | 19 | -7/+127 |
| | | |||||
* | | Basic OpenID RP login sample working again. | Andrew Arnott | 2011-07-31 | 5 | -3/+20 |
| | | |||||
* | | Functionality and one sample is fixed up enough to permit an OpenID login to ↵ | Andrew Arnott | 2011-07-11 | 1 | -1/+1 |
| | | | | | | | | complete successfully. | ||||
* | | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 4 | -6/+10 |
| | | |||||
* | | Fixed build breaks in OpenIdOfflineProvider. | Andrew Arnott | 2011-07-10 | 1 | -0/+10 |
| | | | | | | | | No more build breaks, at least in the solution file. | ||||
* | | Fixed compile errors in samples. | Andrew Arnott | 2011-07-10 | 15 | -6/+146 |
| | | |||||
* | | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 13 | -74/+18 |
|/ | | | | Nothing compiles at this point. | ||||
* | Added a web browser control to facilitate OAuth 2 client authorization. | Andrew Arnott | 2011-06-28 | 3 | -55/+19 |
| | |||||
* | A bit of public API cleanup and code consolidation in ClientBase. | Andrew Arnott | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Fixed bad merge. | Andrew Arnott | 2011-06-27 | 3 | -0/+0 |
| | |||||
* | Merge branch 'v3.4' | Andrew Arnott | 2011-06-26 | 5 | -0/+119 |
|\ | | | | | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj | ||||
| * | Added instruction to getting classic ASP OpenID working on 64-bit Windows ↵ | Andrew Arnott | 2011-06-26 | 1 | -0/+6 |
| | | | | | | | | | | | | servers. Thanks to Greg Thomas and "John" for tips on getting this to work. | ||||
| * | Fixed StyleCop message. | Andrew Arnott | 2011-06-09 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'v3.4' into sample2legged | Andrew Arnott | 2011-06-09 | 19 | -18/+221 |
| |\ | |||||
| * | | Added a bit more to the sample 2-legged oauth consumer. | Andrew Arnott | 2011-04-06 | 1 | -1/+4 |
| | | | |||||
| * | | Added 2-legged OAuth consumer sample. | Andrew Arnott | 2011-04-05 | 4 | -0/+111 |
| | | | |||||
* | | | Added missing imports to auth server sample. | Andrew Arnott | 2011-06-26 | 1 | -0/+2 |
| | | | |||||
* | | | OAuth 2 Authorization Server no longer accepts authorization code requests ↵ | Andrew Arnott | 2011-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | from clients with empty secrets. | ||||
* | | | Updated OAuthConsumerWpf WCF tab sample to work with OAuth 2.0 service. | Andrew Arnott | 2011-06-25 | 2 | -29/+16 |
| | | | |||||
* | | | Fixed StyleCop messages. | Andrew Arnott | 2011-06-23 | 1 | -2/+2 |
| | | | |||||
* | | | Merging in support for and sample of implicit grants. | Andrew Arnott | 2011-06-23 | 16 | -64/+9210 |
|\ \ \ | |||||
| * | | | Split up the PrepareAccessToken method. | Andrew Arnott | 2011-06-22 | 1 | -9/+15 |
| | | | | |||||
| * | | | Finished implicit grant sample. Yay. | Andrew Arnott | 2011-06-21 | 12 | -14362/+9005 |
| | | | | |||||
| * | | | javascript client now parses the implicit grant response enough to enable ↵ | Andrew Arnott | 2011-06-21 | 2 | -22/+60 |
| | | | | | | | | | | | | | | | | the right buttons and re-check checkboxes. | ||||
| * | | | We have an implicit grant javascript client that can obtain an access token. | Andrew Arnott | 2011-06-20 | 11 | -6/+14464 |
| | | | | | | | | | | | | | | | | It doesn't know how to use it yet though. | ||||
| * | | | Access token lifetimes are now controlled by the IAuthorizationServer ↵ | Andrew Arnott | 2011-06-16 | 2 | -16/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | instance supplied by the host. It is consistent whether the access token is obtained via implicit grant or from a refresh token. | ||||
| * | | | Implicit grants are now sort of working on the authorization server side. | unknown | 2011-06-15 | 2 | -41/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | Still to do: * Ensure no auto-authorize of access tokens based on previous authorizations for the unauthenticated client. * Provide the authorization server with a way to indicate access token lifetime, and to veto the request based on the requested scopes being too dangerous for the less secure implicit grant type. | ||||
| * | | | Fixed a comment error and a hard-coded string. | unknown | 2011-06-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵ | Andrew Arnott | 2011-06-23 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40 | ||||
* | | | | Fixed a comment error and a hard-coded string. | Andrew Arnott | 2011-06-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fixed a few build breaks. | Andrew Arnott | 2011-06-11 | 1 | -1/+1 |
| | | | |||||
* | | | More work toward draft 16 compliance. | Andrew Arnott | 2011-06-10 | 1 | -1/+1 |
| | | | |||||
* | | | FxCop fixes. | Andrew Arnott | 2011-05-28 | 2 | -135/+135 |
| | | | |||||
* | | | Fixed a couple of bugs in the RP sample's custom store. | Andrew Arnott | 2011-05-27 | 2 | -3/+10 |
| | | | |||||
* | | | Various fixes to the sample OAuth 2.0 Authorization Server sample. | Andrew Arnott | 2011-05-27 | 4 | -1/+11 |
| | | | |||||
* | | | Allowed for cycling of symmetric cryptographic keys by replacing the ↵ | Andrew Arnott | 2011-05-27 | 9 | -43/+247 |
| | | | | | | | | | | | | | | | | | | effectively constant byte[] secret with a new ICryptoKeyStore throughout the OAuth 2 and OpenID stacks. And StyleCop fixes. | ||||
* | | | Moved ICryptoKeyStore and related types to the Messaging.Bindings namespace. | Andrew Arnott | 2011-05-21 | 2 | -0/+2 |
| | | | |||||
* | | | StyleCop fixes. | Andrew Arnott | 2011-05-20 | 1 | -50/+50 |
| | | | |||||
* | | | Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵ | Andrew Arnott | 2011-05-20 | 2 | -6/+2 |
| | | | | | | | | | | | | interfaces since they were equivalent. | ||||
* | | | Providers and Relying Parties both implement a unified pair of ↵ | Andrew Arnott | 2011-05-20 | 3 | -181/+193 |
| | | | | | | | | | | | | | | | | | | ICryptoKeyStore and INonceStore. OPs can configure to use encoded association handles or database-backed ones based on a simple web.config switch. | ||||
* | | | Updated samples and project template custom stores to use ICryptoKeyStore ↵ | Andrew Arnott | 2011-05-15 | 4 | -173/+176 |
| | | | | | | | | | | | | for RPs. | ||||
* | | | Removed redundant code and increased key length for OAuth 2.0 authorization ↵ | Andrew Arnott | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | server sample. | ||||
* | | | Changed references to DistinguishingFactor to be ProviderEndpoint. | Andrew Arnott | 2011-05-10 | 1 | -9/+9 |
| | | | |||||
* | | | Brought custom association store sample for Providers up to date. | Andrew Arnott | 2011-05-09 | 4 | -70/+60 |
| | | | |||||
* | | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-05-06 | 12 | -76/+114 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/Global.cs src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Channel.cs src/version.txt | ||||
| * | | Fixed visible build artifacts in OpenIdOfflineProvider shipping sample.v3.4.7.11121 | Andrew Arnott | 2011-05-01 | 1 | -3/+11 |
| | | | |||||
| * | | Removed System.Web.Mvc.dll from the tools.proj output. | Andrew Arnott | 2011-05-01 | 1 | -0/+1 |
| | | | |||||
| * | | FxCop fixes and suppressions. | Andrew Arnott | 2011-04-29 | 5 | -10/+10 |
| | | | | | | | | | | | | The "CodeAnalysis" configuration now runs clean. | ||||
| * | | Added sample trustedProviders config tag to all sample RPs. | Andrew Arnott | 2011-04-23 | 3 | -3/+18 |
| | | | |||||
| * | | Removed the allowSubPath and allowAdditionalQueryParameters settings from ↵ | Andrew Arnott | 2011-04-23 | 1 | -3/+4 |
| | | | | | | | | | | | | the trusted Providers configuration since we don't yet have an implementation to support it, nor users asking for it. | ||||
| * | | Added TrustedProviders setting in OpenID security settings. | Andrew Arnott | 2011-04-19 | 1 | -1/+5 |
| | | | | | | | | | | | | It doesn't actually alter runtime behavior yet. | ||||
| * | | StyleCop fixes. | Andrew Arnott | 2011-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Added missing error handling transaction reversal code. | Andrew Arnott | 2011-04-13 | 1 | -0/+9 |
| | | | |||||
| * | | Saved 80% of request/response size by gzip compressing Google OAuth requests. | Mike Lim | 2011-04-13 | 1 | -0/+5 |
| | | | |||||
* | | | Saved 80% of request/response size by gzip compressing Google OAuth requests. | Mike Lim | 2011-04-13 | 1 | -0/+5 |
| | | | |||||
* | | | Made the OAuth 2.0 callback validation more flexible to the host. | Andrew Arnott | 2011-04-08 | 1 | -8/+17 |
| | | | |||||
* | | | Whitespace. | Andrew Arnott | 2011-04-07 | 1 | -34/+34 |
| | | | |||||
* | | | Fixed static field initialization. | Andrew Arnott | 2011-04-07 | 4 | -73/+51 |
| | | | |||||
* | | | Allow sample authorization server to HTTP request to localhost. | Andrew Arnott | 2011-04-07 | 1 | -1/+8 |
| | | | |||||
* | | | Fixed non-thread-safe use of RsaCryptoServiceProvider instances. | Andrew Arnott | 2011-04-07 | 3 | -19/+54 |
| | | | |||||
* | | | Replaced OAuth2 API demands for RSAParameters with demands for ↵ | Andrew Arnott | 2011-04-06 | 4 | -107/+146 |
| | | | | | | | | | | | | | | | | | | | | | | | | RSACryptoServiceProvider. This allows for servers that have non-exportable private keys to still use those private keys for signing and decryption. Closes #16 | ||||
* | | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2011-04-06 | 11 | -7/+186 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | 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 Arnott | 2011-04-06 | 2 | -1/+9 |
| | | | |||||
| * | | DetectGoogleSession sample now correctly identifies the successful ↵ | Andrew Arnott | 2011-04-06 | 3 | -4/+24 |
| | | | | | | | | | | | | Authenticated result. | ||||
| * | | Added DetectGoogleSession sample. | Andrew Arnott | 2011-04-05 | 6 | -0/+132 |
| |/ | | | | | | | Closes #21 | ||||
| * | Switch from Properties["OriginalHttpRequestUri"] to Via property. | Andrew Arnott | 2011-04-04 | 1 | -1/+1 |
| | | | | | | | | Closes #19 | ||||
| * | Fixed for StyleCop that were exposed by StyleCop upgrade. | Andrew Arnott | 2011-03-31 | 1 | -1/+1 |
| | | |||||
| * | Removes the OpenIdOfflineProvider's shipping dependency on ↵ | Andrew Arnott | 2011-01-12 | 1 | -0/+15 |
| | | | | | | | | | | | | Microsoft.Contracts.dll. Closes #7 | ||||
| * | Applied Google anonymous consumer key and secret to OAuth consumer sample. | Andrew Arnott | 2011-01-07 | 1 | -2/+2 |
| | | |||||
| * | Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵ | Andrew Arnott | 2010-12-29 | 2 | -3/+7 |
| | | | | | | | | | | | | Extensions property settable inside an ASPX page. Closes #6 | ||||
* | | Replaced WCF "OriginalHttpRequestUri" property with simple Via. | Andrew Arnott | 2010-12-25 | 1 | -1/+1 |
| | | | | | | | | Thanks to Jamie Mutton for suggesting this. | ||||
* | | Fixed StyleCop messages. | Andrew Arnott | 2010-12-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-12-24 | 1 | -6/+5 |
|\ \ | |/ | | | | | | | Conflicts: src/version.txt | ||||
| * | Drop and tools archives are now created *both* as .7z and .zip. | Andrew Arnott | 2010-12-23 | 1 | -6/+5 |
| | | |||||
* | | Updated Facebook Graph class to use int64 for ids. | Andrew Arnott | 2010-12-24 | 1 | -1/+1 |
| | | | | | | | | Thanks to Joel Cossins for reporting this requirement. | ||||
* | | Merge branch 'v3.4' into oauth2 | Andrew Arnott | 2010-12-23 | 13 | -82/+285 |
|\ \ | |/ | | | | | | | | | | | Conflicts: samples/OAuthServiceProvider/Code/DatabaseTokenManager.cs samples/OAuthServiceProvider/Code/OAuthToken.cs src/DotNetOpenAuth/Messaging/MessagingStrings.resx | ||||
| * | Build system can now generate .zip OR .7z on demand given a build property. | Andrew Arnott | 2010-12-22 | 2 | -2/+2 |
| | | |||||
| * | Tools and drop .zips are now .7z as well due to their much smaller size. | Andrew Arnott | 2010-12-22 | 1 | -5/+7 |
| | | |||||
| * | The nightly build now creates deployable archives of docs and samples in the ↵ | Andrew Arnott | 2010-12-21 | 1 | -4/+9 |
| | | | | | | | | .7z format. | ||||
| * | Samples and HTML docs are now zipped up and included in drop directory for ↵ | Andrew Arnott | 2010-12-21 | 1 | -24/+21 |
| | | | | | | | | subsequent publishing. | ||||
| * | Fixed sample bug reported by Nikko. | Andrew Arnott | 2010-12-18 | 1 | -2/+1 |
| | | |||||
| * | Fixed tools .zip build break. | Andrew Arnott | 2010-11-25 | 1 | -0/+1 |
| | | |||||
| * | Fixed OpenID Offline Provider build .targets so that it includes log4net.dll ↵ | Andrew Arnott | 2010-11-24 | 1 | -4/+10 |
| | | | | | | | | which is required. | ||||
| * | Fixed bug in sample where the DateTime.Kind on an OAuth token was being lost ↵ | Andrew Arnott | 2010-10-29 | 1 | -0/+29 |
| | | | | | | | | by the database. | ||||
| * | Typo fix. | Andrew Arnott | 2010-10-29 | 1 | -1/+1 |
| | | |||||
| * | Added comment about where a token might be saved. | Andrew Arnott | 2010-10-29 | 1 | -1/+5 |
| | |