Questions tagged [microsoft-account]
126 questions
1
vote
1 answer
Unable to add hotmail/outlook user in Visual Studio Team Services
I am trying to add user having Hotmail account but team foundation showing following error.
Can anybody please tell me that how can I add another user in VSTS?
No identities found.

Manojpabani
- 41
- 5
1
vote
0 answers
MSAL with Azure B2C using MSA provider does POST and fails to acquire token silently
Utilizing the MSAL js library with Azure B2C and the Microsoft Account provider seems to fail with the samples included in the MSAL project.
MSA seems to do a final HTTP POST as the authresp because B2C with MSA uses response mode = form post…

ColinV
- 91
- 5
1
vote
0 answers
Microsoft Account Authentication in Core 2.0 without the use of a database
I have a problem with making the Microsoft Account authentication working without the identity being stored in the database. This is all done in the latest VS 2017 install with the latest core 2.0 release. I followed this guide and managed to get it…

SpaceHedgehog
- 41
- 6
1
vote
0 answers
Unable to sign in to Microsoft Account in Visual Studio
This morning Cloud Explorer asked me to re-authenticate (as it seems to every few days!), but I can't enter my credentials. The link to re-authenticate now does nothing and when I click 'Manage accounts' and then 'Reenter your credentials', I…

LDJ
- 6,896
- 9
- 52
- 87
1
vote
1 answer
Redirect URI field is read-only for new mobile applications registered in the Microsoft Application Registration Portal
The default value of the redirect URI for a new mobile app registration has a default value which is not a hierarchical URL. Using this value in the Android quick-start sample results in an invalid url exception.
The sample and the documentation…

John Austin
- 86
- 6
1
vote
1 answer
Is there a way for an app to require multi-factor auth when using Login with Microsoft Account?
I couldn't find a way to require the user to do MFA authentication when using Microsoft Account login. Am I missing something?
Azure AD provides a way to achieve this. Is this something that is coming in the future?

Rohit Pagariya
- 23
- 1
- 8
1
vote
0 answers
OAuth v2 Issues with Microsoft Account connection
I have been trying to implement the OAuth v2 for Microsoft Accounts for my website. Its currently in development stage and so am testing on localhost. The Website is an ASP.NET Core MVC 5 Application.
I have followed the tutorial here to implement…

Comic Coder
- 519
- 1
- 9
- 32
1
vote
1 answer
Windows Universal App Get username from Microsoft Account Authentication
So I wanted the users to login to my app using Microsoft Account
I did all the setup in my mobile service in Azure and this is how I implement the login in my App:
private async Task AuthenticateAsync()
{
string message;
…

Fadi Banna
- 554
- 1
- 10
- 26
1
vote
2 answers
Do I need Microsoft account to connect to Visual Studio Team Services?
I have been invited to a project on Visual Studio Team Services. The email address I have been given access to is my work iD like john.smith@work.com
When I click on project URL. I get to Login with Microsoft account page.
If I try login with my…

Firaun
- 369
- 1
- 5
- 21
1
vote
1 answer
Microsoft Graph External Authentication for Mobile App with ASP.NET WebApi 2
I am creating a mobile app (Xamarin + MvvmCross) which accesses my services Web API 2 + Owin and am trying to support external login. For the following, assume I have already registered the user with external auth and just want to log the user in…

Robert
- 827
- 9
- 16
1
vote
0 answers
Freshly installed Visual Studio 2015 completely changed upon restart of IDE
I am using windows 10. I have installed VB 2015 for several times. For some reason my white backgrounded design is modified to black, intellisense does not work for CSS and Javascript, Visual Studio does not even recognize them as languages and my…

Kicsi Viziló
- 675
- 5
- 15
1
vote
1 answer
MVC Core RC2, External login via Microsoft Account
After moving my project to MVC Core RC2 I can't login via external Microsoft Account... Everything other works fine including login via Google Account.
It works perfectly on RC1 and nothing change directly in this part of my code after moving to…

Lukasz Mk
- 7,000
- 2
- 27
- 41
1
vote
1 answer
Can an organizational account (office 365) be used for live/Microsoft services?
I understand that Office 365 is on separate domain and live id (Microsoft account) is used for consumer applications.
But can an Office 365 account get live/Microsoft services?
The issue is we trying to SSO Office 365 applications and Azure ML (used…

Saket
- 203
- 2
- 7
1
vote
1 answer
MicrosoftAccount Authentication with Azure MobileServices
I have an application that I have connected to the cloud by following different tutorials made by Azure. I however have the problem that the login feature for MicrosoftAccount gives me a token, that will as far as I can see on forums expire.
I know…

JTIM
- 2,774
- 1
- 34
- 74
1
vote
3 answers
Sign in to Visual Studio with Organization account instead Microsoft account
Nowadays it is possible to use Visual Studio Team Services from Microsoft Azure with Organization account, without having to have Microsoft Account. This is nice feature and we use it in our organization. However it seems that we are not able to…

Hrvoje Kusulja
- 925
- 1
- 11
- 25