Tiga
Tiga is an OpenID Connect 1.0 and OAuth 2.0 Service. It focuses on access authorization and delegates identity management and user interaction to external services.
Quick Start
# Requires make, docker, docker-compose and go 1.14+
make docker compose
Features Overview
Tiga supports the following authorization flows:
- Authorization code flow
- Implicit flow
- Hybrid flow
- Client credentials flow
- Refresh token flow
Tiga adheres to OIDC and OAuth best practices, which have several implications on the flavour of the supported flows. See documentation for more details.
Additional features are also planned to be supported:
- Client management
- OpenID Connect User session management
- User authorization records management
Documentation Overview