Weird-Sheep-Labs / django-azure-auth

A simple Django app for user authentication with Azure Active Directory/Entra ID.
MIT License
17 stars 10 forks source link

Added setting to skip new account generation. "CREATE_NEW_USER" #13

Closed CaptainPi-PiLabs closed 6 months ago

CaptainPi-PiLabs commented 12 months ago

Been trying to figure out how pytest works but I'm clueless

regoawt commented 6 months ago

Hi, I've been thinking about the use case for this and have concluded that instead of doing access control this way, one should do it via AAD/Entra directly as per https://learn.microsoft.com/en-us/entra/identity-platform/howto-restrict-your-app-to-a-set-of-users.