Sign-in with Google

Managing sign-in credentials has become a complex process. In the beginning, we had just password complexity (e.g. minimum length, at least one number, at least one letter) to deal with. Nowadays, a robust sign-in process also has to deal with password history (don't re-use passwords), account lockout (after a number of unsuccessful attempts), password recovery (security questions), and most recently, multi-factor authentication (using your mobile phone to retrieve a secondary passcode). Rather than dealing with this complexity, it is far simpler to delegate the sign-in process to a 3rd-party service. That's where OAuth comes in. It provides an open standard for performing that delegation.

Read more

Oracle Tech Day

Recently, I attended the Oracle Tech Day event here in Richmond at the local public library. There were three presentations: (A) Free developer tools from Oracle (B) Web services for APEX and (C) SQL Developer 4.2. Let's take a quick look at each of them.

Read more

Proof of Concept: Microsoft Outlook Add-in with Single Sign-on

You can use the Microsoft Office Add-ins platform to build solutions that extend Office applications and interact with content in Office documents. One of our clients recently reached out to us to ask whether we could develop a proof-of-concept for a Microsoft Outlook Add-in that would be able to handle multiple single sign-on (SSO) implementations. We said “sure” and developed the Outlook Add-in that is pictured below.

Read more