Download MVC3 Asp.net memberships and Azure ACS Mixed Authentication Sample

Description

This is a sample project demonstrating a method for adding single singon services to your existing Asp.net membership website using Azure ACS.

Icons

MVC3 Asp.net memberships and Azure ACS Mixed Authentication Sample

Source Files

The download file aspnetformsplusacs.zip has the following entries.


.gitignore/*w w w  .  j  a va  2s  .  c  o  m*/
MVC3MixedAuthenticationSample.sln
MVC3MixedAuthenticationSample/App_Data/aspnetdb_log.ldf
MVC3MixedAuthenticationSample/AspnetDB.Designer.cs
MVC3MixedAuthenticationSample/AspnetDB.edmx
MVC3MixedAuthenticationSample/Content/HrdPage.css
MVC3MixedAuthenticationSample/Content/Site.css
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-icons_222222_256x240.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-icons_2e83ff_256x240.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-icons_454545_256x240.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-icons_888888_256x240.png
MVC3MixedAuthenticationSample/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.accordion.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.all.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.autocomplete.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.base.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.button.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.core.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.datepicker.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.dialog.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.progressbar.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.resizable.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.selectable.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.slider.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.tabs.css
MVC3MixedAuthenticationSample/Content/themes/base/jquery.ui.theme.css
MVC3MixedAuthenticationSample/Controllers/AccountController.cs
MVC3MixedAuthenticationSample/Controllers/HomeController.cs
MVC3MixedAuthenticationSample/FederationMetadata/2007-06/FederationMetadata.xml
MVC3MixedAuthenticationSample/Global.asax
MVC3MixedAuthenticationSample/Global.asax.cs
MVC3MixedAuthenticationSample/Hrd/HrdClient.cs
MVC3MixedAuthenticationSample/Hrd/HrdRequest.cs
MVC3MixedAuthenticationSample/MVC3MixedAuthenticationSample.csproj
MVC3MixedAuthenticationSample/Models/AccountModels.cs
MVC3MixedAuthenticationSample/Models/HrdIdentityProvider.cs
MVC3MixedAuthenticationSample/Models/IdentityClaim.cs
MVC3MixedAuthenticationSample/Models/IdentityRepository.cs
MVC3MixedAuthenticationSample/Properties/AssemblyInfo.cs
MVC3MixedAuthenticationSample/Scripts/MicrosoftAjax.debug.js
MVC3MixedAuthenticationSample/Scripts/MicrosoftAjax.js
MVC3MixedAuthenticationSample/Scripts/MicrosoftMvcAjax.debug.js
MVC3MixedAuthenticationSample/Scripts/MicrosoftMvcAjax.js
MVC3MixedAuthenticationSample/Scripts/MicrosoftMvcValidation.debug.js
MVC3MixedAuthenticationSample/Scripts/MicrosoftMvcValidation.js
MVC3MixedAuthenticationSample/Scripts/jquery-1.5.1-vsdoc.js
MVC3MixedAuthenticationSample/Scripts/jquery-1.5.1.js
MVC3MixedAuthenticationSample/Scripts/jquery-1.5.1.min.js
MVC3MixedAuthenticationSample/Scripts/jquery-ui-1.8.11.js
MVC3MixedAuthenticationSample/Scripts/jquery-ui-1.8.11.min.js
MVC3MixedAuthenticationSample/Scripts/jquery.unobtrusive-ajax.js
MVC3MixedAuthenticationSample/Scripts/jquery.unobtrusive-ajax.min.js
MVC3MixedAuthenticationSample/Scripts/jquery.validate-vsdoc.js
MVC3MixedAuthenticationSample/Scripts/jquery.validate.js
MVC3MixedAuthenticationSample/Scripts/jquery.validate.min.js
MVC3MixedAuthenticationSample/Scripts/jquery.validate.unobtrusive.js
MVC3MixedAuthenticationSample/Scripts/jquery.validate.unobtrusive.min.js
MVC3MixedAuthenticationSample/Scripts/modernizr-1.7.js
MVC3MixedAuthenticationSample/Scripts/modernizr-1.7.min.js
MVC3MixedAuthenticationSample/Util/NameValueCollectionExtensions.cs
MVC3MixedAuthenticationSample/Util/RequireAuthenticationAttribute.cs
MVC3MixedAuthenticationSample/Views/Account/ChangePassword.cshtml
MVC3MixedAuthenticationSample/Views/Account/ChangePasswordSuccess.cshtml
MVC3MixedAuthenticationSample/Views/Account/Identities.cshtml
MVC3MixedAuthenticationSample/Views/Account/LogOn.cshtml
MVC3MixedAuthenticationSample/Views/Account/Register.cshtml
MVC3MixedAuthenticationSample/Views/Account/_IdentityProvidersWithServerSideCode.cshtml
MVC3MixedAuthenticationSample/Views/Home/About.cshtml
MVC3MixedAuthenticationSample/Views/Home/Index.cshtml
MVC3MixedAuthenticationSample/Views/Shared/Error.cshtml
MVC3MixedAuthenticationSample/Views/Shared/_Layout.cshtml
MVC3MixedAuthenticationSample/Views/Shared/_LogOnPartial.cshtml
MVC3MixedAuthenticationSample/Views/Web.config
MVC3MixedAuthenticationSample/Views/_ViewStart.cshtml
MVC3MixedAuthenticationSample/Web.Debug.config
MVC3MixedAuthenticationSample/Web.Release.config
MVC3MixedAuthenticationSample/packages.config
MVC3MixedAuthenticationSample/web.config
MVC3MixedAuthenticationSample/web.config.backup.1
packages/EntityFramework.4.1.10331.0/EntityFramework.4.1.10331.0.nupkg
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.dll
packages/EntityFramework.4.1.10331.0/lib/EntityFramework.xml
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.js
packages/Modernizr.1.7/Content/Scripts/modernizr-1.7.min.js
packages/Modernizr.1.7/Modernizr.1.7.nupkg
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.js
packages/jQuery.1.5.1/Content/Scripts/jquery-1.5.1.min.js
packages/jQuery.1.5.1/jQuery.1.5.1.nupkg
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_222222_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_2e83ff_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_454545_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_888888_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.accordion.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.all.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.autocomplete.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.base.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.button.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.core.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.datepicker.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.dialog.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.progressbar.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.resizable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.selectable.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.slider.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.tabs.css
packages/jQuery.UI.Combined.1.8.11/Content/Content/themes/base/jquery.ui.theme.css
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.js
packages/jQuery.UI.Combined.1.8.11/Content/Scripts/jquery-ui-1.8.11.min.js
packages/jQuery.UI.Combined.1.8.11/jQuery.UI.Combined.1.8.11.nupkg
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate-vsdoc.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.js
packages/jQuery.Validation.1.8.0/Content/Scripts/jquery.validate.min.js
packages/jQuery.Validation.1.8.0/jQuery.Validation.1.8.0.nupkg
packages/jQuery.vsdoc.1.5.1/Content/Scripts/jquery-1.5.1-vsdoc.js
packages/jQuery.vsdoc.1.5.1/jQuery.vsdoc.1.5.1.nupkg
packages/repositories.config

Download

Click the following link to download aspnetformsplusacs.zip.

aspnetformsplusacs.zip




















Home »
  ASP.NET Free Code »
    Cloud »




Azure