Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
588 views

How should I handle user identity for a Window Phone / WCF / ASP.NET MVC application?

I'm working on an application which allows data entry and display from both a Windows Phone application and an MVC 3 web interface. Data access for the phone client is via authenticated WCF services ...
8
votes
1answer
184 views

Log in to desktop application by Windows Live ID

I want to create a login form for my desktop application that user can use Windows Live ID for that. I create an application in manage.dev.live.com and use Desktop Implementation section. I use a ...
6
votes
2answers
772 views

hotmail or live id openid support?

Is windows Live ID or hotmail ID supports OpenID based authentication ? if yes, what is endpoint url ? Do I have to register my application somewhere to use it ? or does it have their own api ? ...
5
votes
3answers
2k views

Windows Live ID in ASP.NET MVC

does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. There is some info about OpenID implementations and it uses some libraries. So is there a way to ...
4
votes
3answers
1k views

Is Windows Live ID an OpenID Provider? [closed]

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID ...
4
votes
1answer
325 views

Open ID endpoint for Hotmail/Windows Live

Is there one? I can find articles that talk about it's implementation from 2008: http://winliveid.spaces.live.com/blog/cns!AEE1BB0D86E23AAC!1745.entry ...
3
votes
1answer
153 views

Weblog from Live Writer with Live ID authentication

I'm currently developing a weblog engine. I use Live Id for authentication when logging in online. I'm building support for Live Writer thru the MetaWeblogAPI. Is it possible to check Live ID ...
2
votes
0answers
54 views

Did Windows LiveID finally every get integrated into OpenID?

Two or three years ago, Microsoft announced that they were going to support OpenID with LiveID. I can't find an OpenID url for Microsoft anywhere. Did they scrap the idea? What happened? Is there an ...
2
votes
2answers
506 views

run powershell command using csv as input

