Auth10.AspNet.SimpleConfig 0.9.3

dotnet add package Auth10.AspNet.SimpleConfig --version 0.9.3
NuGet\Install-Package Auth10.AspNet.SimpleConfig -Version 0.9.3
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.3" />
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.3
#r "nuget: Auth10.AspNet.SimpleConfig, 0.9.3"
#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.3

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

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" />

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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