Skip to content

Commit

Permalink
chore: tweak examples for Azure AD B2C
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Oct 18, 2024
1 parent e981e4d commit cce41cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions apps/examples/nextjs/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ const config = {
Apple,
// Atlassian,
Auth0,
AzureB2C({
clientId: process.env.AUTH_AZURE_AD_B2C_ID,
clientSecret: process.env.AUTH_AZURE_AD_B2C_SECRET,
issuer: process.env.AUTH_AZURE_AD_B2C_ISSUER,
}),
AzureB2C,
BankIDNorway,
BoxyHQSAML({
clientId: "dummy",
Expand Down
6 changes: 1 addition & 5 deletions apps/proxy/api/[auth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ const authConfig: AuthConfig = {
providers: [
Apple,
Auth0,
AzureB2C({
clientId: process.env.AUTH_AZURE_AD_B2C_ID,
clientSecret: process.env.AUTH_AZURE_AD_B2C_SECRET,
issuer: process.env.AUTH_AZURE_AD_B2C_ISSUER,
}),
AzureB2C,
BankId,
BoxyHQSAML({
clientId: "dummy",
Expand Down

0 comments on commit cce41cf

Please sign in to comment.