We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e981e4d commit cce41cfCopy full SHA for cce41cf
apps/examples/nextjs/auth.ts
@@ -56,11 +56,7 @@ const config = {
56
Apple,
57
// Atlassian,
58
Auth0,
59
- AzureB2C({
60
- clientId: process.env.AUTH_AZURE_AD_B2C_ID,
61
- clientSecret: process.env.AUTH_AZURE_AD_B2C_SECRET,
62
- issuer: process.env.AUTH_AZURE_AD_B2C_ISSUER,
63
- }),
+ AzureB2C,
64
BankIDNorway,
65
BoxyHQSAML({
66
clientId: "dummy",
apps/proxy/api/[auth].ts
@@ -34,11 +34,7 @@ const authConfig: AuthConfig = {
34
providers: [
35
36
37
38
39
40
41
42
BankId,
43
44
0 commit comments