function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Martin Krolik 1Martin Krolik 1 

Is Microsoft Social login for communities possible with auth. providers?

I have tried using both the Microsoft Access Control Service and OpenId Connect to enable Microsoft social login.  When I test the Oath Initialization URL, i get a this error message: 

We can’t log you in because of the following error. For more information, contact your Salesforce administrator.
No_Oauth_Token: Access token was not returned


I'm trying to use this Token Endpoint URL : https://login.microsoftonline.com/common/oauth2/v2.0/token

I've registered my application with Microsoft's Applicaiton Registration Portal.  I belive the consumer key and consumer secret are correct.

Default Scope: openid email

Anyone else run into anything simiar?