Skip to content

Commit

Permalink
📝 Add auth callback URL info in custom oauth config
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 17, 2024
1 parent 30d6fcc commit 218abcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/self-hosting/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
Expand Down

0 comments on commit 218abcb

Please sign in to comment.