Base solution for your next web application
Open Closed

Is Microsoft social login working yet? #5386


User avatar
0
tom.ohle created

There are 3 providers in the ConfigureExternalAuthProviders method of the WebHostModule (Facebook, Google, and Microsoft). I am interested in testing the Microsoft social login, but there is a comment above it.

//not implemented yet. Will be implemented with https://github.com/aspnetzero/aspnet-zero-angular/issues/5
if (bool.Parse(_appConfiguration["Authentication:Microsoft:IsEnabled"]))
{
    ...

There does not seem to be a GitHub repository named 'aspnet-zero-angular'...

Is Microsoft social login working?


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Note that currently only Facebook and Google authentication is implemented for Angular2 application. Microsoft and Twitter logins are on the road map.

  • User Avatar
    0
    tom.ohle created

    Thanks for confirming.

    Is there somewhere I can go to see the current road map?

  • User Avatar
    0
    maliming created
    Support Team

    you can refer:[https://aspnetzero.com/Documents/Road-Map])

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @csegin,

    It is still not working.