The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
21 views

Serious replay attack issue of Live Connect OAuth2? Why is the authorization code allowed to be used more than once?

Firstly thanks for your time. I have a serious concern about Live Connect's OAuth2 API. I follows this, and using DotNetOpenAuth to implement/integrate LiveId authentication/authorization for our ...
1
vote
0answers
15 views

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, ...
0
votes
1answer
73 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
17 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
49 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
112 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 ...
2
votes
1answer
182 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
42 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
49 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 ...
2
votes
0answers
99 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
320 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 [email protected] and run an app. That app uses the Live SDK to access my Microsoft Account ...
2
votes
1answer
681 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
322 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
208 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
87 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 2 3 4 5
15 30 50 per page