Questions tagged [microsoft-live-connect]
17 questions
6
votes
1 answer
Refreshing an OAuth access token for Microsoft Live API
Currently, I'm having the user log in to Microsoft Live by sending a request in a web view to the following URL:
https://login.live.com/oauth20_authorize.srf?client_id=[CLIENT ID]&scope=[SCOPES]&response_type=token&redirect_uri=[REDIRECT…

rebello95
- 8,486
- 5
- 44
- 65
4
votes
0 answers
Live Connect APIs deprecated?
For our website we have an option to login with your Microsoft ID. This website uses the Live Connect APIs for authentication and retrieving identity information. We use the following API urls: https://login.live.com/oauth20_authorize.srf and…

Joost
- 395
- 4
- 13
3
votes
2 answers
Microsoft Live Connect for Bing Ads OAuth 2.0 without browser
My overall goal is to be able to automatically download a daily report using the bing ads API. To do this, I need to authenticate with OAuth (the old PasswordAuthentication method doesn't work because I have a new microsoft account). I have been…

marengaz
- 1,639
- 18
- 28
2
votes
0 answers
apis.live.net/v5.0 - How to validate token on server
I have a resource (REST) server (written in Java/Spring) that I need to validate a Microsoft token from a client. I need to:
Check that the token is valid for my app
Get the token's email address and lookup that user in my app (I can do this)
I…

mikeb
- 10,578
- 7
- 62
- 120
2
votes
1 answer
Windows Live Connect and Open IDC
I have created an app through the windows developer console, and I'm trying to use Open ID Connect/Oauth 2.0 to allow the user to log in to the app using Windows Live Login. It works when I use Azure AD, but I have to add each Windows Live account…

Severun
- 2,893
- 1
- 16
- 22
1
vote
0 answers
Microsoft Live app multiple domains
I have a web application which runs on one server, but multiple domains (like ab.c, a-b.c, ab.d, a-b.d etc.) are pointed to this application. I would like to use other systems' (e.g. Google, Facebook, Microsoft) authentication. Google and Facebook…

Jerry Santana
- 21
- 4
1
vote
0 answers
sign in with windows live connect, similar to Google's "postmessage"
I have a "Sign in with Google" button in my web app, which opens the consent window, gets a code after the user logs in and sends it to my server, for server side validation.
This is the Javascript code I use:
gapi.load('auth2', function() {
…

burgi
- 275
- 3
- 14
1
vote
1 answer
Microsoft oauth login stopped working all of a sudden?
I use Oauth via Microsoft and it has worked fine for a while, then a couple of weeks ago (can't remember exactly when) i got some tweet or something from someone saying that they had problems signing in with MS Oauth.
The error i get is…

Olaj
- 1,782
- 4
- 19
- 36
1
vote
2 answers
OAuth with Microsoft not working correctly
I created a single Web application based on Visual Studio 2012 Web application template and tried to test OAuth which is added OOB. I went to the following link to register my application and get a client…

user217648
- 3,338
- 9
- 37
- 61
0
votes
1 answer
how to pre-filter data over a live connection in power BI?
we have a requirement like connect to JIRA database on a live connection and pre-filter the data before loading to power BI but with live connection the DAX query option is not enabled. Can you please help with this

Sumit
- 1
0
votes
2 answers
How to define the scope for XBOX while login with xbox in laravel
Here is the code:
"https://login.live.com/oauth20_authorize.srf?client_id=" +
process.env.MIX_LIVE_CLIENT_ID +
"&scope=service::user.auth.xboxlive.com::MBI_SSL&response_type=code&redirect_uri=" +
process.env.MIX_LIVE_REDIRECT_URL +
…

dekts
- 744
- 4
- 19
0
votes
1 answer
Microsoft Live Connect OAuth API stopped returning email in user information
I am using PHP Microsoft Live Oauth Signing using this library https://github.com/siftware/live-connect it used to work well, but now i noticed that once i login and request profile information i get no info only user id.
With my testing live login…

luky
- 2,263
- 3
- 22
- 40
0
votes
0 answers
Root domain for Microsoft Live application
I have a web application which runs on one server, but multiple domains (like ab.c, a-b.c, ab.d, a-b.d etc.) are pointed to this application. I would like to use other systems' (e.g. Google, Facebook, Microsoft) authentication. Google and Facebook…

user3523426
- 836
- 3
- 11
- 26
0
votes
1 answer
How to get Microsoft Live profile URL using the ProviderKey value
I'm trying to figure out if there's a URL I can use to point to a Microsoft Live user profile,
For example, facebook allows https://www.facebook.com/app_scoped_user_id/{ProviderKey value}
What would it be for…

Yovav
- 2,557
- 2
- 32
- 53
0
votes
1 answer
Live Authentication and Permission Scopes
I'm looking to only ask for a very specific set of permissions in my App Services Mobile App.
I'm using Microsoft Account authentication and I looked at the multiple scopes but none offer me what I need.
wl.basic asks for too much, contacts, etc.…

Matt F
- 204
- 1
- 11