What is Threat Profile is Microsoft addressing with the MSAL URI format?

Applications built for MSAL 1.0 and MSAL 2.0 have a default application URI of MSAL://GUIDHere/AppName
This is in contrast with what other IDP’s are doing.
Can anyone explain the benefits or drawbacks of this format? (sometimes a "fea… Continue reading What is Threat Profile is Microsoft addressing with the MSAL URI format?

Should we include the "at_hash" (access token hash) claim in the id token of the authorization response when the response type is "code id_token"?

Should we include the "at_hash" (access token hash) claim in the id token when the response type is "code id_token"? According to this article by Takahiko Kawasaki, when the response type is "code id_token" an… Continue reading Should we include the "at_hash" (access token hash) claim in the id token of the authorization response when the response type is "code id_token"?

Is it possible to customize the user database and authentication methods for OpenID? [closed]

We are evaluating OpenID for our needs, and I am having trouble finding concise answers to a few questions. We have a current user database with all pertinent info, including hashing mechanisms for passwords. The current app uses this data… Continue reading Is it possible to customize the user database and authentication methods for OpenID? [closed]

OpenId Connect Authorization Code Flow, using refresh token to renew id_token? And subsequently issueing a new cookie

I am currently working on implementing a proof of concept for ADFS (2019) (which I managed succesfully) and Azure AD with renewing the cookie / id_token by doing a refresh_token call in the backend of the web application. We currently expe… Continue reading OpenId Connect Authorization Code Flow, using refresh token to renew id_token? And subsequently issueing a new cookie

Modern Authentication Becomes More Intelligent Inside Office 365


Azure Active Directory has implemented Continuous Access Evaluation (CAE), a technology to allow the directory to inform applications when security events occur. It’s then up to the applications to decide what to do. Exchange Online and Teams are the first Office 365 applications to benefit and updated clients are now being rolled out to support CAE.

The post Modern Authentication Becomes More Intelligent Inside Office 365 appeared first on Petri.

Continue reading Modern Authentication Becomes More Intelligent Inside Office 365