We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bebe35 commit 0973e34Copy full SHA for 0973e34
auth.ts
@@ -2,7 +2,6 @@ import NextAuth from "next-auth"
2
3
import Apple from "next-auth/providers/apple"
4
import Auth0 from "next-auth/providers/auth0"
5
-import AzureAD from "next-auth/providers/azure-ad"
6
import AzureB2C from "next-auth/providers/azure-ad-b2c"
7
import BoxyHQSAML from "next-auth/providers/boxyhq-saml"
8
import Cognito from "next-auth/providers/cognito"
@@ -37,7 +36,6 @@ export const config = {
37
36
providers: [
38
Apple,
39
Auth0,
40
- AzureAD,
41
AzureB2C,
42
BoxyHQSAML({
43
clientId: "dummy",
0 commit comments