Merge pull request #521 from chrisbsmith/authelia

Adds OIDC support for Authelia
This commit is contained in:
Daniel
2024-04-09 05:20:45 +03:30
committed by GitHub
5 changed files with 67 additions and 15 deletions
+8 -1
View File
@@ -76,6 +76,13 @@ declare global {
AUTH0_CLIENT_SECRET?: string;
AUTH0_CLIENT_ID?: string;
// Authelia
NEXT_PUBLIC_AUTHELIA_ENABLED?: string;
AUTHELIA_CUSTOM_NAME?: string;
AUTHELIA_CLIENT_ID?: string;
AUTHELIA_CLIENT_SECRET?: string;
AUTHELIA_WELLKNOWN_URL?: string;
// Authentik
NEXT_PUBLIC_AUTHENTIK_ENABLED?: string;
AUTHENTIK_CUSTOM_NAME?: string;
@@ -410,4 +417,4 @@ declare global {
}
}
export {};
export { };