Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes project templates. | Andrew Arnott | 2013-06-16 | 259 | -48637/+0 |
| | | | | These haven't run correctly for many months anyway, and they'd be horribly out-dated even if they did work. | ||||
* | Consolidates two OpenID memory app stores | Andrew Arnott | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | The StandardRelyingPartyApplicationStore and StandardProviderApplicationStore were equivalent, and thus redundant. There was also nothing OpenID specific about them. So this consolidates and renames these types to better reflect their general purpose. | ||||
* | Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵ | Andrew Arnott | 2013-03-04 | 1 | -40/+68 |
| | | | | which avoids bugs in ASP.NET. | ||||
* | A few more fixes. | Andrew Arnott | 2013-03-04 | 1 | -0/+3 |
| | |||||
* | Switched Channel to receiving messages via HttpRequestMessage as well. | Andrew Arnott | 2013-03-04 | 6 | -17/+11 |
| | |||||
* | Removes OAuthPrincipal in favor of ClaimsPrincipal. | Andrew Arnott | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | More warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -0/+3 |
| | |||||
* | C# compiler warning fixes. | Andrew Arnott | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Fixes up WCF OAuth 1 samples. | Andrew Arnott | 2013-02-10 | 4 | -39/+16 |
| | |||||
* | Removes unnecessary .config settings. | Andrew Arnott | 2013-02-09 | 2 | -2/+0 |
| | |||||
* | Fixes ASP.NET controls to be async. | Andrew Arnott | 2013-02-09 | 2 | -2/+8 |
| | |||||
* | Removed references to obsolete AsyncController. | Andrew Arnott | 2013-01-27 | 2 | -2/+2 |
| | |||||
* | projecttemplates now build. | Andrew Arnott | 2013-01-27 | 15 | -106/+237 |
| | |||||
* | Fixed a bunch more samples. | Andrew Arnott | 2013-01-23 | 2 | -2/+2 |
| | |||||
* | Fixes up some missing references. | Andrew Arnott | 2012-12-29 | 5 | -14/+28 |
| | | | | Upgrades MVC dependency from 1.0 to 3.0, via NuGet. | ||||
* | System.Net.Http references recreated using NuGet. | Andrew Arnott | 2012-12-28 | 2 | -4/+11 |
| | |||||
* | Retargets exclusively to .NET 4.5 now. | Andrew Arnott | 2012-12-28 | 4 | -4/+4 |
| | |||||
* | ASPXCodeBehind noise. | Andrew Arnott | 2012-10-30 | 2 | -0/+13 |
| | |||||
* | Authorization servers can override the granted scopes for all grant types. | Andrew Arnott | 2012-10-30 | 1 | -24/+10 |
| | | | | | | This change adds the ability for authorization servers to override the granted scopes of client credential and resource owner password grant types. Fixes #225 | ||||
* | Added NuGet package dependency and fixed build breaks in samples. | Andrew Arnott | 2012-09-27 | 1 | -0/+4 |
| | |||||
* | Project templates no longer contain both unified and individual assemblies. | Andrew Arnott | 2012-06-10 | 1 | -3/+4 |
| | | | | Fixes #106 | ||||
* | Added to .gitignore | Andrew Arnott | 2012-06-06 | 1 | -0/+2 |
| | |||||
* | Special handling for client credential grant type | Andrew Arnott | 2012-05-29 | 1 | -2/+23 |
| | | | | | | | | Access token requests that carry client credential grants are now specially handled and signal to the authorization server that an authorization record should be created. More work toward #138 | ||||
* | Resource owner password grant method rename | Andrew Arnott | 2012-05-29 | 1 | -2/+4 |
| | | | | | | | | | | | | Renamed IAuthorizationServerHost.IsResourceOwnerCredentialValid to TryAuthorizeResourceOwnerCredentialGrant so that authorization servers are prepared to approve refresh tokens that may be issued as a result of a resource owner password grant. This also removes some of the "validation" that wasn't really doing anything useful for resource owner password grant types. Toward an eventual fix for #138 | ||||
* | Authorization Server hosts now instantiate their own AccessTokens rather ↵ | Andrew Arnott | 2012-04-25 | 1 | -2/+5 |
| | | | | | | | than just parameters. AccessTokens are now serialized via a virtual method on that instance. Fixes #38, I think. | ||||
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 2 | -7/+4 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Replaces ResourceServer.VerifyAccess with a better pattern for error handling. | Andrew Arnott | 2012-04-21 | 2 | -22/+24 |
| | | | | Fixes #122 | ||||
* | We have HTTP Basic client authentication working now in OAuth 2. | Andrew Arnott | 2012-04-18 | 2 | -13/+0 |
| | |||||
* | Authorization server hosts may now provide canonical usernames for the ↵ | Andrew Arnott | 2012-04-16 | 1 | -1/+5 |
| | | | | | | resource owner given correct resource owner credentials. Fixes #103 | ||||
* | Authorization servers now gain insight into the calling client when ↵ | Andrew Arnott | 2012-04-15 | 1 | -1/+5 |
| | | | | | | validating resource owner credential grant type requests. Fixes #101 | ||||
* | Fixed nightly build to include the deployable archives for docs and samples. | Andrew Arnott | 2012-04-15 | 1 | -1/+1 |
| | | | | Also fixed up some build breaks that can occur when building certain project targets with explicit TFV properties, which seemed related to the problem. | ||||
* | Fixed project templates to be willing to target more VS versions and target ↵ | Andrew Arnott | 2012-04-14 | 2 | -2/+12 |
| | | | | frameworks. | ||||
* | Adds missing .xml files to project templates. | Andrew Arnott | 2012-04-13 | 1 | -1/+1 |
| | | | | Toward fix for #106 | ||||
* | Renamed IAuthorizationServer to IAuthorizationServerHost. | Andrew Arnott | 2012-04-08 | 1 | -2/+2 |
| | | | | To avoid confusion with the concrete class AuthorizationServer. | ||||
* | Revert "Updated default VSVersion for database project so it doesn't build ↵ | Andrew Arnott | 2012-04-06 | 1 | -2/+2 |
| | | | | | | | | | break" It turns out that the .sqlproj file format is supported on Dev10 if the appropriate extension is installed. This reverts commit 545c574e3d474931b75c213042f29b26ec62993b. | ||||
* | Merge branch 'v4.0' | Andrew Arnott | 2012-04-05 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs | ||||
| * | Corrected nightly build break due to projecttemplates.proj referencing the ↵ | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | | | | | | | | old .dbproj. | ||||
| * | Updated default VSVersion for database project so it doesn't build break | Andrew Arnott | 2012-04-01 | 1 | -2/+2 |
| | | | | | | | | on Dev10 command prompts. | ||||
* | | Fix for build break due to trying to compile samples when targeting .NET 3.5. | Andrew Arnott | 2012-04-03 | 1 | -2/+2 |
| | | |||||
* | | Migrate all samples to target .NET 4.0 and use IIS Express (where available). | Andrew Arnott | 2012-04-02 | 7 | -1082/+1006 |
| | | | | | | | | | | | | InfoCardRelyingParty sample left out because it seems to cause input validation trouble. Fixes #108 | ||||
* | | AccessToken is now a public class. | Andrew Arnott | 2012-04-01 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | Resource Servers can now handle access tokens that are issued for a client's data (not a 3rd party resource owner's). Client Identifiers are no longer included in access tokens for unauthenticated clients. More work needed on IAccessTokenAnalyzer and the access token formatter. We need to generalize the serialization itself so folks can use JWT, etc. We also still need access token to have a host-defined map of claims. Fixes #104 Fixes #102 | ||||
* | | Fixed typo. | Andrew Arnott | 2012-04-01 | 1 | -1/+1 |
| | | |||||
* | | Allows the authorization server to store merely the hashes of client secrets. | Andrew Arnott | 2012-04-01 | 1 | -8/+21 |
| | | | | | | | | Fixes #92 | ||||
* | | Corrected old name of nonce store property. | Andrew Arnott | 2012-04-01 | 1 | -1/+1 |
| | | |||||
* | | Let Dev11 dirty project files. | Andrew Arnott | 2012-03-31 | 2 | -14/+9 |
| | | |||||
* | | Merge branch 'dev11' into v4.0 | Andrew Arnott | 2012-03-31 | 13 | -90/+456 |
|\ \ | |/ | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | Migrated to Dev11 project files. They should all open in Dev10 still ↵ | Andrew Arnott | 2012-03-31 | 13 | -90/+456 |
| | | | | | | | | | | | | | | | | (except the new .sqlproj). This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649. Fixes #96 | ||||
| * | Revert "Migrated to Dev11 project files. They should all open in Dev10 ↵ | Andrew Arnott | 2012-03-30 | 13 | -456/+90 |
| | | | | | | | | | | | | | | still (except the new .sqlproj)." This reverts commit dc59bdbc51fce4ad19cb41e5ca610915c2e99789, reversing changes made to e5b8e2e4bd925ef6967c264644e4d67749b5b3de. | ||||
| * | Restored script generation in project template to fix build break (Until we ↵ | Andrew Arnott | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | can figure out a way to really use .dacpac and sqlpackage/msdeploy.) | ||||
| * | Merged v4.0 | Andrew Arnott | 2012-03-30 | 1 | -3/+3 |
| |\ | |||||
| * | | Removed this obsession the db has with Path1, which is meaningless. | Andrew Arnott | 2012-03-30 | 4 | -15/+1 |
| | | | |||||
| * | | Fixed sqlproj sql deployment to RelyingPartyLogic assembly. | Andrew Arnott | 2012-03-27 | 3 | -7/+20 |
| | | | |||||
| * | | Updated more references to MVC 3. | Andrew Arnott | 2012-03-26 | 5 | -305/+9 |
| | | | |||||
| * | | Fixed Permissions.sql path. | Andrew Arnott | 2012-03-21 | 1 | -1/+1 |
| | | | |||||
| * | | Resolved the never-ending Dev10 upgrade of the solution. | Andrew Arnott | 2012-03-21 | 1 | -2/+0 |
| | | | | | | | | | | | | The entire solution was being upgraded because this one project had a couple properties in it. | ||||
| * | | Merge branch 'v4.0' into dev11 | Andrew Arnott | 2012-03-21 | 9 | -29/+15 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | | | Downgraded MVC projects from MVC 4 to MVC 3. | Andrew Arnott | 2012-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | MVC 4 is still in beta, and MVC 3 is sufficient for Dev11 compatibility. | ||||
| * | | | Removed extra backup location tags from project files. | Andrew Arnott | 2012-03-20 | 1 | -1/+0 |
| | | | | |||||
| * | | | Completed Dev11 upgrade. The file churn on every file open is finally over. | Andrew Arnott | 2012-03-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This required upgrading the MVC projects to MVC 4. | ||||
| * | | | more noise. | Andrew Arnott | 2012-02-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | more changes. | Andrew Arnott | 2012-02-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | even more noise. | Andrew Arnott | 2012-02-24 | 2 | -4/+7 |
| | | | | |||||
| * | | | Additional changes. | Andrew Arnott | 2012-02-24 | 4 | -6/+659 |
| | | | | |||||
| * | | | Project compatibility upgrades for Dev11. | Andrew Arnott | 2012-02-24 | 2 | -8/+18 |
| | | | | |||||
* | | | | Merge branch 'master' into oauth2refactor | Andrew Arnott | 2012-03-24 | 2 | -4/+4 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: src/DotNetOpenAuth.sln | ||||
| * | | | Upgraded MVC samples from MVC v2 to v3. | Andrew Arnott | 2012-03-22 | 2 | -4/+4 |
| | |/ | |/| | |||||
* | | | Fixed build breaks in the solution. | Andrew Arnott | 2012-03-17 | 3 | -0/+16 |
| | | | |||||
* | | | Redistributed OAuth2 code into their more specific assemblies. | Andrew Arnott | 2012-03-16 | 1 | -24/+9 |
|/ / | |||||
* | | Access token endpoint now can respond with appropriate errors. | Andrew Arnott | 2012-03-14 | 2 | -13/+2 |
| | | |||||
* | | Fixed StyleCop settings files by removing the deprecated "Microsoft." prefixes. | Andrew Arnott | 2012-03-11 | 1 | -3/+3 |
| | | |||||
* | | Applied all the StyleCop fixes necessary by the StyleCop 4.7 upgrade. | Andrew Arnott | 2012-03-10 | 2 | -2/+2 |
| | | |||||
* | | HttpRequestInfo ctors are now internal, and publicly we have static | Andrew Arnott | 2012-03-05 | 1 | -2/+2 |
| | | | | | | | | factory methods that return HttpRequestBase instances. | ||||
* | | Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in ↵ | Andrew Arnott | 2012-03-05 | 7 | -13/+10 |
|/ | | | | | | .NET 3.5 SP1). This makes us more friendly to MVC as well as mock-based unit testing. | ||||
* | Adds support for the resource owner password credential grant. | Andrew Arnott | 2012-02-24 | 1 | -0/+14 |
| | | | | Fixes #72 | ||||
* | Fixed StyleCop messages. | Andrew Arnott | 2012-02-20 | 1 | -9/+11 |
| | |||||
* | Added another frame busting technique to make the authorization server more ↵ | Andrew Arnott | 2012-02-20 | 3 | -0/+41 |
| | | | | secure. | ||||
* | Fixed build breaks. | Andrew Arnott | 2012-02-19 | 4 | -6/+46 |
| | |||||
* | Renamed IConsumerDescription to IClientDescription. | Andrew Arnott | 2012-02-12 | 2 | -5/+5 |
| | |||||
* | Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵ | Andrew Arnott | 2012-02-08 | 1 | -0/+4 |
| | | | | | | OAuth 1 and OAuth 2. Related to and closes #71 | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 30 | -59/+59 |
| | | | | Fixes #66 | ||||
* | Fixes references in project templates to dotnetopenauth so that they target ↵ | Andrew Arnott | 2012-02-01 | 1 | -0/+17 |
| | | | | | | the unified assembly. Fixes #63 | ||||
* | Fixed OpenIdInfoCardSelector control on project template.v4.0.0.12030-Beta1 | Andrew Arnott | 2012-01-30 | 3 | -8/+8 |
| | |||||
* | Fixed rendering of OpenIdSelector ASP.NET control. | Andrew Arnott | 2012-01-30 | 2 | -4/+9 |
| | |||||
* | Fixed .aspx <%@ Register %> tags to account for the split DLL names. | Andrew Arnott | 2012-01-30 | 6 | -11/+8 |
| | |||||
* | Fixed references to old DNOA.Messaging assembly in .config files. | Andrew Arnott | 2012-01-29 | 2 | -6/+6 |
| | |||||
* | Renamed assembly DotNetOpenAuth.Messaging(.UI) to DotNetOpenAuth.Core(.UI) | Andrew Arnott | 2012-01-12 | 3 | -8/+8 |
| | |||||
* | Moved behaviors into their own RP vs. OP namespaces. | Andrew Arnott | 2011-10-21 | 2 | -2/+2 |
| | |||||
* | Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵ | Andrew Arnott | 2011-10-09 | 2 | -10/+10 |
| | | | | the OpenIdOfflineProvider WPF sample. | ||||
* | Fixes web.config references to OpenID behaviors that have changed name. | Andrew Arnott | 2011-10-09 | 2 | -2/+2 |
| | | | | Also adds a build task that fixes up references to the unified assembly. | ||||
* | Fixed web.config files. | Andrew Arnott | 2011-09-28 | 2 | -2/+12 |
| | |||||
* | Fixed up project references in samples and project templates. | Andrew Arnott | 2011-09-06 | 1 | -11/+14 |
| | |||||
* | Fixed some build issues with drop.proj | Andrew Arnott | 2011-09-05 | 1 | -1/+1 |
| | | | | Layouts can now be built. | ||||
* | Fixed xml comment. | Andrew Arnott | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | The whole solution now builds except for the test project. | Andrew Arnott | 2011-08-02 | 4 | -70/+142 |
| | |||||
* | Trying to fix up configuration section code. | Andrew Arnott | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Build breaks in project templates now fixed as well. | Andrew Arnott | 2011-07-10 | 3 | -0/+60 |
| | |||||
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 3 | -12/+2 |
| | | | | Nothing compiles at this point. | ||||
* | Fixed StyleCop messages. | Andrew Arnott | 2011-06-23 | 2 | -2/+2 |
| | |||||
* | Merging in support for and sample of implicit grants. | Andrew Arnott | 2011-06-23 | 5 | -35/+80 |
|\ | |||||
| * | Split up the PrepareAccessToken method. | Andrew Arnott | 2011-06-22 | 1 | -5/+27 |
| | |