1. Thinktecture.IdentityModel

    By:

    Helper library for identity & access control in .NET 4.0/WIF and .NET 4.5 (includes MVC4 and Web API support).

  2. Simple Web Token Support for Windows Identity Foundation

    By:

    (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

  3. Microsoft Token Validation Extension for Microsoft .Net Framework 4.5

    By:

    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... More information

  4. NETFx SWT Token Support for WIF/ACS

    By:

    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

  5. ASP.NET Suppress Forms Authentication Redirect

    By:

    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.

  6. JSON Web Token Handler For the Microsoft .Net Framework 4.5, Developer Preview

    By:

    This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic to process the JSON Web Token (JWT) format. That includes validating, parsing and generating JWT tokens; those capabilities can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any... More information

  7. Windows Identity Foundation Request Validator

    By:

    An ASP.NET request validator which enables claims to pass through ASP.NET request validation when working with WIndows Identity Foundation.

  8. Longscale ISV WIF Configuration for VS2010

    By:

    This will add WIF configuration required for AppStore identity integration

  9. Claims Diagnostics

    By:

    ClaimsDiagnostics is a simple page displaying all claims, nice for all those WIF and Azure ACS/AAD developers

  10. NakedObjects.Authorisation.Wif

    By:

    Add for Naked Objects WIF support

    361 downloads

  11. Configure an ASP.NET WebSite with Windows Identity Foundation (WIF) using AppSettings

    By:

    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="f... More information

  12. Configure an ServiceStack backend to accept OAuth2 Bearer tokens and/or accept WIF cookie

    By:

    This NuGet will add two ServiceStack AuthProviders: one that accepts OAuth2 Bearer tokens (in particular SimpleWebTokens) and another one that will take the WIF cookie (if exists) and convert that into a ServiceStack session

  13. OAuth Support for WCF Web Api

    By:

    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.

  14. Umbraco ACS Extensions

    By:

    The Access Control Service Extensions for Umbraco code sample augments your web site with powerful identity and access management capabilities: - Authenticate users from social identity providers such as Facebook, Windows Live ID, Google and Yahoo. Manage those users and access policies though the familiar Umbraco management UI, withou... More information

  15. An unofficial packaging of 32bit MODI to fulfill an XActLib requirement.

    By:

    An unofficial packaging of 32bit MODI (Microsoft Office Document Imaging).

    455 downloads

    Tags

  16. Aperea.Identity

    By:

    Aperea.Identity is a small utility library for the Windows Idenntity Foundation, it use Aperea.Bootstrap.

  17. Thinktecture.IdentityModel.Web

    By:

    Thinktecture.IdentityModel.Web extends and adds new functionality to the Windows Identity Foundation in the area of RESTful services.

  18. Membership Support for WCF Web Api

    By:

    Authenticates service requests using your Membership Provider. Due to WebApi requirement for ASP.NET it also suppresses Forms Redirect by leveraging aspnet.suppressformsredirect Package.

  19. Thinktecture.IdentityServer.Core

    By:

    Thinktecture IdentityServer Core Libraries for Re-Hosting

  20. Configure an ASP.NET WebSite with Windows Identity Foundation

    By:

    A package that configures federated identity in an ASP.NET website using Windows Identity Foundation in the least amount of steps