Replies: 1 comment
-
@nergonvc if you want a hand with implementing this, let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
As mentioned by Microsoft in the official documentation of Azure AD B2C and in their FAQ the Azure AD B2C goes out of sale (with an estimated support date for existing customers to atleast 2030.
Their new offering is Microsoft Entra External ID which works similarly to be honest.
Given that Next-Auth is one of the most popular authentication libraries for Javascript, it would be great to support this.
Proposal
A new provider should be added as suggested in Next-Auth Documentation, and also update the docs.
The new provider will support the new structure of claims.
Given that I've already investigated the functionality to some extend and explored also the next-auth codebase, i would be happy to contribute for this.
Beta Was this translation helpful? Give feedback.
All reactions