Web app Social authenitication in Azure
Vivek Kumar
1
Reputation point
Hello
I like to use the authentication feature provided by azure web apps.
However, I like the visitor to the main page and authenticating themself, once they visit the customized page.
I use Java-Spring and redirect all the unauthenticated users to the login page. From there, a user should go to Facebook, Google, or Twitter.
However when i redirect user to /.auth/login/Facebook. the browser gets redirected back to the login page.
Can some point me to some sample or mistake that I am making?
Sign in to answer