The windows-live-id tag has no wiki summary.
0
votes
1answer
36 views
Get OAuth 2.0 token via ACS
I have an application that understands OAuth 2.0 token (on passing a valid OAuth 2.0 token, it authenticates a user) returned by Live ID .
This OAuth toke looks like -
...
0
votes
0answers
11 views
Is it possible to get Linked Ids for a Windows Live account?
Windows Live team added a feature called "linked ids". Is it possible to get a list of those linked accounts using the Windows Live API? I spent time looking at this page of scopes and permissions but ...
1
vote
0answers
42 views
Sharepoint 2010 Foundation Authentication with Office 365
I have SharePoint 2010 foundation installed on a AWS (Amazaon Web Services) server. I also have office365 (Email Hosted Plan Accounts). Is it possible to link to office 365 for authentication when a ...
0
votes
2answers
84 views
AZURE ACS - Windows Live ID: How to identify Unique User
For my web application I am using Azure ACS for authentication. I follow this
[1]: http://msdn.microsoft.com/en-us/library/hh127794.aspx to implement my code. I only authenticate Windows Live users ...
0
votes
1answer
149 views
How do I better control how DotNetOpenAuth uses Microsoft Account (Live ID)?
I am using the new OAuthWebSecurity wrapper for DotNetOpenAuth to allow users to log in to an MVC4 application with their Microsoft Account (aka Windows Live ID).
I have registered the microsoft ...
0
votes
0answers
39 views
RIA using claims-based authorisation
Out of the box, RIA uses the old Microsoft SiteServer security database (aspnetdb) and the associated authorization, membership and role provider architecture. It's dead easy to get started but it's a ...
0
votes
1answer
39 views
Add federationmetadata from ACS throw exception
I have a web application in an Azure cloud service using ADFS 2.0. I wanna add others parties identifier, like Windows Live Id. The web.config includes a connection string encrypted with the ...
1
vote
0answers
89 views
How to define Microsoft Live OAuth redirect url for on-premise web application?
With OAuth the ClientID and redirect_url have a strong connection: You need a seperate ClientID for each redirect_url. This is a problem for on-premise applications which have multiple deployments in ...
1
vote
2answers
258 views
Windows Live SDK doesn't LogOut()
Microsoft Live ID is now called Microsoft Account. Having said that, let's say I log into Windows 8 as sam@email.com and run an app.
That app uses the Live SDK to access my Microsoft Account ...
2
votes
1answer
607 views
Using Windows Live ID authentication in a Windows Phone 8 app
I am trying to write a Windows Phone 8 app which needs to save some information about the user in the cloud, to be able to identify him/her in future. For the cloud database, I am using Azure Mobile ...
0
votes
1answer
275 views
Windows 8 App Login from Microsoft Account and App account
I want to develop a Windows 8 app that uses Microsoft Account to enable synchronization between devices.
However, the user must also log-in through a web service to use the App.
How does it work ...
1
vote
0answers
193 views
Authenticating to ASP.NET MVC site using Windows Phone WebClient and Microsoft Account (OAuth)?
I have a standard ASP.NET MVC 4 site which uses the built-in OAuthWebSecurity to allow people to login with their Microsoft Accounts (LiveId). The site and the login works OK. The site contains a ...
0
votes
0answers
79 views
ACCESS_TOKEN vs AUTHENTICATION_TOKEN
I want enable the following authentication workflow:
User directs their browser to a page that requires authentication
The UI layer renders that page and returns it to the browser
The browser ...
1
vote
1answer
170 views
Android - Windows Live API, User has to sign in every time?
I am trying to submit a status from my application to Window's live, the user starts the app, gets asked to give my app permissions to do this, and once granted I have a live session object and I can ...
0
votes
0answers
176 views
Get user info from Windows Live ID Web Authentication in ASP.NET
I am using WindowsLiveLogin.cs class to authenticate user from Windows Live ID Service.
After authentication I get token from Windows Live ID Service, and get user's unique identifier by calling the ...
1
vote
1answer
220 views
Can I use LIVE ID to insert a reminder into the Windows 8 Calendar?
I am developing a Windows 8 Store App using c# & XAML.
I would like to use the Live ID SDK to connect to the calendar in order to schedule reminders there.
Is this route possible, and is it the ...
0
votes
0answers
144 views
How to redirect after MS Live ID authentication
I'm developing an ASP.NET web-application, that is hosted on Azure and used Windows Identity Framework for authentication.
The question is: How to handle response from Identity Provider (MS Live ...
0
votes
0answers
498 views
Something went wrong and we can't sign you in at the moment. Please try again later
I trying to use the Windows Live SDK as below in my web application.
<script src="//js.live.net/v5.0/wl.js"></script>
<script type="text/javascript">
WL.init({ client_id: ...
3
votes
2answers
811 views
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 ...
0
votes
1answer
716 views
Access Windows Live ID/Facebook authentication in Windows Phone programmatically
I have a Windows Phone which is linked to Windows Live ID and Facebook accounts.
I want to use this built-in Windows Live Id information to access SkyDrive (Just like Microsoft Office Mobile and ...
0
votes
1answer
348 views
Windows Live ID/Live connect, how to get current logged in user's email
First, I am using Live connect, as documents says live id will be obsolete
When a user log in my site with Live connect, I want to get the email address which he/she input when he log in.
I can not ...
3
votes
1answer
214 views
Retrieving JSON result from Windows Live ID query
I'm having trouble retrieving the whole JSON from Live ID API call.
I'm working thru the OAuth2 flow with Windows Live ID, in order to get
profile info (& some related items, like phone numbers ...
0
votes
1answer
109 views
How to initialise WL with jquerymobile
I'm trying to combine JQuery Mobile with Windows Live Connect.
If I trigger my init code with $().ready(function() { ... }); and look at it with a browser then it works.
If I try to use the ...
0
votes
1answer
559 views
Windows Live with e-mail through Azure Access Control Service
I am trying to allow users to sign in to the ASP.NET MVC web site with their Google, Facebook, and Windows Live accounts. I am currently using the Azure App Fabric ACS, which made it almost too easy. ...
0
votes
1answer
340 views
Windows Live Authentication in MVC3
So looking around the web, I see tons of tutorials for integrating Live authentication into projects, but have found almost nothing useful on integrating into an MVC project. I'm pretty new to MVC, ...
1
vote
1answer
276 views
SSO using STS fails to login user for webtest in VSTS
All,
I have a webtest for Web Performance testing, which does login prior to running other web requests in Visual Studio 2010 Ultimate.
The login system uses STS and Windows Identity Framework to ...
1
vote
0answers
91 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
0answers
47 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
367 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 ...
2
votes
1answer
461 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 ...
1
vote
3answers
924 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. ...
1
vote
1answer
599 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 ...
2
votes
1answer
1k 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
432 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
134 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 ...
1
vote
2answers
606 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 ...
9
votes
1answer
1k 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 ...
1
vote
1answer
99 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
284 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
598 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 ...
0
votes
1answer
805 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
98 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 ...
4
votes
2answers
1k 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 ...
2
votes
0answers
117 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 ...
5
votes
2answers
7k 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
2answers
579 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?
10
votes
3answers
815 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 ...
2
votes
1answer
552 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
0
votes
2answers
2k 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
434 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, ...

