Bit of Technology

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

Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3

August 31, 2016 By Taiseer Joudeh 30 Comments

This is the third part of the tutorial which will cover Using Azure AD B2C tenant with ASP.NET Web API 2 and various front-end clients. Azure Active Directory B2C Overview and Policies Management – (Part 1) Secure ASP.NET Web API 2 using Azure AD B2C – (Part 2) Integrate Azure Active Directory B2C with ASP.NET MVC Web App (This […]

Filed Under: ASP.Net Web API, Azure, Azure AD B2C, CodeProject, RESTful API, Web API Security Tagged With: Azure Active Directory B2C, Azure AD B2C, Token Authentication, Tutorial, Web API 2, Web API Security

Secure ASP.NET Web API 2 using Azure AD B2C – Part 2

August 24, 2016 By Taiseer Joudeh 14 Comments

This is the second part of the tutorial which will cover Using Azure AD B2C tenant with ASP.NET Web API 2 and various front end clients. Azure Active Directory B2C Overview and Policies Management – (Part 1) Secure ASP.NET Web API 2 using Azure AD B2C – (This Post) Integrate Azure Active Directory B2C with ASP.NET MVC Web App (Part […]

Filed Under: Azure, Azure AD B2C, Web API Security Tagged With: Azure Active Directory B2C, Azure AD B2C, Token Authentication, Tutorial, Web API 2, Web API Security

Azure Active Directory B2C Overview and Policies Management – Part 1

August 24, 2016 By Taiseer Joudeh 16 Comments

Prior joining Microsoft I was heavily involved in architecting and building a large scale HTTP API which will be consumed by a large number of mobile application consumers on multiple platforms (iOS, Android, and Windows Phone). Securing the API and architecting the Authentication and Authorization part for the API was one of the large and challenging […]

Filed Under: ASP.Net Web API, Azure, Azure AD B2C, RESTful API, Web API Security Tagged With: Azure Active Directory B2C, Azure AD B2C, Token Authentication, Tutorial, Web API 2, Web API Security

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

February 3, 2015 By Taiseer Joudeh 116 Comments

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 […]

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 258 Comments

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 […]

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

AngularJS Authentication Using Azure Active Directory Authentication Library (ADAL)

December 2, 2014 By Taiseer Joudeh 58 Comments

In my previous post Secure ASP.NET Web API 2 using Azure Active Directory I’ve covered how to protect Web API end points using bearer tokens issued by Azure Active Directory, and how to build a desktop application which acts as a Client. This Client gets the access token from the Authorization Server (Azure Active Directory) then use this bearer access […]

Filed Under: AngularJS, ASP.Net Web API, Azure, Owin, Web API Security, Web API Tutorial Tagged With: AngularJS, API, OAuth, Tutorial, Web API, Web API Security

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

October 15, 2014 By Taiseer Joudeh 50 Comments

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 […]

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

Secure ASP.NET Web API 2 using Azure Active Directory, Owin Middleware, and ADAL

September 12, 2014 By Taiseer Joudeh 58 Comments

Recently I’ve been asked by many blog readers on how to secure ASP.NET Web API 2 using Azure Active Directory, in other words we want to outsource the authentication part from the Web API to Microsoft Azure Active Directory (AD). We have already seen how the authentication can be done with local database accounts, and social identity providers, so in this […]

Filed Under: ASP.NET, ASP.Net Web API, Azure, RESTful API Tagged With: Azure Active Directory, Token Authentication, Tutorial, Web API 2, Web API Security

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

June 9, 2014 By Taiseer Joudeh 416 Comments

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 […]

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,471 Comments

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 […]

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

  • 1
  • 2
  • 3
  • Next Page »

About Taiseer

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

Buy me a coffeeBuy me a coffee

Recent Posts

  • Invoking Dapr Services in Azure Container Apps using gRPC – Part 2
  • gRPC Communication In Azure Container Apps – Part 1
  • Azure Container Apps Volume Mounts using Azure Files – Part 12
  • Deploy Meilisearch into Azure Container Apps
  • Monitor Microservices App using Azure Managed Grafana

Blog Archives

Recent Posts

  • Invoking Dapr Services in Azure Container Apps using gRPC – Part 2
  • gRPC Communication In Azure Container Apps – Part 1
  • Azure Container Apps Volume Mounts using Azure Files – Part 12
  • Deploy Meilisearch into Azure Container Apps
  • Monitor Microservices App using Azure Managed Grafana

Tags

AJAX AngularJS API API Versioning ASP.NET ASP.NET 6 Authentication Autherization Server Azure Azure Active Directory B2C Azure AD B2C Azure Container Apps Azure Files Azure Storage Code First Dapr Dependency Injection Entity Framework ETag Foursquare API grpc IaC jQuery JSON JSON Web Tokens JWT KEDA Microservice Microsoft MVP Ninject OAuth OAuth 1.0 OData Redis Resource Server REST RESTful Single Page Applications SPA Token Authentication Tutorial Web API Web API 2 Web API Security Web Service

Search

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