NextJs next-auth Microsoft Entra ID authentication issue
I have a NextJS 14 Project and try to integrate Microsoft Entra ID
for authentication. Since my project has next-auth
already I decided to follow the official document to implement the Microsoft Entra ID authentication, unfortunately I keep getting the server error page after the auth code received. My understanding is once I get the auth code, it will be used to get the auth token but I can’t find any document in next-auth.