Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft App authentication in MVC 5

I want to authenticate my mvc application by microsoft. I successfully done with Facbook, Google and Twitter, but when i click on Microsoft then the error `We're unable to complete your request

Microsoft account is experiencing technical problems. Please try again later` is coming.

I successfully created an app and paste the Client ID and Client Secret in my mvc application . But I do not know the real problem

like image 498
Nimit Joshi Avatar asked Oct 22 '22 00:10

Nimit Joshi


1 Answers

What is the return URL that you specified for the given Client ID and Client Secret? If the site is not running under that specific URL (e.g. is running under localhost whilst you are in dev mode), you can get this error message.

like image 166
Brendan Green Avatar answered Oct 24 '22 03:10

Brendan Green