Hey guys, I am currently using the two packages https://github.com/christopheranderson/azure-demeteorizer
and https://github.com/djluck/accounts-azure-active-directory
.
After deploying my meteor application to Azure Web App services, I am logging in using Azure Active Directory (set up using accounts-ui loginButton) and then I am redirected to sign in. Upon entering my credentials and clicking sign in the popup window turns white and nothing happens. This same exact code works on my localhost and I have even tried creating a brand new application all together with just the login functionality (works on local host, white screen when deployed).
Any help is GREATLY appreciated as I have been at this for a while. Thanks!