Added OpenID sample sites: RP MVC, RP WebForms, RP Classic ASP, OP WebForms.
commite865ec7da293496d6c2e67039b86c4ef9ded5a6c
authorAndrew Arnott <andrewarnott@gmail.com>
Sun, 1 Feb 2009 05:32:01 +0000 (31 21:32 -0800)
committerAndrew <andrewarnott@gmail.com>
Sun, 1 Feb 2009 05:32:01 +0000 (31 21:32 -0800)
tree116d6a4e8c0892d2be13acd31bacae004de4bb8b
parentf6d5493a42d07389421763c2f1da35b4ca7d9f45
Added OpenID sample sites: RP MVC, RP WebForms, RP Classic ASP, OP WebForms.
120 files changed:
lib/System.Web.Abstractions.dll
lib/System.Web.Mvc.dll
lib/System.Web.Mvc.xml [new file with mode: 0644]
lib/System.Web.Routing.dll
samples/ConsumerWpf/ConsumerWpf.csproj
samples/ProviderPortal/.gitignore [new file with mode: 0644]
samples/ProviderPortal/App_Data/.gitignore [new file with mode: 0644]
samples/ProviderPortal/App_Data/Users.xml [new file with mode: 0644]
samples/ProviderPortal/Code/CustomStore.cs [new file with mode: 0644]
samples/ProviderPortal/Code/CustomStoreDataSet.Designer.cs [new file with mode: 0644]
samples/ProviderPortal/Code/CustomStoreDataSet.xsc [new file with mode: 0644]
samples/ProviderPortal/Code/CustomStoreDataSet.xsd [new file with mode: 0644]
samples/ProviderPortal/Code/CustomStoreDataSet.xss [new file with mode: 0644]
samples/ProviderPortal/Code/ReadOnlyXmlMembershipProvider.cs [new file with mode: 0644]
samples/ProviderPortal/Code/TracePageAppender.cs [new file with mode: 0644]
samples/ProviderPortal/Code/URLRewriter.cs [new file with mode: 0644]
samples/ProviderPortal/Code/Util.cs [new file with mode: 0644]
samples/ProviderPortal/Default.aspx [new file with mode: 0644]
samples/ProviderPortal/Global.asax [new file with mode: 0644]
samples/ProviderPortal/Global.asax.cs [new file with mode: 0644]
samples/ProviderPortal/OpenIdProviderWebForms.csproj [new file with mode: 0644]
samples/ProviderPortal/ProfileFields.ascx [new file with mode: 0644]
samples/ProviderPortal/ProfileFields.ascx.cs [new file with mode: 0644]
samples/ProviderPortal/ProfileFields.ascx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/ProviderPortal/Provider.ashx [new file with mode: 0644]
samples/ProviderPortal/Provider.ashx.cs [new file with mode: 0644]
samples/ProviderPortal/Site.Master [new file with mode: 0644]
samples/ProviderPortal/TracePage.aspx [new file with mode: 0644]
samples/ProviderPortal/TracePage.aspx.cs [new file with mode: 0644]
samples/ProviderPortal/TracePage.aspx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/Web.config [new file with mode: 0644]
samples/ProviderPortal/decide.aspx [new file with mode: 0644]
samples/ProviderPortal/decide.aspx.cs [new file with mode: 0644]
samples/ProviderPortal/decide.aspx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/favicon.ico [new file with mode: 0644]
samples/ProviderPortal/images/dotnetopenid_tiny.gif [new file with mode: 0644]
samples/ProviderPortal/login.aspx [new file with mode: 0644]
samples/ProviderPortal/login.aspx.cs [new file with mode: 0644]
samples/ProviderPortal/login.aspx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/op_xrds.aspx [new file with mode: 0644]
samples/ProviderPortal/server.aspx [new file with mode: 0644]
samples/ProviderPortal/server.aspx.cs [new file with mode: 0644]
samples/ProviderPortal/server.aspx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/styles.css [new file with mode: 0644]
samples/ProviderPortal/user.aspx [new file with mode: 0644]
samples/ProviderPortal/user.aspx.cs [new file with mode: 0644]
samples/ProviderPortal/user.aspx.designer.cs [new file with mode: 0644]
samples/ProviderPortal/user_xrds.aspx [new file with mode: 0644]
samples/RelyingPartyClassicAsp/MembersOnly.asp [new file with mode: 0644]
samples/RelyingPartyClassicAsp/default.asp [new file with mode: 0644]
samples/RelyingPartyClassicAsp/images/dotnetopenid_tiny.gif [new file with mode: 0644]
samples/RelyingPartyClassicAsp/images/openid_login.gif [new file with mode: 0644]
samples/RelyingPartyClassicAsp/login.asp [new file with mode: 0644]
samples/RelyingPartyClassicAsp/logout.asp [new file with mode: 0644]
samples/RelyingPartyClassicAsp/styles.css [new file with mode: 0644]
samples/RelyingPartyMvc/.gitignore [new file with mode: 0644]
samples/RelyingPartyMvc/Content/Site.css [new file with mode: 0644]
samples/RelyingPartyMvc/Controllers/HomeController.cs [new file with mode: 0644]
samples/RelyingPartyMvc/Controllers/UserController.cs [new file with mode: 0644]
samples/RelyingPartyMvc/Default.aspx [new file with mode: 0644]
samples/RelyingPartyMvc/Global.asax [new file with mode: 0644]
samples/RelyingPartyMvc/Global.asax.cs [new file with mode: 0644]
samples/RelyingPartyMvc/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/RelyingPartyMvc/RelyingPartyMvc.csproj [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Home/Index.aspx [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Home/xrds.aspx [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Shared/Site.Master [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Shared/Site.Master.cs [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Shared/Site.Master.designer.cs [new file with mode: 0644]
samples/RelyingPartyMvc/Views/User/Index.aspx [new file with mode: 0644]
samples/RelyingPartyMvc/Views/User/Login.aspx [new file with mode: 0644]
samples/RelyingPartyMvc/Views/Web.config [new file with mode: 0644]
samples/RelyingPartyMvc/Web.config [new file with mode: 0644]
samples/RelyingPartyWebForms/.gitignore [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStore.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet.Designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet.xsc [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet.xsd [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet.xss [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/CustomStoreDataSet1.Designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/State.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Code/TracePageAppender.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Default.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/Global.asax [new file with mode: 0644]
samples/RelyingPartyWebForms/Global.asax.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/MembersOnly/Default.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/MembersOnly/Web.config [new file with mode: 0644]
samples/RelyingPartyWebForms/PrivacyPolicy.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/RelyingPartyWebForms.csproj [new file with mode: 0644]
samples/RelyingPartyWebForms/Settings.StyleCop [new file with mode: 0644]
samples/RelyingPartyWebForms/Site.Master [new file with mode: 0644]
samples/RelyingPartyWebForms/TracePage.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/TracePage.aspx.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/TracePage.aspx.designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/Web.config [new file with mode: 0644]
samples/RelyingPartyWebForms/ajaxlogin.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/ajaxlogin.aspx.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/ajaxlogin.aspx.designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/images/attention.png [new file with mode: 0644]
samples/RelyingPartyWebForms/images/dotnetopenid_tiny.gif [new file with mode: 0644]
samples/RelyingPartyWebForms/images/openid_login.gif [new file with mode: 0644]
samples/RelyingPartyWebForms/images/yahoo.png [new file with mode: 0644]
samples/RelyingPartyWebForms/login.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/login.aspx.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/login.aspx.designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/loginProgrammatic.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/loginProgrammatic.aspx.designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/logout.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/m/Login.aspx [new file with mode: 0644]
samples/RelyingPartyWebForms/m/Login.aspx.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/m/Login.aspx.designer.cs [new file with mode: 0644]
samples/RelyingPartyWebForms/styles.css [new file with mode: 0644]
samples/RelyingPartyWebForms/xrds.aspx [new file with mode: 0644]
samples/Settings.StyleCop
src/DotNetOpenAuth.sln
src/DotNetOpenAuth.vsmdi