Receiving OAuthCallbackError with Microsoft Entra ID Provider #12998
-
Hello! I've been following the official doc about implementing entra id authentication for my app without any luck. I'm pretty sure that I have correct client id, secret, issuer and redirect uri (in my App Reg). But for some reason I will keep getting Has anyone been able to implement Auth.js v5 on Next.js 15 with Entra ID? |
Beta Was this translation helpful? Give feedback.
Answered by
carlohoanguyen
May 30, 2025
Replies: 1 comment 6 replies
-
I'm having the same issue.
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I gave up on next-auth v5, and just went for the v4 which worked.
Also I had to use Web and not SPA platform.