I have a csv that looks like Name, email, address Name, email, address Name, email, address I am wanting to run New-Mailbox -Name "*Name*" -WindowsLiveID *email* -ImportLiveId (where ...
2
votes
1answer
279 views

Omniauth + windows live

how do I configure a new windows-live provider using omniauth? I tried the following with no success: use OmniAuth::Strategies::WindowsLive, key, secret and provider :windows_live, key,secret
2
votes
2answers
558 views

Windows Live Id Authentication for Windows Phone 7

I'm developing a Windows Phone 7 app but don't want to re-implement my own identity / authentication service - espcially when we know the user will be signed in with a Windows Live account. But, I ...
2
votes
2answers
285 views

Getting the currently logged-in Windows Live Id (Windows Phone 7)

I know Windows Phone 7 requires you to enter you Windows Live Id on startup. Is there a way to get access to information about that account from my Silverlight app installed on the phone? Thanks,
2
votes
1answer
528 views

provider discovery url in windows live id

Microsoft has announce that WindowsLiveID become a OpenID provider. I want implement it in my application but I can't find the provider discovery URL. In blog post they call about live.com but it's ...
1
vote
0answers
10 views

rss reader supporting Windows Live ID authentication for secured access

I have a web application that uses Windows Live ID to implement user authentication. I would like to use the same mechanism to allow my users to subscribe to RSS feeds of their secured content. I ...
1
vote
1answer
105 views

Windows Live ID Authentication in ASP.Net Web Service

I'm trying to implement Windows Live Authentication in my ASP.Net application. Article really help me out. Above article needs redirection to the Windows Live website for authentication which i don't ...
1
vote
1answer
101 views

WIndows Live ID OAuth2 Redirect Issue

I am attempting to incorporate Windows Live ID in my application. First, I created a Windows Live Dev Application account, here: http://msdn.microsoft.com/en-us/windowslive Let's pretend my ...
1
vote
1answer
36 views

Windows Live ID Continue Button Broken

We have a production web application that uses Windows Live ID as its authentication mechanism. For several months now, it has been working great. However, in early August, we suddenly started ...
1
vote
0answers
188 views

Messenger Connect OAuth Wrap api to get user emails

I want to write a php script using which i can import the address book of a user from hotmail/windows live. I am using Messenger Connect OAuth Wrap api to do that. After getting the access token, i ...
1
vote
1answer
152 views

Is there a way to get the email address associated with a Windows Live ID?

I have a client that wants to use Windows Live ID Delegated Authentication SDK 1.2 to provide authentication for their website. The architecture that they proposed was to have a database table that ...
1
vote
1answer
321 views

Are any other claims available from Windows Live ID via the ACS 2.0 identity provider?

I understand that currently the default Windows Live ID identity provider in ACS 2.0, only provides two claims the nameidentifier (a base64 unique id associated with the user and your application, but ...
1
vote
2answers
275 views

Windows Live ID Single-Sign-On on Windows Phone 7

Is there any way to implement Single-Sign-On with Windows Live Id (hotmail account) in Windows Phone?
1
vote
1answer
375 views

Using Live ID for authentication in a Silverlight 4 Out of Browser App

Is it possible to use Live ID for authentication in a Silverlight 4 Out of Browser App. If it is do you know of any sample code. Thanks
1
vote
0answers
663 views

How to use Windows live contacts api to allow users to import contacts

I can't find a good, simple tutorial on how to achieve this in PHP / Javascript. Basically the same thing FB has where the users specifies their hotmail account and then gives permission to FB to ...
0
votes
0answers
14 views

Easiest Path or Toolkit toward Ubiquitous Site Login Capability?

I've already plugged in Facebook integration with a "Log In with Facebook" button. It works fine, but I'm wondering if there's a toolkit or a known path of least resistance to moving toward "log in ...
0
votes
1answer
70 views

Uniquely identify a Windows Phone installation

I am building a web/mobile social service application for Windows Phone. As a final goal, I will want my users to have an account at my online service site, but as an application provides a ...
0
votes
0answers
26 views

Live SDK: How to disable automatic login when calling WL.init?

I'm using Live SDK version 5.0 (Javascript). Whenever I call WL.init() in my js-application, and subscribe to "auth.login" event, the event fires up immediately even though I never call WL.login(). Is ...
0
votes
1answer
72 views

What is the best way to use live id authentication with azure based asp.net mvc project?

What is the best way to use live id authentication with azure based asp.net mvc project? I find the options 1) With in Live SDK, there are options like REST, JavaScript, C# etc. 2) Since my project ...
0
votes
2answers
101 views

Match Azure ACS nameidentifier from Live ID to list of known users?

Judging from questions posted on here on stackoverflow alone, Azure ACS appears to be disappointing many implementers because of its inability to provide an email address for a Windows Live ID user. ...
0
votes
0answers
35 views

LiveID authentication on MVC3 web application

Can some one help me with WindowsLiveID authentication on MVC3 Web application. please send me some codesamples /documents /how to implement this on my MVC3 webapp
0
votes
1answer
55 views

Why does Live connect always prompts for giving consent?

I want to authorize my users with Windows Live. I use the windows Live Connect 5.0 SDK for this. I am using a WPF WebBroser control to get a token but it always prompts for consent. I let the ...
0
votes
1answer
32 views

Can I use Windows Live Id in my Windows Phone applications?

Is there guidance out there? Samples? Is this possible? Everything I am finding is 2010 before WP7 was even released! (including this question: Windows Live Id Authentication for Windows Phone 7 and ...
0
votes
0answers
32 views

What is the equivalent of user id in Live Connect 5.0?

In Windows Live Messenger Connect, Version 4.1, there was a parameter called uid (or cid?) that represented an ID for the user. What is the corresponding parameter in Live Connect 5.0? Is it the ...
0
votes
1answer
174 views

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 ...
0
votes
0answers
71 views

Windows LiveID integration to asp.net4.0 website

I am trying to implement liveID signin integration on to our website I registered my Site with msm.live.com and now the LiveID signin page is getting displayed as expected.But the new LiveID ...
0
votes
0answers
39 views

Windows live id - retreive anid from access_token

I use in my windows phone 7 app authentication to Windows Live. (oauth) I receive an access_token from which i want to retrieve the ANID. is it possible? because i didn't see such property in the ...
0
votes
1answer
258 views

LiveID API fails - missing token

I'm trying to retrieve some information from the LiveID API but am getting the error: The provided request does not include an access token. An access token is required in order to request this ...
0
votes
1answer
38 views

can i post some data to a jsp web form using javascript code?

I have with me javascript code that is able to authenticate users with Windows Live Authentication. After logon, a simple message is displayed to the user. What I want is that the message is ...
0
votes
0answers
73 views

Accessing Windows Live ID Ticket from IE Plugin

I've created an IE browser plugin that is used on a site that uses Windows Live authentication. The plugin accesses web services which are hosted on the same site. The web services also need to ...
0
votes
0answers
40 views

Which email addresses / accounts are under the Windows Live umbrella?

Which email or other accounts are under the Windows Live family? In particular, which can be used to authenticate with Windows Live Messenger Connect? The signup page suggests hotmail.com, live.com. ...
0
votes
2answers
1k views

Windows Live ID login via HttpRequest

I want interact with one web via HttpRequest/HttpResponse. But the web requires login via Windows Live ID. I go to the live login page, but I can't get any usable response from login page. The code ...
0
votes
1answer
233 views

Getting Live ID to work via WIF

I'm attempting to use WIF to have my ASP.NET MVC app rely on Windows Live ID for authentication. I've followed this example exercise: Exercise 4 However, it does not work for me. Mileage varies, ...
0
votes
1answer
1k views

Retrieving user profile on messenger(windows live) connect sdk within php

I am using this example to successfuly make a login connection on windows live platform: http://code.msdn.microsoft.com/messengerconnect (the oauth handler callback one) I receive a token and a user ...
0
votes
1answer
268 views

Messenger connect desktop API for Windows Phone 7

Is there Messenger Connect API for Windows Phone 7 to use in Silverlight phone application to allow user authentication with windows live id and get a user consent to share profile data with my app? ...
0
votes
1answer
38 views

LiveDataContext.SignIn

Am I correct in understanding that the Method LiveDataContext.SignIn can only be used in Windows Applications? Reference: http://msdn.microsoft.com/en-us/library/ff747817.aspx I tried to implement ...
0
votes
1answer
272 views

Problems sending message between Silverlight apps

Has anyone had any issues communicating between two Silverlight apps. When I try to send a message from one app, I get an error, "The message could not be delivered to receiver." My code for sending ...
0
votes
2answers
77 views

where is the Live Services TAB gone on Windows Azure site?

I am trying to generate LiveID acess keys on the Azure Services Developer Portal but I cant find where the Live Services Tab is gone so I can retrieve the application id and secret key. Anyone have a ...
0
votes
1answer
131 views

Windows Live ID Error 1017

I have a web application that has been up and running for quite some time now using the Windows Live ID delegated authentication. It's been in production for a couple of months, and all of a sudden ...
0
votes
1answer
447 views

ASP.NET MVC + LiveID --> should I use the Membership provider & Account controller?

I'd like to use LiveID on an ASP.NET MVC site. Should I still use the ASP.NET Membership provider? How about the default MVC Account controller? I have things working without either, but: Using ...
0
votes
1answer
100 views

Does spring security support Windows live ID?

for more details about the live id : https://accountservices.passport.net/ppnetworkhome.srf I have seen jar files in spring-security-2.0.5 indicating support for acl (i dont knw wht it is) cas (no ...
0
votes
1answer
443 views

Live ID with MVC with out ASP.NET Membership

Does anyone know is there a way to implement Windows Live ID authentication into your ASP.NET MVC site. I am moving a project from Web Forms to a MVC solution and do not want to rebuild the database ...

1 2