Provider Auth Microsoft

I need to create a login with Microsoft provider to create/login user and get token API. It’s not for admin panel, it’s for my app.

The problem is that Strapi calls this URL:

https://login.microsoftonline.com/common

common is deprecated, we need to put our tenant ID in this place.

Any solution?

This topic has been created from a Discord post (1298362370569273385) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

and then (if I manually edit the URL in the browser) the next issue is:

AADSTS9002325: Proof Key for Code Exchange is required for cross-origin authorization code redemption.