summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some build breaks.Andrew Arnott2011-11-022-4/+5
|
* Moved behaviors into their own RP vs. OP namespaces.Andrew Arnott2011-10-217-12/+12
|
* Fixed .config files to refer to the DNOA config types explicitly. This fixed ↵Andrew Arnott2011-10-0913-65/+65
| | | | the OpenIdOfflineProvider WPF sample.
* Fixes web.config references to OpenID behaviors that have changed name.Andrew Arnott2011-10-097-11/+11
| | | | Also adds a build task that fixes up references to the unified assembly.
* Fixed build breaks when targeting CLR 4.Andrew Arnott2011-10-071-1/+1
|
* Fixed web.config files.Andrew Arnott2011-09-2812-12/+72
|
* Fixed sample OP.Andrew Arnott2011-09-281-1/+1
|
* Merge branch 'master' into splitDllsAndrew Arnott2011-09-284-4/+4
|\
| * Reverted part of commit 2704b0fb445.Andrew Arnott2011-09-285-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 Arnott2011-09-2024-34/+26
| | | | | | | | <%@ Register Assembly="DotNetOpenAuth
* | Fixed a couple of build breaks exposed by drop.proj.Andrew Arnott2011-09-021-1/+6
| |
* | Fixed the webResourceUrlProvider configuration element.Andrew Arnott2011-08-091-0/+1
| |
* | StyleCop work.Andrew Arnott2011-08-072-2/+3
| |
* | The whole solution now builds except for the test project.Andrew Arnott2011-08-022-1/+5
| |
* | Samples now build.Andrew Arnott2011-08-0219-7/+127
| |
* | Basic OpenID RP login sample working again.Andrew Arnott2011-07-315-3/+20
| |
* | Functionality and one sample is fixed up enough to permit an OpenID login to ↵Andrew Arnott2011-07-111-1/+1
| | | | | | | | complete successfully.
* | Trying to fix up configuration section code.Andrew Arnott2011-07-104-6/+10
| |
* | Fixed build breaks in OpenIdOfflineProvider.Andrew Arnott2011-07-101-0/+10
| | | | | | | | No more build breaks, at least in the solution file.
* | Fixed compile errors in samples.Andrew Arnott2011-07-1015-6/+146
| |
* | First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0113-74/+18
|/ | | | Nothing compiles at this point.
* Added a web browser control to facilitate OAuth 2 client authorization.Andrew Arnott2011-06-283-55/+19
|
* A bit of public API cleanup and code consolidation in ClientBase.Andrew Arnott2011-06-271-1/+1
|
* Fixed bad merge.Andrew Arnott2011-06-273-0/+0
|
* Merge branch 'v3.4'Andrew Arnott2011-06-265-0/+119
|\ | | | | | | | | Conflicts: samples/OAuthClient/OAuthClient.csproj
| * Added instruction to getting classic ASP OpenID working on 64-bit Windows ↵Andrew Arnott2011-06-261-0/+6
| | | | | | | | | | | | servers. Thanks to Greg Thomas and "John" for tips on getting this to work.
| * Fixed StyleCop message.Andrew Arnott2011-06-091-2/+2
| |
| * Merge branch 'v3.4' into sample2leggedAndrew Arnott2011-06-0919-18/+221
| |\
| * | Added a bit more to the sample 2-legged oauth consumer.Andrew Arnott2011-04-061-1/+4
| | |
| * | Added 2-legged OAuth consumer sample.Andrew Arnott2011-04-054-0/+111
| | |
* | | Added missing imports to auth server sample.Andrew Arnott2011-06-261-0/+2
| | |
* | | OAuth 2 Authorization Server no longer accepts authorization code requests ↵Andrew Arnott2011-06-251-1/+1
| | | | | | | | | | | | from clients with empty secrets.
* | | Updated OAuthConsumerWpf WCF tab sample to work with OAuth 2.0 service.Andrew Arnott2011-06-252-29/+16
| | |
* | | Fixed StyleCop messages.Andrew Arnott2011-06-231-2/+2
| | |
* | | Merging in support for and sample of implicit grants.Andrew Arnott2011-06-2316-64/+9210
|\ \ \
| * | | Split up the PrepareAccessToken method.Andrew Arnott2011-06-221-9/+15
| | | |
| * | | Finished implicit grant sample. Yay.Andrew Arnott2011-06-2112-14362/+9005
| | | |
| * | | javascript client now parses the implicit grant response enough to enable ↵Andrew Arnott2011-06-212-22/+60
| | | | | | | | | | | | | | | | the right buttons and re-check checkboxes.
| * | | We have an implicit grant javascript client that can obtain an access token.Andrew Arnott2011-06-2011-6/+14464
| | | | | | | | | | | | | | | | It doesn't know how to use it yet though.
| * | | Access token lifetimes are now controlled by the IAuthorizationServer ↵Andrew Arnott2011-06-162-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.unknown2011-06-152-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.unknown2011-06-151-1/+1
| | | |
* | | | Added OutgoingWebResponse.Respond method to replace its Send method, and ↵Andrew Arnott2011-06-236-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | avoid the ThreadAbortException that is no longer the recommended approach. Fixes #40
* | | | Fixed a comment error and a hard-coded string.Andrew Arnott2011-06-231-1/+1
|/ / /
* | | Fixed a few build breaks.Andrew Arnott2011-06-111-1/+1
| | |
* | | More work toward draft 16 compliance.Andrew Arnott2011-06-101-1/+1
| | |
* | | FxCop fixes.Andrew Arnott2011-05-282-135/+135
| | |
* | | Fixed a couple of bugs in the RP sample's custom store.Andrew Arnott2011-05-272-3/+10
| | |
* | | Various fixes to the sample OAuth 2.0 Authorization Server sample.Andrew Arnott2011-05-274-1/+11
| | |
* | | Allowed for cycling of symmetric cryptographic keys by replacing the ↵Andrew Arnott2011-05-279-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 Arnott2011-05-212-0/+2
| | |
* | | StyleCop fixes.Andrew Arnott2011-05-201-50/+50
| | |
* | | Consolidated the IProviderApplicationStore and IRelyingPartyApplicationStore ↵Andrew Arnott2011-05-202-6/+2
| | | | | | | | | | | | interfaces since they were equivalent.
* | | Providers and Relying Parties both implement a unified pair of ↵Andrew Arnott2011-05-203-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 Arnott2011-05-154-173/+176
| | | | | | | | | | | | for RPs.
* | | Removed redundant code and increased key length for OAuth 2.0 authorization ↵Andrew Arnott2011-05-101-1/+1
| | | | | | | | | | | | server sample.
* | | Changed references to DistinguishingFactor to be ProviderEndpoint.Andrew Arnott2011-05-101-9/+9
| | |
* | | Brought custom association store sample for Providers up to date.Andrew Arnott2011-05-094-70/+60
| | |
* | | Merge branch 'v3.4' into oauth2Andrew Arnott2011-05-0612-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.11121Andrew Arnott2011-05-011-3/+11
| | |
| * | Removed System.Web.Mvc.dll from the tools.proj output.Andrew Arnott2011-05-011-0/+1
| | |
| * | FxCop fixes and suppressions.Andrew Arnott2011-04-295-10/+10
| | | | | | | | | | | | The "CodeAnalysis" configuration now runs clean.
| * | Added sample trustedProviders config tag to all sample RPs.Andrew Arnott2011-04-233-3/+18
| | |
| * | Removed the allowSubPath and allowAdditionalQueryParameters settings from ↵Andrew Arnott2011-04-231-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 Arnott2011-04-191-1/+5
| | | | | | | | | | | | It doesn't actually alter runtime behavior yet.
| * | StyleCop fixes.Andrew Arnott2011-04-151-1/+1
| | |
| * | Added missing error handling transaction reversal code.Andrew Arnott2011-04-131-0/+9
| | |
| * | Saved 80% of request/response size by gzip compressing Google OAuth requests.Mike Lim2011-04-131-0/+5
| | |
* | | Saved 80% of request/response size by gzip compressing Google OAuth requests.Mike Lim2011-04-131-0/+5
| | |
* | | Made the OAuth 2.0 callback validation more flexible to the host.Andrew Arnott2011-04-081-8/+17
| | |
* | | Whitespace.Andrew Arnott2011-04-071-34/+34
| | |
* | | Fixed static field initialization.Andrew Arnott2011-04-074-73/+51
| | |
* | | Allow sample authorization server to HTTP request to localhost.Andrew Arnott2011-04-071-1/+8
| | |
* | | Fixed non-thread-safe use of RsaCryptoServiceProvider instances.Andrew Arnott2011-04-073-19/+54
| | |
* | | Replaced OAuth2 API demands for RSAParameters with demands for ↵Andrew Arnott2011-04-064-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 oauth2Andrew Arnott2011-04-0611-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 Arnott2011-04-062-1/+9
| | |
| * | DetectGoogleSession sample now correctly identifies the successful ↵Andrew Arnott2011-04-063-4/+24
| | | | | | | | | | | | Authenticated result.
| * | Added DetectGoogleSession sample.Andrew Arnott2011-04-056-0/+132
| |/ | | | | | | Closes #21
| * Switch from Properties["OriginalHttpRequestUri"] to Via property.Andrew Arnott2011-04-041-1/+1
| | | | | | | | Closes #19
| * Fixed for StyleCop that were exposed by StyleCop upgrade.Andrew Arnott2011-03-311-1/+1
| |
| * Removes the OpenIdOfflineProvider's shipping dependency on ↵Andrew Arnott2011-01-121-0/+15
| | | | | | | | | | | | Microsoft.Contracts.dll. Closes #7
| * Applied Google anonymous consumer key and secret to OAuth consumer sample.Andrew Arnott2011-01-071-2/+2
| |
| * Adds the missing attributes on OpenIdRelyingPartyControlBase that make its ↵Andrew Arnott2010-12-292-3/+7
| | | | | | | | | | | | Extensions property settable inside an ASPX page. Closes #6
* | Replaced WCF "OriginalHttpRequestUri" property with simple Via.Andrew Arnott2010-12-251-1/+1
| | | | | | | | Thanks to Jamie Mutton for suggesting this.
* | Fixed StyleCop messages.Andrew Arnott2010-12-241-1/+1
| |
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-12-241-6/+5
|\ \ | |/ | | | | | | Conflicts: src/version.txt
| * Drop and tools archives are now created *both* as .7z and .zip.Andrew Arnott2010-12-231-6/+5
| |
* | Updated Facebook Graph class to use int64 for ids.Andrew Arnott2010-12-241-1/+1
| | | | | | | | Thanks to Joel Cossins for reporting this requirement.
* | Merge branch 'v3.4' into oauth2Andrew Arnott2010-12-2313-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 Arnott2010-12-222-2/+2
| |
| * Tools and drop .zips are now .7z as well due to their much smaller size.Andrew Arnott2010-12-221-5/+7
| |
| * The nightly build now creates deployable archives of docs and samples in the ↵Andrew Arnott2010-12-211-4/+9
| | | | | | | | .7z format.
| * Samples and HTML docs are now zipped up and included in drop directory for ↵Andrew Arnott2010-12-211-24/+21
| | | | | | | | subsequent publishing.
| * Fixed sample bug reported by Nikko.Andrew Arnott2010-12-181-2/+1
| |
| * Fixed tools .zip build break.Andrew Arnott2010-11-251-0/+1
| |
| * Fixed OpenID Offline Provider build .targets so that it includes log4net.dll ↵Andrew Arnott2010-11-241-4/+10
| | | | | | | | which is required.
| * Fixed bug in sample where the DateTime.Kind on an OAuth token was being lost ↵Andrew Arnott2010-10-291-0/+29
| | | | | | | | by the database.
| * Typo fix.Andrew Arnott2010-10-291-1/+1
| |
| * Added comment about where a token might be saved.Andrew Arnott2010-10-291-1/+5
| |