summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdOfflineProvider/CheckIdWindow.xaml.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes OpenIdProviderWebForms login.Andrew Arnott2013-06-091-1/+2
|
* Moved Offline OP to use controllers.Andrew Arnott2013-03-041-8/+8
|
* Switched OpenIdOfflineProvider to use HttpSelfHostServer.Andrew Arnott2013-03-041-2/+5
|
* More warning fixes.Andrew Arnott2013-02-101-0/+3
|
* Finished fixing build breaks except in test projects.Andrew Arnott2013-01-271-5/+7
|
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-4/+4
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* The whole solution now builds except for the test project.Andrew Arnott2011-08-021-1/+1
|
* StyleCop fixes that only appeared when building at the command line.Andrew Arnott2010-07-201-1/+1
|
* OP now has a RequireSsl option, which requires RP discovery to happen over ↵Andrew Arnott2009-05-081-1/+1
| | | | | | HTTPS. Fixes Trac ticket 51.
* Fixed build breaks in sample caused by RP discovery breaking change in ↵Andrew Arnott2009-05-081-1/+1
| | | | commit 83811ba2f188ff.
* Removed all UI for unimplemented features in the Offline Provider.Andrew Arnott2009-04-261-21/+16
|
* The auto-respond vs. intercept setting for checkid messages works now.Andrew Arnott2009-04-261-3/+9
|
* Lots more feature work on OpenID Offline Provider app:Andrew Arnott2009-04-261-2/+4
| | | | | * OpenID app icon * UI work
* Added user interactivity to begin to customize auth responses to the ↵Andrew Arnott2009-04-251-0/+88
OpenIdOfflineProvider tool.