mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
22 lines
643 B
JSON
22 lines
643 B
JSON
{
|
|
"id": "authentik",
|
|
"name": "Authentik",
|
|
"version": "2026.2.2",
|
|
"description": "Authentik is an open-source Identity Provider for authentication and authorization. It provides a comprehensive solution for managing user authentication, authorization, and identity federation with support for SAML, OAuth2, OIDC, and more.",
|
|
"links": {
|
|
"github": "https://github.com/goauthentik/authentik",
|
|
"website": "https://goauthentik.io/",
|
|
"docs": "https://goauthentik.io/docs/"
|
|
},
|
|
"logo": "authentik.svg",
|
|
"tags": [
|
|
"authentication",
|
|
"identity",
|
|
"sso",
|
|
"oidc",
|
|
"saml",
|
|
"oauth2",
|
|
"self-hosted"
|
|
]
|
|
}
|