Auth10.AspNet.SimpleConfig 0.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Auth10.AspNet.SimpleConfig --version 0.9.1
NuGet\Install-Package Auth10.AspNet.SimpleConfig -Version 0.9.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Auth10.AspNet.SimpleConfig" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Auth10.AspNet.SimpleConfig --version 0.9.1
#r "nuget: Auth10.AspNet.SimpleConfig, 0.9.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Auth10.AspNet.SimpleConfig as a Cake Addin
#addin nuget:?package=Auth10.AspNet.SimpleConfig&version=0.9.1

// Install Auth10.AspNet.SimpleConfig as a Cake Tool
#tool nuget:?package=Auth10.AspNet.SimpleConfig&version=0.9.1

Using <appSettings> to store all the federation parameters is simpler to understand, it works well with cloud hosting and you have more control of how WIF works.

  <add key="fedauth.identityProviderUrl" value="https://auth10-preview.accesscontrol.windows.net/v2/wsfederation" />
   <add key="fedauth.realm" value="http://myapp" />
   <add key="fedauth.certThumbprint" value="B538E6F6A1....0B529F716" />
   <add key="fedauth.requireSsl" value="true" />
   <add key="fedauth.enableManualRedirect" value="false" />

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.0

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.3 288 9/3/2012
0.9.2 78 8/6/2012
0.9.1 73 7/19/2012
0.9.0 73 7/17/2012