Skip to content

Commit 7bedd4a

Browse files
Revert "feat(provider): Add Azure Active Directory B2C (#809)" (#919)
This reverts commit 6e6a24a.
1 parent 6e6a24a commit 7bedd4a

File tree

6 files changed

+1
-57
lines changed

6 files changed

+1
-57
lines changed

src/providers/azure-ad-b2c.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/providers/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import Apple from './apple'
22
import Atlassian from './atlassian'
33
import Auth0 from './auth0'
4-
import AzureADB2C from './azure-ad-b2c'
54
import Basecamp from './basecamp'
65
import BattleNet from './battlenet'
76
import Box from './box'
@@ -28,7 +27,6 @@ export default {
2827
Atlassian,
2928
Auth0,
3029
Apple,
31-
AzureADB2C,
3230
Basecamp,
3331
BattleNet,
3432
Box,

www/docs/configuration/providers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ NextAuth.js is designed to work with any OAuth service, it supports OAuth 1.0, 1
1414
* [Apple](/providers/apple)
1515
* [Atlassian](/providers/atlassian)
1616
* [Auth0](/providers/auth0)
17-
* [Azure Active Directory B2C](/providers/azure-ad-b2c)
1817
* [Basecamp](/providers/basecamp)
1918
* [Battle.net](/providers/battlenet)
2019
* [Box](/providers/box)

www/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use also NextAuth.js with any database using a custom database adapter,
2323

2424
### What authentication services does NextAuth.js support?
2525

26-
NextAuth.js includes built-in support for signing in with Apple, Atlassian, Auth0, Azure Active Directory B2C, Google, Battle.net, Box, AWS Cognito, Discord, Facebook, FusionAuth, GitHub, GitLab, Google, Open ID Identity Server, Mixer, Okta, Slack, Spotify, Twitch, Twitter and Yandex.
26+
NextAuth.js includes built-in support for signing in with Apple, Atlassian, Auth0, Google, Battle.net, Box, AWS Cognito, Discord, Facebook, FusionAuth, GitHub, GitLab, Google, Open ID Identity Server, Mixer, Okta, Slack, Spotify, Twitch, Twitter and Yandex.
2727

2828
NextAuth.js also supports email for passwordless sign in, which is useful for account recovery or for people who are not able to use an account with the configured OAuth services (e.g. due to service outage, account suspension or otherwise becoming locked out of an account).
2929

www/docs/providers/azure-ad-b2c.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

www/sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module.exports = {
2626
'providers/apple',
2727
'providers/atlassian',
2828
'providers/auth0',
29-
'providers/azure-ad-b2c',
3029
'providers/basecamp',
3130
'providers/battle.net',
3231
'providers/box',

0 commit comments

Comments
 (0)