Authentication

Authentication

As I mentioned in the purpose of this group, it’s to provide insight for people looking to implement an Identity Provider (IdP) or Identity Access Management (IAM). I’ll start with what I consider the highest priority is compliance of the IdP vendor to standard and their support of Single Sign On (SSO).

IdP/IAM and Service Provider (SP) Model

Security Assertion Markup Language (SAML) and Open ID Connect (OIDC) protocols enable the safe exchange of identity data between unaffiliated websites, are based on an IdP and SP model. A SP is an application which requires authentication from the IdP/IAM. When a user accesses a SP (cloud-based service), they are redirected to the trusted IdP or IAM for authentication. The IdP or IAM verifies the user’s authentication data (e.g. user’s cookie, device, network, OTP) and produces an “accept” or “reject” response which is then sent to the SP. The SP then authorizes access to the provided service. 

SAML

SAML, is an XML-based open standard for exchanging authentication data between unaffiliated websites, a capability also called identity federation or federated authentication. Identity federation means the ability to extend users’ current enterprise identities to the cloud, enabling them to log in to their cloud applications with their current enterprise identity. Federated authentication to cloud apps with SAML allows users to log in to all their cloud applications with their current enterprise identity, so that instead of maintaining 5 or 25 username-and-password sets, they can maintain just one. The sequence diagram for SAML is shown below.

No alt text provided for this image

The current SAML Specification is v 2.0 and can be found at saml.xml.org.

OIDC

OIDC, like SAML, OpenID Connect is an open standard identity federation protocol that uses an Identity Provider model. However, unlike SAML, which works using a cookie and therefore only works with applications that open in a browser (‘browser-based applications’), OpenID Connect provides a single-sign on framework that enables the implementation of single sign-on across browser-based applications, native mobile apps and desktop clients (such as rich clients and some VPNs). So while most single sign-on implementations today support only cloud and browser-based apps, as more identity providers adopt OpenID Connect, we’ll be able to authenticate just once in order to concurrently gain access to all our resources - be they desktop clients, browser-based applications or native mobile apps. The OIDC workflow is shown below.

No alt text provided for this image

The current OIDC Specification replaces OpenID 2.0 and can be found at Openid.net

Why are these important?

In today’s world of rapidly evolving technologies companies can not afford to bring in technologies that, once they are implemented, are impossible to replace. It has been my experience over the last 18 months that if an IdP/IAM conforms to either SAML or OIDC it can easily be removed and replaced by another IdP/IAM. There are several reasons a company may consider switching the IdP/IAM solution:

  • Needing integration to applications that are not in the IdP/IAM’s App store
  • Saving incurred when changing IdP/IAMs
  • Performance of IdP’s support and facilities’ security

My next article with discuss provisioning users into the SP from the IdP/IAM. See Authentication vs. Authorization for the differentiation of what the IdP/IAM service does vs that of the SP.

Larry Vernec

Jazz Musician; Intuit Alum; Product Leader

3 年

Remember to investigate a vendor's support of FIDO (if you care about secure passwordless mobile authentication that is). FIDO (Fast Identity Online) is: * A series of open standards or protocols for how to build auth.? * FIDO is not a user feature, it’s a way of doing things.? * It allows you to make authentication much more secure with less friction.? * It addresses a number of existing security and usability problems in auth.? * It can allow you to build secure, passwordless auth flows on platforms that support it.? It makes authentication using biometrics (think FaceID or Fingerprint) truly secure. One vendor that provides such a framework is Nok Nok Labs: https://noknok.com/

回复

要查看或添加评论,请登录

Ken Dixon的更多文章

  • Is Passwordless the Next Generation?

    Is Passwordless the Next Generation?

    Challenges with Passwords IT and help desk support spend a significant amount of time each year on passwords. Large…

    3 条评论
  • User Provisioning with IdP/IAM

    User Provisioning with IdP/IAM

    In my last article I discussed Single Sign On (SSO) and the standards that should be used. This article is focused on…

    2 条评论
  • Presence - The next step in the Digital Transformation

    Presence - The next step in the Digital Transformation

    Identity, Authentication and Authorization In a recent meeting I was in an engineer used the example of the Ramada to…

    1 条评论
  • Selecting an Identity Provider (IdP)

    Selecting an Identity Provider (IdP)

    As background, I am the Product Manager for IdPs here at Vasion for the PrinterLogic solution. Over the last 18 months…

  • Heterogeneous Identify Provider (IdP) Networks

    Heterogeneous Identify Provider (IdP) Networks

    Companies continue to migrate to the Cloud electing to distance themselves from hardware and all of the associated…

    1 条评论
  • Authentication vs. Authorization

    Authentication vs. Authorization

    A Product Manager's View These two terms have very different meanings but you usually don’t hear about one without the…

    4 条评论
  • "Perception IS reality to the customer."

    "Perception IS reality to the customer."

    Whenever we communicate with a customer/potential customer be it pre-sales or post-sales, we have to ensure the…

  • How do managers make their employees happy?

    How do managers make their employees happy?

    They tell them "Be happy or else..

    2 条评论
  • Lesson #1 in the USMC

    Lesson #1 in the USMC

    A hundred newly commissioned 2nd Lt. sat in the bleachers.

  • Adapt or Die

    Adapt or Die

    So it's been a couple of years since I have posted an article. I usually post on leadership - what that means and how…

    4 条评论

社区洞察

其他会员也浏览了