A Universal System for OpenID Connect Sign-ins with Verifiable Credentials and Cross-Device Flow
Felix Hoops, Florian Matthes
TL;DR
This work tackles the challenge of integrating Self-Sovereign Identity with established IAM systems by delivering a simple, open-source SSI-to-OIDC bridge that enables SSI-based sign-ins for OIDC/OAuth 2.0 services. The architecture nests two OIDC Providers and translates Verifiable Credential-based evidence into standard OIDC tokens, enabling cross-device sign-ins via smartphone wallets and policy-driven claim processing. It defines a policy-driven workflow, a Presentation Exchange-based flow, and a set of conceptual components (Issuer/RP separation, Presentation Definition Generator, VC Verifier, Policy Compliance, and Claim Processor), and implements a working prototype tested with existing software (Hydra) and wallets (e.g., Altme). The study demonstrates feasibility, identifies practical deployment considerations, and outlines remaining gaps—most notably VC-type standardization and ecosystem interoperability—that must be addressed for broader adoption.
Abstract
Self-Sovereign Identity (SSI), as a new and promising identity management paradigm, needs mechanisms that can ease a gradual transition of existing services and developers towards it. Systems that bridge the gap between SSI and established identity and access management have been proposed but still lack adoption. We argue that they are all some combination of too complex, locked into specific ecosystems, have no source code available, or are not sufficiently documented. We propose a comparatively simple system that enables SSI-based sign-ins for services that support the widespread OpenID Connect or OAuth 2.0 protocols. Its handling of claims is highly configurable through a single policy and designed for cross-device authentication flows involving a smartphone identity wallet. For external interfaces, we solely rely on open standards, such as the recent OpenID for Verifiable Credentials standards. We provide our implementation as open-source software intended for prototyping and as a reference. Also, we contribute a detailed technical discussion of our particular sign-in flow. To prove its feasibility, we have successfully tested it with existing software and realistic hardware.
