mirror of
https://github.com/outline/outline.git
synced 2026-01-03 17:49:56 -06:00
* Move Google, Email, and Azure to plugins * Move OIDC provider, remove old loading code * Move AuthLogo to plugin * AuthLogo -> PluginIcon * Lazy load plugin settings
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"name": "OIDC",
|
|
"description": "Adds an OpenID compatible authentication provider.",
|
|
"requiredEnvVars": [
|
|
"OIDC_CLIENT_ID",
|
|
"OIDC_CLIENT_SECRET",
|
|
"OIDC_AUTH_URI",
|
|
"OIDC_TOKEN_URI",
|
|
"OIDC_USERINFO_URI",
|
|
"OIDC_DISPLAY_NAME"
|
|
]
|
|
}
|