django_microsoft_auth icon indicating copy to clipboard operation
django_microsoft_auth copied to clipboard

Unable to call to-auth-redirect view

Open RakeshThirunahari opened this issue 4 years ago • 3 comments

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. image

RakeshThirunahari avatar Feb 08 '21 08:02 RakeshThirunahari

Same for me. Is there a Solution ?

Observiert avatar Jun 09 '21 20:06 Observiert

The Solution for me was to install django-microsoft-auth by downloading it directly from GitHub. Before do pip uninstall django-microsoft-auth

Observiert avatar Jun 10 '21 05:06 Observiert

Thank you so much @Observiert , been banging my head on a wall for hours trying to get it to work

timthedevguy avatar Aug 25 '21 16:08 timthedevguy