This commit is contained in:
Danijel Simeunovic
2026-03-17 13:16:01 +01:00
parent eacce3a8c1
commit 91d0b592ca

View File

@@ -778,9 +778,10 @@ Internet → Traefik → Service:8080 → Auth Sidecar:8080 → localhost → Yo
### Authentication Modes
Two authentication modes are supported:
Three authentication modes are supported:
1. **Token-based**: Static tokens (simple, good for service-to-service or internal apps)
2. **OIDC**: OpenID Connect (full SSO, good for user-facing apps)
3. **MCP**: OAuth 2.0 for MCP servers via RFC 9728 / RFC 7591 (good for MCP tool servers requiring OAuth-based access control)
---