Inside{CurlyBraces}

I read, learn, code and blog

About

Identity Management Visual Studio

© Rasika Weliwita

Newer

How to Issue the Claims About the User

30 Mar 2015 • Visual Studio • IAM

This post is part of few introductory blog posts about the identity in DotNet Application. In this post, let’s talk about the process of storing and issuing claims about the user.

More …

HTML Helper to Display the Logged In User's DisplayName

22 Mar 2015 • Visual Studio • IAM

It is pretty common to display the logged-in user in various places in a website. We can create an HTML helper to display the logged-in user’s name.

More …

List All the Claims of the Current User

09 Mar 2015 • Visual Studio • IAM

The easiest way to display all the claims that was issued to the current user is to query the Identity property of the IPrincipal interface.

More …

Running web application locally as a predefined user using OWIN Middleware

01 Mar 2015 • Visual Studio • IAM

It is quite common that we sometimes need to run the application without all the identity server redirection dance at development time. It is possible to assign common identity to all the users running the application locally as follows.

More …

How to use Identity in a .NET Web Application - Part 2

15 Feb 2015 • Visual Studio • IAM

In the previous blog post, I described how a 302 Redirect is issued to the browser when the user requests a page that requires a logged in user. In this post, let’s see how the actual login process works in default MVC template.

More …
Older