Configuring Azure AD authentication for django Local development
I am using Azure AD for authenticating access to my django application and it works fine in the DEV environement. The application is in a container reached in this url: "https://application-dev.organization.org"
Azure was configured and the redirect url was provided : "https://application-dev.organization.org/auth/complete/azuread-oauth2/
I have the same application in my local environment http://application.local:8080
I would like to add Azure AD authentication to it to be able to development locall before releasing to DEV and then TEST and PROD.
How to configure a local application in AZURE AD. how will the redirect work ? is there some DNS work to be done. or does Azure traceback the TCP/IP link?
I tried to configure Azure AD with my local enviroment by local admin does not have a clue