34 packages tagged with “wif”
Helper library for claims based identity & access control in .NET.
This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic that extends token validation to check that the signer of a token and the issuer of the token are a valid pair. This capability can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any dependency on WIF’s configuration.
Helper library for identity & access control in .NET 4.0/WIF and .NET 4.5 (includes MVC4 and Web API support).
Helper library for claims based identity & access control in OWIN/Katana based applications.
Helper library for claims based identity & access control in ASP.NET Web API v2.
Module that prevents ASP.NET Forms Authentication to redirect the user to the login page. This is helpful for AJAX, JSON, and all other of non Web Representation (Views/Pages) type of requests.
Simple Oauth2 client.
Helper library for claims based identity & access control in ASP.NET and MVC5.
Dlbr WIF components for Web Applications
A set of tools for hooking up Stardust to MVC aplications
Thinktecture IdentityServer Core Libraries for Re-Hosting (for IdentityServer v2)
Aperea.Identity is a small utility library for the Windows Idenntity Foundation, it use Aperea.Bootstrap.
Embedded and easy to use WS-Federation STS for ASP.NET with minimal configuration. Can be used as a replacement for the deprecated "Identity and Access Control" Visual Studio extension.
Scope-based Authorization for Web API v2.
Dlbr WIF components for web services
An HttpModule that will serialize user information to a chunked protected cookie (with MachineKey) and deserialize on every request to a ClaimsPrincipal. Usage: var user = new List<KeyValuePair<string, object>> { new KeyValuePair<string, object>("name", "John Foo"), new KeyValuePair<string, object>("id", "1234"), new KeyValuePair<string, object>("email", "foo@gmail.com") }; ClaimsCookieModule.Instance.CreateSessionSecurityToken(user); That's it. Now, you will be able to access the user claims like this: ((IClaimsIdentity)User.Identity).Claims The cookie will be chunked in multiple cookies to avoid hitting a limit if you are storing lots of user info and it will be deflated and protected with the machine key.
Dlbr WIF components for Windows applications
WS-Trust helpers and bindings for WCF
Implementation of the Hawk authentication scheme for Web API v2 and Katana.
An unofficial packaging of 32bit MODI (Microsoft Office Document Imaging).
(Binary Version of the NetFx.) Adds the required source code and Web.config changes to support SWT tokens. Just configure SWT token format in Azure ACS/STS, and add your SwtSigningKey value to the Web.config! Requires: http://kzu.to/wifruntime and http://kzu.to/wif_sdk
Delegation Handler based Authentication Framework for ASP.NET Web API v2.
ClaimsDiagnostics is a simple page displaying all claims, nice for all those WIF and Azure ACS/AAD developers
Oauth2 delegation through Windows Azure Access Control Service for ASP.NET Web API.
Authenticates service requests using Windows Identity Foundation and SimpleWebToken (wif.swf). Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.
Adds the required source code and Web.config changes to support SWT tokens. Just configure SWT token format in Azure ACS/STS, and add your SwtSigningKey value to the Web.config! Requires: http://kzu.to/wifruntime and http://kzu.to/wif_sdk
Authenticates service requests using your Membership Provider. Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.
Authorization Manager short form and is an applicative authorization manager, that is, given an application user, what this user is authorized to do within that application
An ASP.NET request validator which enables claims to pass through ASP.NET request validation when working with WIndows Identity Foundation.