Mmm, software
Showing posts with label
authentication
.
Show all posts
Showing posts with label
authentication
.
Show all posts
Tuesday, April 12, 2016
Using ADAL.js correctly with AngularJS when setting up your endpoints
›
When searching around and using the tutorials on how to correctly use adal.js to authenticate your calls to Web API (or anything else) in Az...
Sunday, February 21, 2016
Debugging Azure web apps on localhost
›
To get this working, you need to have an app registered with your localhost app root registered for the redirect URI and login URI. Here...
Thursday, August 27, 2015
Setting up delegated authentication between web apps in Azure Active Directory - quirks
›
When setting up your Azure App ID for your web apps, it's extremely important that you follow the recommended format of "https://...
Wednesday, August 26, 2015
Enabling group membership claims in delegated tokens in Azure Active Directory
›
In your application manifest, add the following to the root object: { .... "groupMembershipClaims": "All", ...
Fixing redirect loops in Azure web apps that use Azure Active Directory for authentication
›
We've recently been using Azure Active Directory to handle authentication for a bunch of our Line-Of-Business applications that we'r...
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
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 ...
Thursday, January 22, 2015
Implementing a WCF service on an Active Directory domain using a ServiceHost in a Windows Service with Windows authentication and a non-system user service account
›
So, as it turns out, when you want to implement a WCF service on an Active Directory domain using a ServiceHost in a Windows Service with Wi...
Monday, May 06, 2013
Journey to robust web services: kick starting use of credentials and certificates for message security, phase I
›
As any sensible developer of a large scale system knows, security is paramount. Therefore, encryption of sensitive data is an absolute must,...
›
Home
View web version