No Microsoft Provider Example Shown

This url contains guides on how to connect to each third party login provider - Users & Permissions | Strapi Documentation. The only issue is that it doesn’t show how to connect to Microsoft.

After setting everything, when I attempt a request to http://localhost:1337/api/connect/microsoft I receive this error - {
“data”: null,
“error”: {
“status”: 400,
“name”: “BadRequestError”,
“message”: “Grant: mount session middleware first”
}
}

I’ve setup all of the correct URLs, ClientID and Secret on the dashboard. Can anybody point me to an up to date Microsoft login guide?

1 Like