All topics

Authentication

35 articles tagged Authentication.

Summary of Azure Active Directory OAuth2 Authorization Grant and OIDC Authentication Flow Uses

  • Active Directory
  • Authentication
  • Authorization

A while back I needed a summary of which protocols were supported/recommended in different situations by Azure Active Directory while I was researching the “When To Use Which (OAuth2) Grants and (OIDC) Flows” post. So, I am summarizing it here.

Read article: Summary of Azure Active Directory OAuth2 Authorization Grant and OIDC Authentication Flow Uses

OpenID Connect Logout

  • API Gateways
  • Application Security
  • Authentication

The OpenID Connect (OIDC) family of specs supports logout (from a single application) and global (or single) logout (from all applications that the user has logged into through the OpenID Provider, OP), but these features are optional or in draft status (as of Q2, 2017). So, these spec features may…

Read article: OpenID Connect Logout

XML Digital Signatures

  • Authentication
  • Digital Signatures
  • PKI

The XML DSig specification is used to provide digital signature functionality to XML Documents. It is is used by numerous other specs such as WS-Security and SAML2. This blog entry will describe how digital signatures work with an X509 private/public key pair.

Read article: XML Digital Signatures

What is Authentication?

  • Authentication
  • J2EE / Jakarta EE
  • Web Services

I’ve talked about authentication many times on ThinkMiddleware.com. It recently occurred to me that I have never devoted a blog post to defining authentication. I’ve had a section on the subject in a couple of different places, but I wanted to have an article to reference from other posts. So, here…

Read article: What is Authentication?