BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Secure ASP.NET Applications with Identity and Access Tool

Secure ASP.NET Applications with Identity and Access Tool

This item in japanese

Bookmarks

Microsoft recently announced the released of Identity and Access Tool for Visual Studio 2012 that enables you to secure ASP.NET, ASP.NET MVC and WCF services with claims based identity. It also provides an ability to accept users from multiple identity providers and adds the necessary configuration for the selected identity provider.

The extension works by updating web.config file with the required settings to enable the Windows Identity Foundation and includes a code generation module that generate a discovery page.

In order to work with Identity and Access Tool, you need to follow the steps mentioned below

  • Create a new ASP.NET MVC Project using Visual Studio 2012
  • Go to Tools | Extensions and Updates
  • Select the option Online from the left side navigation menu from the displayed dialog
  • Visual Studio 2012 populates the available extensions from the Visual Studio gallery
  • Select Page 2 from the bottom page navigator
  • Select Identity and Access Tool, click Download button and follow the on screen instructions to complete the installation process
  • Right click on the project name from the Solution Explorer and provide the required values on the Identity and Access dialog.

Figure 1 - Identity and Access Tool

Identity and Access Tool

Identity and Access Tool enables you to develop and test applications using a local development STS, corporate identity provider like ADFS2 via HTTPS including the usage of Windows Azure Access Control Service to connect to other identity providers such as LiveID, Google, Yahoo and Facebook.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT