Mmm, software
Showing posts with label
web
.
Show all posts
Showing posts with label
web
.
Show all posts
Tuesday, July 18, 2017
Adding Azure Active Directory OAuth 2.0 authentication to a Service Fabric Web API (Stateless) service
›
... is pretty much the same as adding it to a normal Web API 2.0 application: [Authorize] public class ValuesController : ApiController...
Thursday, September 10, 2015
Setting up continuous Webjobs in Azure
›
First things first: you need to properly setup your dashboard: This means that in the 'Application settings' area of the panel for...
Wednesday, August 26, 2015
Using ADAL in Javascript to enable use of Azure Active Directory from an AngularJS SPA
›
Check this out, apparently it came out last fall in Azure: http://www.cloudidentity.com/blog/2014/10/28/adal-javascript-and-angularjs-deep...
Thursday, August 06, 2015
Adding extra files to your MSDeploy web package with MSBuild
›
I've recently started getting much more in depth with Azure. I've ported some web apps up into Azure, and now I need WebJobs. I'...
Monday, August 03, 2015
My website doesn't accept my Active Directory credentials and just keeps prompting me over and over. Or if it's Chrome, just gives me a middle finger straight up.
›
Recently, I've been having the problem of trying to reach some of the internal applications that my company develops that uses Windows A...
Tuesday, May 26, 2015
Implementing delegated authentication from an Azure MVC web app to an Azure Web API web service
›
Follow the information on this tutorial . Contained within that link, is this tutorial on authenticating a web app with delegated user iden...
Authenticating users on an Azure web site (MVC) using Azure Active Directory (AAD)
›
Follow this guide provided on Github . It provides all of the information you need to enable the simplest form of Azure AD authentication in...
Monday, May 18, 2015
Creating an Intranet MVC 5 application using Windows Authentication that connects to a separate Intranet Web API 2 application also using Windows Authentication
›
Recently I wanted to create an Intranet MVC application using Windows Authentication that connects to a separate, pre-existing Intranet Web ...
›
Home
View web version