I want to get the microsoft user token using the msal-node nodejs module. I don't know why i receive this error so if someone have a little idea ;-;: Error code
I tried to retrieve the user microsoft token by using the acquireTokenByDeviceCode msal's function. code sample
The PublicClientApplication object contain clientId (from the azureAD panel) and authority (https://login.microsoftonline.com/consumers) informations.
Thanks in advance ^^