Hello!
How i can to integrate windows live id authentication with web application wrote on asp.net 2.0.
*also using basic authentication system (such as membership, roles etc.) in case it relevant
Thanks!
Hello!
How i can to integrate windows live id authentication with web application wrote on asp.net 2.0.
*also using basic authentication system (such as membership, roles etc.) in case it relevant
Thanks!
ASP.NET 2.0 intergration
Whoisit
Eldoktor
It would be great (dream land) if every user would have to register only once on Internet. (let's say it's LiveID)
Then every web site could use this authentication for users, users wouldn't be nagged to regiseter on every site separtly, developers would not need to develop their own authentication.
In my mind this service would require:
input : username, password
output: username, isAuthenticated
I must say having a SmartClient support is great, but i think web implementation is the point!
Like you login only once for microsoft web services, and you keep that login information through multiple microsoft services.
And those servces, i hope, are not a single application, and they share single authentication point, right
waff
Hi Josh,
So you want some scenarios Here is the one I would like to see in the future...
I have a social networking web application that extends some P2P features through a desktop application. I would like to be able to use LiveId either in my desktop application, either in my web application and manage session length.
This seems quite common but there is a small difference in the desktop application:
It actually embeds a Browser control that renders the web application mentioned earlier which means that I would need to share the auth session between the two applications at the same time just as if it was just one application for the end user.
If I'm unclear, feel free to ask any specific question.
Regards,
Amadrias
BLytt
Alex, you may be interested in the announcement I just posted:
Windows Live ID Web Authentication Preview Release!
Carlos.Camargo
VisualBasicGuruWannabe
I think you're going to have to wait for the release of the Live ID SDK. I don't know if this will support Web Apps in the first instance though, it appears like it's Smart Client apps only. My bet is: not any time soon.
But of course we need Microsoft to give us more solid information, which is being a little thin on the ground right now!
Cheers,
Paul
Stefan Mueller
madhurieerupula
Simone1
I don't really want an SDK all I need is web service, so that i could pass over username and password and be returned whether they are valid or not. Prehaps it could return their GUID or something to.
You could do it similar to Google APIs where they give you a Developer Key that you pass to the web service so that Microsoft can log and prevent abuse of the system such as brute forcing.
That way i could let users either log on via Registering with me or by using there hotmail username and password, thus increasing the chances of people using registering with my website.
I remember passport doing something like this but you were redirected to another site, which is silly really since website owners should be trusted with passing the username and password securly. I mean visa and MasterCard are perfectly happy for website owners to be middlemen in financial transactions it seems strange that they are not trusted to be the middle men in liveID validation.
Fabriciom
jiao
Hi Josh,
I made some trials with the Client SDK and it seems that I can use the built in authentication forms with it.
However, with this solution, I just get one side of the requirement answered. My scenario has one other major requirement that is not yet answered and another that may even not be considered by the Live team:
1. The Client SDK provides me a way to log in using Live Id for my desktop application but parts of the features I want to implement are website based and also accessible through the use of a web application. Until you release the Web ASP.Net library, I won't be able to implement it.
2. Branding: I do believe the Windows Live Id brand brings trust to the application (even if you place a "Not developed by Microsoft" sentence). But I would have liked to get more branding capabilities on the dialog. It's definitivelly too much Microsoft branded and I dislike providing another design to my end users because it confuses the end user on which application he is.
Thanks anyway for the help. I'm actually also looking at using Open Id or Cardspace with my own STS running. If I like one of these, I will have to choose between popularity (Windows Live Id) and usability.
Regards,
Amadrias
Onur Ozcelik
For the folks at MSFT, here are some market requirements and competitive study links
(hey, I thought the PMs are supposed to do this and not the customers) :
http://developer.yahoo.com/auth/
http://code.google.com/apis/accounts/AuthForWebApps.html
And it will be even better if you provide HTTPS post option or a WS to ensure smooth UE without the redirects over multiple pages. Partner site should be able to do LiveID SSO as MSN sites are capable of today.
Parker Lewis
For your desktop application that embeds a browser control, you should be able to use the Client SDK. Have you downloaded it yet If not, here's the URL:
http://connect.microsoft.com/site/sitehome.aspx SiteID=347
Let me know if this doesn't address your needs.
Thanks,
fleo
Currently, we only support authentication through Windows Forms applications via the Client SDK. We are aware of the demand for web application authentication and are investigating. If you could provide more detail about the scenarios you envision, it would be greatly appreciated. Stay tuned for future announcements.
Thanks,