Skip to content

cberger8/identity-binder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identity-binder

Service for binding identities across multiple identity providers for the same user.

This project is a web application with two main functions:

  1. A user can log in to this webapp using OpenID Connect (OIDC) multiple times simultaneously. They can bind these identities together, letting this Identity Binding Service know that those separate OpenID Connect identities belong to that one user.

  2. Other applications that accept OIDC login can query the Identity Binding Service to find out other OIDC identities for that user, if the user has bound them already at the Identity Binding Service. This query is implemented as an OAuth-protected web API.

About

Service for binding identities across multiple identity providers for the same user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.8%
  • HTML 18.0%
  • CSS 0.2%