-
Hello World, I have continued to search for this without any success and haven't found any documentation nor received any follow up to my thread on stack overflow. The only file I can see necessary to change for Single to Multi-Tenant is the AAD.config.json file. Auth works fine for the hosting tenant when set to Multi-Tenant both with the and without the "/oauth2/token" tail . In Dev Console First: Followed by: " Mixed content: The page at "https://subdomain.domain.com/ /social-auth/complete/azuread-oauth2/?code=LONGSTRING&session_state=SHORTSTRING#' was loaded over a secure connection, but contains a form that targets an insecure endpoint 'http://dpaste.com/'. This endpoint should be made available over a secure connection." This makes me think it's something outside of AAD and it's a Django issue but on Django side I just get referred to this. Initial ? thread: https://stackoverflow.com/questions/77909518/msal-multi-tenant-web-app-aad-config-json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @vespo92 , it is hard to tell from your description which sample you started with. We have recently been working on a new Django sample for Microsoft Entra ID. Would you mind give it a try, and then ask your follow-up questions in that repo? Also, please subscribe/watch that repo to receive its new version update notification. |
Beta Was this translation helpful? Give feedback.
Interesting. I tried to interact with community via Github Discussions, but many people just settled with good old Github Issues. What are the reasons that you prefer Github Discussions over Github Issues?
Anyway. I have enabled the discussions in that new sample's repo just now.
We will shift the follow-up conversations there.