From 218abcbc8909e3215628f5b9272f0278cc5169dd Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 17 Jan 2024 15:33:58 +0100 Subject: [PATCH] :pencil: Add auth callback URL info in custom oauth config --- apps/docs/self-hosting/configuration.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/self-hosting/configuration.mdx b/apps/docs/self-hosting/configuration.mdx index 007232ce3..c98979da4 100644 --- a/apps/docs/self-hosting/configuration.mdx +++ b/apps/docs/self-hosting/configuration.mdx @@ -140,6 +140,8 @@ The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/azure- For `*_PATH` parameters, you can use dot notation to access nested properties (i.e. `account.name`). +The Authorization callback URL should be: `$NEXTAUTH_URL/api/auth/callback/custom-oauth` + ## S3 Storage (Media uploads) Used for uploading images, videos, etc... It can be any S3 compatible object storage service (Minio, Digital Oceans Space, AWS S3...)