FedId.Web.Project.Scaffolding
Metadata
| Authors | Robert O'Brien |
|---|---|
| Description | A totally unsupported way to quickly add Federated Identity Scaffolding to a Web Project. Works on my machine. |
| IconUrl | https://svm.cloudapp.net/cdn/FedIdIdp.jpg |
| Owners | Robert O'Brien |
| ProjectUrl | https://svm.cloudapp.net/cdn/FedId.Web.Project.Scaffolding.html |
| RequireLicenseAcceptance | False |
| Tags | Federated Identity Web Project Scaffolding |
| Title | FedId Web Project Scaffolding |
| LicenseUrl | http://www.opensource.org/licenses/ms-pl/ |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install FedId.Web.Project.Scaffolding -Source http://nuget.gw.symbolsource.org/Public/Private.robertob.fedid/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install FedId.Web.Project.Scaffolding -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/Private.robertob.fedid/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package FedId.Web.Project.Scaffolding
- Installing the package (HTTP Basic authentication):
-
Install-Package FedId.Web.Project.Scaffolding -Source http://nuget.gw.symbolsource.org/Public/Private.robertob.fedid/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package FedId.Web.Project.Scaffolding -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/Private.robertob.fedid/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package FedId.Web.Project.Scaffolding
OpenWrap
- Installing the package:
-
o add-wrap FedId.Web.Project.Scaffolding
- Uninstalling the package:
-
o remove-wrap FedId.Web.Project.Scaffolding
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.
No versions are exposed for this project and you are not logged in or not allowed to manage versions.
