Architecture - dgoldie/trident GitHub Wiki

Design of SSO

The SSO includes 3 components.

Webapp

Interface - Phoenix app

Auth

Handles all authentication - Elixir app. w/ riak-core

Directory

Handle user repository - initially some db ?? - adapter for LDAP

Client Demos

Phoenix

Node

Ruby