All Questions
2 questions
0
votes
1
answer
246
views
Why does nextjs return an error after exiting the MSAL oauth process?
I'm getting an error building a website with next.js. I've build the site for production running, and after authenticating I get this error below. I have integrated MSAL for authentication which lets ...
1
vote
0
answers
52
views
OAuth Login Flow: How to create users on my own backend?
We have a web app that caters to a small set of users that are guaranteed to have an account on Office 365.
To save them from remembering one more password, and to use Microsoft's infrastructure for ...