Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bün Colak authored and baptisteArno committed Jun 7, 2022
1 parent ee370b5 commit 237c388
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/components/auth/SignInForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const SignInForm = ({
>
configure at least one auth provider
</NextChakraLink>{' '}
(Email, Google, GitHub or Facebook).
(Email, Google, GitHub, Facebook or Azure AD).
</Text>
)
return (
Expand Down
14 changes: 14 additions & 0 deletions apps/docs/docs/self-hosting/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,20 @@ The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/facebo

</p></details>

<details><summary><h3>Azure AD (Auth)</h3></summary>
<p>

If you are using [Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/) for the authentication you can set the following environment variables.
The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/azure-ad`

| Parameter | Default | Description |
| ---------------------- | ------- | ------------------------------------------------------------- |
| AZURE_AD_CLIENT_ID | -- | Application client ID |
| AZURE_AD_CLIENT_SECRET | -- | Application client secret. Can be obtained from Azure Portal. |
| AZURE_AD_TENANT_ID | -- | Azure Tenant ID |

</p></details>

<details><summary><h3>S3 Storage (Media uploads)</h3></summary>
<p>

Expand Down

0 comments on commit 237c388

Please sign in to comment.