AngellusMortis / django_microsoft_auth

Simple app to enable Microsoft Account, Office 365 and Xbox Live authentcation as a Django authentcation backend.
MIT License
137 stars 84 forks source link

Cannot configure proproly to access Microsoft Azure Login Page #469

Open technqvi opened 2 years ago

technqvi commented 2 years ago

I followed https://django-microsoft-auth.readthedocs.io/en/latest/usage.html

I have 2 issues as follows.

  1. I encountered this error in the last step on the administrator login page as the figure shown in below.
  2. How to implement the login page for end-user, Yet, below is a page for administrators.

Please go over as attached file, possibly I may do some steps incorrectly or miss some important steps.

I completed the first seven steps and try the loged-in page on steps 8,9 . but this is the error. In step 3rd, I asked the system engineer to generate Certificates & Secrets as below Client ID : xxxxxxxxxxxx Client Secret = yyyyyyyyyyyyyyy Tanent ID = zzzzzzzzz

image

The below are steps according to your instruction as your quick start as attached file. implement Django Microsoft Authentication on-azure.docx

If you want more detail, please see in your email cbailey@mort.is , I sent it at 16/2/2022 22.53 Bangkok time(+7GMT)

image
zhaowei699 commented 2 years ago

Hi I have the same issue. For the admin login, my site can work well. But I don't know how to develope login page for other users yet. Do you have solved this issue?

f1rsty commented 1 year ago

Add a navigation to {{ microsoft_authorization_url }} in any page, it should build the Microsoft URL for you