Microsoft offers bug bounties for holes in its identity services

Microsoft is asking security researchers to look for and report technical vulnerabilities affecting its identity services and OpenID standards implementations, and is offering bug bounties that can reach as high as $100,000. “Microsoft has invest… Continue reading Microsoft offers bug bounties for holes in its identity services

Why does OpenID Connect ("OIDC") use a `nonce` claim instead of the `jti` registered claim

According to the spec, OpenID Connect uses nonce as the registered claim name, but RFC 7519 already includes a registered claim named jti for this same purpose.

Was this an oversight, or was there something wrong with the wa… Continue reading Why does OpenID Connect ("OIDC") use a `nonce` claim instead of the `jti` registered claim

Why was pseudo-authentication using OAuth more successful than actual authentication using OpenID?

A few years ago, OpenID was nearly everywhere, with support from what are currently the major OAuth providers — Google, Facebook, and even Yahoo all provided OpenID authentication.

Since then though, pseudo-authentication u… Continue reading Why was pseudo-authentication using OAuth more successful than actual authentication using OpenID?

Authentication providers for applications with no internet connection

I have an interesting use case where users need to authenticate to applications running in environments that might not have internet access or even access to an authentication server. Administrators need to be able to grant a… Continue reading Authentication providers for applications with no internet connection