Open RakeshThirunahari opened 3 years ago
Same for me. Is there a Solution ?
The Solution for me was to install django-microsoft-auth by downloading it directly from GitHub. Before do pip uninstall django-microsoft-auth
Thank you so much @Observiert , been banging my head on a wall for hours trying to get it to work
Am using the latest version 2.4.0 following docs. But as mentioned in docs to-auth-redirect view is not accessible. The path not visible even in debug mode. When working with pycharm and installing the package from settings section the version installed is django-microsoft-auth==2.4.0+5.g2c50bcf and with this version am able to access the to-auth-redirect. However when i try to install 2.4.0+5.g2c50bcf instead of 2.4.0 it fails as matching version not found. Please help with to-auth-redirect view.