Bit of Technology

  • Archive
  • About Me
    • Advertise
    • Disclaimer
  • Speaking
  • Contact

ASP.NET Web API Claims Authorization with ASP.NET Identity 2.1 – Part 5

March 31, 2015 By Taiseer Joudeh 323 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the fifth part of Building Simple Membership system using ASP.NET Identity 2.1, ASP.NET Web API 2.2 and AngularJS. The topics we’ll cover are: Configure ASP.NET Identity with ASP.NET Web API (Accounts Management) – Part 1. ASP.NET Identity 2.1 Accounts Confirmation, and Password/User Policy Configuration – Part 2. Implement JSON Web Tokens Authentication in ASP.NET Web API and […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.NET Identity, ASP.Net Web API, Uncategorized, Web API Security, Web API Tutorial Tagged With: Autherization Server, Claims, JWT, OAuth, Token Authentication

ASP.NET Identity 2.1 Roles Based Authorization with ASP.NET Web API – Part 4

March 11, 2015 By Taiseer Joudeh 146 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the forth part of Building Simple Membership system using ASP.NET Identity 2.1, ASP.NET Web API 2.2 and AngularJS. The topics we’ll cover are: Configure ASP.NET Identity with ASP.NET Web API (Accounts Management) – Part 1. ASP.NET Identity 2.1 Accounts Confirmation, and Password/User Policy Configuration – Part 2. Implement JSON Web Tokens Authentication in ASP.NET Web API and […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.NET Identity, ASP.Net Web API, Web API Security, Web API Tutorial Tagged With: Authentication, Autherization Server, OAuth, Roles

Implement OAuth JSON Web Tokens Authentication in ASP.NET Web API and Identity 2.1 – Part 3

February 16, 2015 By Taiseer Joudeh 331 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the third part of Building Simple Membership system using ASP.NET Identity 2.1, ASP.NET Web API 2.2 and AngularJS. The topics we’ll cover are: Configure ASP.NET Identity with ASP.NET Web API (Accounts Management) – Part 1. ASP.NET Identity 2.1 Accounts Confirmation, and Password/User Policy Configuration – Part 2. Implement JSON Web Tokens Authentication in ASP.NET Web API and […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.NET Identity, ASP.Net Web API, CodeProject, Web API Security, Web API Tutorial Tagged With: Authentication, Authorization, JSON Web Tokens, JWT, OAuth

ASP.NET Identity 2.1 Accounts Confirmation, and Password Policy Configuration – Part 2

February 3, 2015 By Taiseer Joudeh 111 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the second part of Building Simple Membership system using ASP.NET Identity 2.1, ASP.NET Web API 2.2 and AngularJS. The topics we’ll cover are: Configure ASP.NET Identity with ASP.NET Web API (Accounts Management) – Part 1. ASP.NET Identity 2.1 Accounts Confirmation, and Password/User Policy Configuration – (This Post) Implement OAuth JSON Web Tokens Authentication in ASP.NET Web API and […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.NET Identity, ASP.Net Web API, Web API Tutorial Tagged With: Token Authentication, Tutorial, Web API 2

ASP.NET Identity 2.1 with ASP.NET Web API 2.2 (Accounts Management) – Part 1

January 21, 2015 By Taiseer Joudeh 248 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

ASP.NET Identity 2.1 is the latest membership and identity management framework provided by Microsoft, this membership system can be plugged to any ASP.NET framework such as Web API, MVC, Web Forms, etc… In this tutorial we’ll cover how to integrate ASP.NET Identity system with ASP.NET Web API , so we can build a secure HTTP service which acts as […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.NET Identity, ASP.Net Web API, Web API Tutorial Tagged With: Token Authentication, Tutorial, Web API 2

Two Factor Authentication in ASP.NET Web API & AngularJS using Google Authenticator

October 15, 2014 By Taiseer Joudeh 48 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Last week I was looking on how to enable Two Factor Authentication in a RESTful ASP.NET Web API service using Soft Tokens not SMS. Most of the examples out there show how to implement this in MVC application where there will be some cookies transmitted between requests, this approach defeats the stateless nature of the RESTful […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: AngularJS, ASP.NET, ASP.NET Identity, ASP.Net Web API, Owin, RESTful API, Single Page Applications, Web API Tutorial Tagged With: AngularJS, ASP.NET, Google Authenticator, Identity, TFA, Tutorial, Two Factor Authentication, Web API

Enable OAuth Refresh Tokens in AngularJS App using ASP .NET Web API 2, and Owin

July 16, 2014 By Taiseer Joudeh 730 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

After my previous Token Based Authentication post I’ve received many requests to add OAuth Refresh Tokens to the OAuth Resource Owner Password Credentials flow which I’m currently using in the previous tutorial. To be honest adding support for refresh tokens adds a noticeable level of complexity to your Authorization Server. As well most of the available resources on […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: AngularJS, ASP.NET, ASP.NET Identity, ASP.Net Web API, Owin, RESTful API, Single Page Applications, Web API Tutorial Tagged With: AngularJS, ASP.NET, OAuth, Refresh Tokens, SPA, Token Authentication, Web API

AngularJS Token Authentication using ASP.NET Web API 2, Owin, and Identity

June 9, 2014 By Taiseer Joudeh 405 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the second part of AngularJS Token Authentication using  ASP.NET Web API 2 and Owin middleware, you can find the first part using the link below: Token Based Authentication using ASP.NET Web API 2, Owin middleware, and ASP.NET Identity – Part 1. Enable OAuth Refresh Tokens in AngularJS App using ASP .NET Web API […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: AngularJS, ASP.NET, ASP.NET Identity, ASP.Net Web API, CodeProject, RESTful API, Single Page Applications, Web API Tutorial Tagged With: AngularJS, ASP.NET, SPA, Token Authentication, Tutorial, Web API

Token Based Authentication using ASP.NET Web API 2, Owin, and Identity

June 1, 2014 By Taiseer Joudeh 1,456 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Last week I was looking at the top viewed posts on my blog and I noticed that visitors are interested in the authentication part of ASP.NET Web API, CORS Support, and how to authenticate users in single page applications built with AngularJS using token based approach. So I decided to compile mini tutorial of three five posts which covers and connects those […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: AngularJS, ASP.NET, ASP.NET Identity, ASP.Net Web API, RESTful API, Single Page Applications, Web API Tutorial Tagged With: AngularJS, ASP.NET, SPA, Token Authentication, Tutorial, Web API

About Taiseer

Husband, Father, Consultant @ MSFT, Life Time Learner... Read More…

Buy me a coffeeBuy me a coffee

Recent Posts

  • Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3
  • Secure ASP.NET Web API 2 using Azure AD B2C – Part 2
  • Azure Active Directory B2C Overview and Policies Management – Part 1
  • ASP.NET Web API Claims Authorization with ASP.NET Identity 2.1 – Part 5
  • ASP.NET Identity 2.1 Roles Based Authorization with ASP.NET Web API – Part 4

Blog Archives

Recent Posts

  • Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3
  • Secure ASP.NET Web API 2 using Azure AD B2C – Part 2
  • Azure Active Directory B2C Overview and Policies Management – Part 1
  • ASP.NET Web API Claims Authorization with ASP.NET Identity 2.1 – Part 5
  • ASP.NET Identity 2.1 Roles Based Authorization with ASP.NET Web API – Part 4

Tags

AJAX AngularJS API API Versioning ASP.NET Authentication Autherization Server Azure Active Directory B2C Azure AD B2C basic authentication C# CacheCow Client Side Templating Code First Dependency Injection Entity Framework ETag Foursquare API HTTP Caching HTTP Verbs IMDB API IoC Javascript jQuery JSON JSON Web Tokens JWT Model Factory Ninject OAuth OData Pagination Resources Association Resource Server REST RESTful Single Page Applications SPA Token Authentication Tutorial Web API Web API 2 Web API Security Web Service wordpress.com

Search

Copyright © 2022 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.