This document provides an introduction to OpenID Connect and summarizes its key aspects:
1) OpenID Connect is an identity layer built on top of OAuth 2.0 that allows clients to verify the identity of users and obtain basic profile information through RESTful APIs and JSON.
2) Many major companies have already implemented OpenID Connect in their applications and websites.
3) OpenID Connect specifications cover a wide range of use cases from non-sensitive to highly secure information as well as different levels of sophistication in claims usage. Implementations can build only the required pieces.