Questions tagged [liveid]

20 questions
0
votes
1 answer

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 resource. the code is relatively simple; I'm including…
ekkis
  • 9,804
  • 13
  • 55
  • 105
0
votes
1 answer

ACS with custom home realm discovery page, how do I "detect" Azure AD vs Microsoft Account?

I'm customizing an ACS home realm discovery page and want to accommodate users who have either a "microsoft account" (aka LiveID/Passport) or a Office365/Azure Active Directory account. In this situation, it's possible for the following workflow to…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

Live Id not returning UserId as Identity Provider in ACS with Thinktecture Authorization Server

I'm using Thinktecture's Authorization Server with ACS hooked up and LiveID as an Identity Provider. It works, but the JWT looks like (notice the nameid claim): { "aud": "urn:mygym", "iss": "https://my-gym.accesscontrol.windows.net/", "nbf":…
danielrozo
  • 1,442
  • 1
  • 10
  • 22
0
votes
1 answer

Uniquely identify a user on WinRT and WP8 using (f.ex.) LiveID?

I am looking for a way to uniquely identify a user in WinRT and preferably in WP8 as well. In WP7 applications, I could get a hash of the Live ID to do this, but I am not sure of how to approach this in WinRT environment. One of the goals here is to…
Muhwu
  • 1,151
  • 1
  • 10
  • 26
0
votes
2 answers

Live id authendication for Sharepoint 2010

Is it possible to use live id authentication for in premise SharePoint 2010 site . SharePoint site is not exposed ourside our network. Means after the authendication is it posible to redirect to localhost sharepoint /site ?
1
2