django_microsoft_auth icon indicating copy to clipboard operation
django_microsoft_auth copied to clipboard

Cannot configure proproly to access Microsoft Azure Login Page

Open technqvi opened this issue 3 years ago • 2 comments

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 [email protected] , I sent it at 16/2/2022 22.53 Bangkok time(+7GMT)

image

technqvi avatar Feb 18 '22 07:02 technqvi

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?

zhaowei699 avatar Mar 10 '22 07:03 zhaowei699

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

f1rsty avatar Sep 17 '22 04:09 f1rsty