From 5a12b3fc2f4f54508b89340982c06b88569fdaa8 Mon Sep 17 00:00:00 2001 From: shahargl Date: Sat, 23 Nov 2024 19:33:26 +0200 Subject: [PATCH] feat: new readme --- docs/deployment/authentication/azuread-auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/authentication/azuread-auth.mdx b/docs/deployment/authentication/azuread-auth.mdx index 8b9349127..3dae091ab 100644 --- a/docs/deployment/authentication/azuread-auth.mdx +++ b/docs/deployment/authentication/azuread-auth.mdx @@ -177,7 +177,7 @@ How to get: | AUTH_TYPE | Set to 'AZUREAD' for Azure AD authentication | Yes | - | | KEEP_AZUREAD_CLIENT_ID | Your Azure AD application (client) ID | Yes | - | | KEEP_AZUREAD_CLIENT_SECRET | Your client secret | Yes | - | -| KEEP_AZUREAD_ISSUER | Your Azure AD tenant ID | Yes | - | +| KEEP_AZUREAD_TENANT_ID | Your Azure AD tenant ID | Yes | - | | NEXTAUTH_URL | Your Keep application URL | Yes | - | | NEXTAUTH_SECRET | Random string for NextAuth.js | Yes | - |