update docs
This commit is contained in:
committed by
Baptiste Arnaud
parent
ee370b5f26
commit
237c388e31
@ -84,7 +84,7 @@ export const SignInForm = ({
|
|||||||
>
|
>
|
||||||
configure at least one auth provider
|
configure at least one auth provider
|
||||||
</NextChakraLink>{' '}
|
</NextChakraLink>{' '}
|
||||||
(Email, Google, GitHub or Facebook).
|
(Email, Google, GitHub, Facebook or Azure AD).
|
||||||
</Text>
|
</Text>
|
||||||
)
|
)
|
||||||
return (
|
return (
|
||||||
|
@ -112,6 +112,20 @@ The Authorization callback URL should be `$NEXTAUTH_URL/api/auth/callback/facebo
|
|||||||
|
|
||||||
</p></details>
|
</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>
|
<details><summary><h3>S3 Storage (Media uploads)</h3></summary>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user