Questions tagged [microsoft-account]
126 questions
0
votes
1 answer
"Tenant does not have a SPO license" for Application Permissions on a OneDrive Consumer
I have a Microsoft Graph & MSA/AAD v2 daemon which is exclusively for Server Side API access. In the Azure Portal I have granted admin consent for my Microsoft account (MSA) for User.Read.All and Files.Read.All.
I can successfully get a token, and…

ShaneC
- 2,376
- 4
- 19
- 27
0
votes
1 answer
Update Microsoft Azure account password from php as Organization
I am currently trying to sync the password a user is using on my website (simple Php and Mysql) with the password of an account on Microsoft that I have created for them.
So basically they all have a {user_id}@mydomain.com account with a random…

OpenStudio
- 41
- 1
- 1
- 6
0
votes
1 answer
Why is Windows 10 not letting me set my Windows Admin USER name?
when I reset my Windows 10, when I open cmd, the user path shown there is
C: \Users\nitis>
however my name is Nitish and I want that to be shown and windows 10 nowhere asked me to set my user name.
I created a new Microsoft account for this but…

Nitish Prajapati
- 139
- 1
- 11
0
votes
1 answer
How do I enable oganization ID logins in my AADB2C application?
I have followed the instructions on this page to add the ability to sign up / log in to my application using a Microsoft Account. Personal accounts seem to work fine, but organizational IDs do not. And if I type in an email address that is both an…

Andrew Miller
- 105
- 1
- 9
0
votes
1 answer
What is the currently working and correct way to set up an Azure Application that allows MSA signin?
Scenario:
(Azure-hosted) Web App. Users should be able to sign in to my app using a Microsoft Account (i.e. @live.com, @hotmail.com, etc accounts) that has one or more Azure subscriptions. The application would then allow them to view and manage…
user3624833
0
votes
1 answer
Why do I see "invalid client" in the IdentityServer4 logs when using a Microsoft Account external login?
I have an IdentityServer4 implementation that has a default internal OIDC OpenIdConnect middleware to provide access to local APIs and support for external login providers, starting with Microsoft. I've implemented a custom IClientStore and attach…

ScottFoster1000
- 577
- 1
- 10
- 25
0
votes
1 answer
How to use Windows.Services.Maps.LocalSearch API/Namespace?
The following page https://learn.microsoft.com/en-us/uwp/api/windows.services.maps.localsearch says:
"The LocalSearch namespace is not available to all Windows apps unless your developer account is specially provisioned by Microsoft. For more…

Louis
- 11
- 1
- 4
0
votes
2 answers
Azure AD B2C Microsoft Account redirect_uri failure
I'm unable to get Microsoft Account authentication to work on an AspNet Core 2.1 website (I have Google authentication working).
When I click on the Microsoft Account button from the social sign in page, I eventually land on a "technical problems"…

Mark Olbert
- 6,584
- 9
- 35
- 69
0
votes
1 answer
Validating Service Prinicipal Name (SPN) from Azure AD using .NET SDK
I have a requirement to get the properties of a SPN from Azure AD using .NET SDK. I need to validate if SPN is valid SPN in Microsoft Directory or not. How can I achieve using .NET SDK or Microsoft Graph API.

Naveen Aggarwal
- 123
- 1
- 3
- 8
0
votes
2 answers
Visual Studio 2017.5: We could not refresh the credentials for the account. No Home Tenant found
After installing the .5-Update for Visual Studio 2017, I'm unable to login to my work- or school-account. I'm getting the following instead
.
I've tried the fix for the "Failed to Refresh Access token"-Error but that did'nt fix it...

kpfeuffer
- 81
- 2
- 7
0
votes
1 answer
Setting the lifetime of a refresh token for a converged app?
I'm working on a converged app (see here) where I'm using the OAuth2 flow, getting access + refresh token. I had a look at configurable token lifetimes however this looks like it's only applicable to custom AAD apps (not converged).
I wanted to…

Mavi Domates
- 4,262
- 2
- 26
- 45
0
votes
1 answer
Using Microsoft Account vs. Local one to back-up Bitlocker recovery key
I am trying to encrypt my hard drive, on a Windows 10 Pro machine, with Bitlocker. I got to the point where I need to back-up my recovery key via a Microsoft Account, USB drive, or print it out. When I attempt to go the Microsoft Account route, it…

lukegf
- 2,147
- 3
- 26
- 39
0
votes
0 answers
unable to read user's email address using external Identity Provider with IdentityServer4
I am trying to use Microsoft Account as an external login with IdentityServer4 , I configured my app under Microsoft Application portal as needed , I added a web platform and added "email" under Delegated Permissions to be able to read it, and here…

Mtaraby
- 167
- 1
- 13
0
votes
1 answer
Azure Mobile App MSA Authentication Difficulties
So I'm working on a project to redeploy an application that was previously hosted as an Azure Mobile Service as an Azure Mobile App. Said application has a frontend (hosted as a Web App in Azure) and backend API (this is the Mobile App) that is…

dmac314
- 3
- 2
0
votes
1 answer
How to monitor keys that are generated under “New Application Registration” for Azure AD Web App / API apps?
My customer is building a ton of applications using Azure AD as the IdP for their tenant. Managing at a scale is going to be a challenge for them as they have different keys expiring at different times.
How can they monitor the keys that are being…

Chad Hasbrook
- 206
- 1
- 6