Questions tagged [liveid]

20 questions
37
votes
1 answer

Javascript error when using Messenger Connect client-side library in ASP.NET

I'm having a problem implementing the new Messenger Connect functionality inside an existing Sitefinity site to enable client logins using Live IDs. Namely, when I'm using the following code to implement the client-side functionality:
Klemen Slavič
  • 19,661
  • 3
  • 34
  • 43
9
votes
3 answers

How to get Windows 8 Live ID

Windows 8 uses Live ID as the user name. How do I get this LiveID in C#?
user1343145
  • 217
  • 2
  • 5
6
votes
1 answer

Processing AuthenticationResult's from different providers in the same page

I'm integrating OpenID to my existing application with LiveID and Google providers. On my login page, in addition to the original login fields I have added 'Log in with Google' and 'Log in with Microsoft' buttons. I can successfully read the…
EvilDr
  • 8,943
  • 14
  • 73
  • 133
3
votes
3 answers

Get live id from WP7

how can I get the local windows live id from a mobile phone with windows phone? is it possible?
Alessandro Lallo
  • 741
  • 11
  • 21
3
votes
2 answers

Login from Universal App to Web Api using Live Id

I'm trying to implement following functionality: User signs in into Live Id account from Windows Phone 8.1 (or Universal) app. App accesses Web Api that I develop with ASP.NET Web Api 2 In this Web Api I need to authenticate the user. Later, I want…
Maxim Alexeyev
  • 1,021
  • 11
  • 24
3
votes
1 answer

How does Windows LIve ID work?

I happens to find this nice article explaining how OpenID works. Clearly, OpenID consumer and OpenID server transfer information through URL query string. I'm wondering how Live ID accomplish similar functionality. It seems the info is not…
Morgan Cheng
  • 73,950
  • 66
  • 171
  • 230
3
votes
1 answer

I'M having hard time while integrating live ID with my MVC Website

I started to search 3 days ago and I already reached a good point by authenticating the user's and getting back the login session which contains the following data : access_token: "xxxx" authentication_token: "xxxx" expires: "1339934686" expires_in:…
Mohamed Arabi
  • 97
  • 1
  • 10
3
votes
2 answers

Using ADFS 2 with Live Id as a Claims provider

Has anyone succeeded in configuring ADFS2 to use Live Id (or Google, Yahoo etc) as a Claims provider, and if so where did you get the configuration instructions (can you share them please) I have previously manged to do this with ACS in Azure to…
CraigGRA
  • 33
  • 1
  • 4
3
votes
1 answer

How to programmatically extract Windows Phone's LiveID?

Is there any way to look up liveID related to a phone (in a way like myliveid@hotmail.co.uk)? I think it was possible in Android. Wouldn't UserExtendedProperties.TryGetValue("ANID") be helpful? Thanks
2
votes
0 answers

How to log out the LiveID while using ACS on Windows Phone?

I am using the Access Control on the windows phone app. For some reasons I have to ask the user to log in with another account after logging in. However, usually the user will tick the box "Sign in automatically" and he will not be able to sign in…
May May
  • 21
  • 2
2
votes
3 answers

Windows LiveID "Couldn't sign you out" error at sign-out

I'm implementing LiveID authentication on my website. I've done it before, but not on this particular platform, MojoPortal. The sign-in works properly, but when I attempt to sign-out, I get the error message quoted below. My browser is not…
Jason Kleban
  • 20,024
  • 18
  • 75
  • 125
2
votes
0 answers

ASP.NET MVC4 OAuth Microsoft (Live) account - get users emails

I'm trying to implement OAuth authentication with Microsoft ID for my ASP.NET MVC4 web site. So far, the log in with Microsoft account works. But I need to get some extra user data (specifically, users account or preferred email address). I'm using…
nenki
  • 21
  • 3
2
votes
0 answers

Getting Windows 8 Live ID: GetPrincipalNameAsync() returns empty string

I'm trying to use the method Windows.System.UserProfile.UserInformation.GetPrincipalNameAsync() to get Windows Live ID, but it returns an empty string, anyone knows why? Thanks a lot.
user1343145
  • 217
  • 2
  • 5
1
vote
2 answers

Get input email address from ACS when using LiveID

Is it in any way possible to wire up an ACS rule to return/PassThrough the user's email adress from ACS using $(InputValue) when using Live ID? I am using Passive authentication and get redirected out to Live ID but I was wondering if there is any…
Redeemed1
  • 3,953
  • 8
  • 38
  • 63
1
vote
1 answer

Why LiveId Web Auth requires to confirm cookie removal with IMAGE/GIF response?

In LiveId Web Auth scenario, when client application receive "clearcookie" request, it is responsible for clearing the authorization cookies and should confirm success by returning any GIF image through http. Using reference implementation of liveid…
PanJanek
  • 6,593
  • 2
  • 34
  • 41
1
2