Bit of Technology

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

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

October 15, 2014 By Taiseer Joudeh 50 Comments

TFA Featured Image

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

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

Decouple OWIN Authorization Server from Resource Server

September 24, 2014 By Taiseer Joudeh 283 Comments

OAuth 2.0 Roles

Recently I've received lot of comments and emails asking how we can decouple the OWIN Authorization Server we've built in the previous posts from the resources we are protecting. If you are following the posts mentioned below you will notice that … [Continue reading]

Filed Under: ASP.Net Web API, CodeProject, Owin, RESTful API, Web API Tutorial Tagged With: ASP.NET, Autherization Server, OAuth, Resource Server, RESTful, Web API, Web API Security

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

September 12, 2014 By Taiseer Joudeh 58 Comments

Azure Active Directory Web Api

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

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

ASP.NET Web API Documentation using Swagger

August 25, 2014 By Taiseer Joudeh 124 Comments

Asp.Net Web Api Swagger

Recently I was working on designing and implementing a large scale RESTful API using ASP.NET Web API, this RESTful API contains large number of endpoints with different data models used in the request/response payloads. Proper documentation and … [Continue reading]

Filed Under: ASP.Net Web API, RESTful API Tagged With: Documentation, Swagger, Swagger-ui, Swashbuckle

ASP.NET Web API 2 external logins with Facebook and Google in AngularJS app

August 11, 2014 By Taiseer Joudeh 479 Comments

AngularJs External Logins

Ok so it is time to enable ASP.NET Web API 2 external logins such as Facebook & Google then consume this in our AngularJS application. In this post we'll add support to login using Facebook and Google+ external providers, then we'll associate … [Continue reading]

Filed Under: AngularJS, ASP.NET, ASP.Net Web API, RESTful API, Single Page Applications, Uncategorized, Web API Tutorial Tagged With: AngularJS, ASP.NET, External Login, Facebook, Google, OAuth, Social Login, SPA, Token Authentication, Web API

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

July 16, 2014 By Taiseer Joudeh 756 Comments

AngularJS OAuth Refresh Tokens

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

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 Authentication with Auth0 & ASP .Net OWIN

July 2, 2014 By Taiseer Joudeh 13 Comments

OWIN Application

This is guest post written originally to Auth0. Recently I've blogged about using tokens to authenticate users in single page applications, I've used ASP.NET Web API, Owin middleware and ASP.NET Identity to store local accounts in database, I … [Continue reading]

Filed Under: AngularJS, ASP.Net Web API, Single Page Applications Tagged With: AngularJS, ASP.NET, Auth0, Authentication, JWT, SPA, Web API

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

June 9, 2014 By Taiseer Joudeh 416 Comments

AngularJS Authentication

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

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

AngularJS Authentication

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

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

AngularJS with touch of GulpJS

May 5, 2014 By Taiseer Joudeh 20 Comments

gulpjs

Last week I was working on AngularJS project which contains multiple JavaScript files (controllers, services, directives, etc...),  good number of HTML partials, and some custom CSS files. This project started to grow and the number of JavaScript … [Continue reading]

Filed Under: AngularJS, Javascript, Single Page Applications Tagged With: AngularJS, GulpJS, Task Runner

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 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