rickie95 / identitas

Another identity provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identitas

CI for Identitas

A bad copy of OAuth

We're bored so we thought it'd be cool to implement another identity provider which nobody will use.

Anyways, if you really want to host your personal identity provider for your own services go ahead you crazy man.

How does it work?

Exposes an endpoint where user performs a POST request with user and password. Easy.

Authentication is another POST, which returns a JWT signed with a private key.

Public key (useful for decrypt and authenticate the JWT) is available on the dedicated endpoint.

FAQ

  • Why?
  • Why not?

About

Another identity provider


Languages

Language:Java 100.0%