Веб-приложение работает с базовой службой управления пользователями. Я пытаюсь добавить аутентификацию Microsoft через M365. After attempting to log in, I always get this error:
AADSTS700016: Application with identifier 'None' was not found in the directory 'University Of x'. Это может произойти, если приложение не было установлено администратором клиента или не было получено согласие какого-либо пользователя в клиенте. You may have sent your authentication request to the wrong tenant.'
I cannot figure out how to get the URL to include the client ID. I have already created the microsoft social app in the web app's django admin panel and already tried many syntaxes for putting it in the settings.py. I also just manually put it in the URL and then it crashes the website, I'm pretty sure this is because I manually put the client_ID and the backend isn't reading it to process it in the next page.
Подробнее здесь: https://stackoverflow.com/questions/794 ... go-web-app