summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/Members/Authorize.aspx.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes ThreadAbortException that was preventing the verifier being saved with ↵Andrew Arnott2013-06-091-1/+0
| | | | the request token.
* Changed all ASP.NET async void event handlers to use RegisterAsyncTask, ↵Andrew Arnott2013-03-041-26/+30
| | | | which avoids bugs in ASP.NET.
* A few more fixes.Andrew Arnott2013-03-041-0/+1
|
* C# compiler warning fixes.Andrew Arnott2013-02-101-2/+1
|
* Samples all build now.Andrew Arnott2013-01-271-2/+5
|
* Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so thatAndrew Arnott2012-02-021-0/+80
| | | | | | they work here. Fixes #64
* Split the OAuthServiceProvider sample into two samples: ↵Andrew Arnott2010-07-311-76/+0
| | | | | | OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
* Multiple client callback URLs are now supported.Andrew Arnott2010-07-301-4/+4
| | | | And some StyleCop cleanup.
* Simplified OAuth 2 API a bit.Andrew Arnott2010-07-301-3/+3
|
* StyleCop fixesAndrew Arnott2010-07-261-9/+9
|
* Ripped out OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-0/+76
|
* Stripping OAuth 1.0 support from the OAuthServiceProvider sample.Andrew Arnott2010-07-221-80/+0
|
* Lots of StyleCop work, and one bug fix (can you find it? <g>)Andrew Arnott2010-06-071-3/+3
|
* More StyleCop fixes that mysteriously didn't show up before.Andrew Arnott2010-05-081-2/+2
|
* StyleCop fixes.Andrew Arnott2010-05-081-4/+4
|
* Updated OAuth C and SP samples to use standard WAP namespaces.Andrew Arnott2010-04-191-63/+66
|
* Added IServiceProviderTokenManager.UpdateToken method.Andrew Arnott2009-08-191-1/+3
| | | | Fixes Trac #96.
* Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-081-1/+1
| | | | consumer queries.
* OAuth SP now works with 1.0 Consumers correctly.Andrew Arnott2009-06-081-0/+11
|
* StyleCop fixes.Andrew Arnott2009-04-301-1/+1
|
* Added XSS protection to OAuth SP sample.Andrew Arnott2009-04-291-0/+20
| | | | Resolves Trac ticket 43.
* OAuth SP sample now correctly sets the ConsumerLabel field in the authorize ↵Andrew Arnott2009-04-251-0/+1
| | | | page.
* Renamed OAuth sample sites.Andrew Arnott2009-03-261-0/+43