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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
.NETFramework 3.5
-
.NETFramework 4.0
- Microsoft.IdentityModel
- WebActivator (>= 1.5.1)
-
.NETFramework 4.5
- WebActivator (>= 1.5.1)
GitHub repositories
This package is not used by any popular GitHub repositories.