Slashdot Mirror


Liberty Alliance Completes Phase 2

g0_p writes "According to CNET the Liberty Alliance project released its phase 2 specifications for the Liberty Identity Web Services Framework. This will provide the much talked about 'single-sign-on' to multiple websites capability. Websites will be able to securely share information about the user including credit card data. The biggest benefit of sharing this kind of data is for people using web services through handhelds and mobile phones (Lesser buttons to click to buy birthday gift..). This may be significant, since many of the new phone models have web browsing capability and there is a considerable surge in sales. Now that this phase is complete we should start seeing this standard being implemented out there on the web. It would also be interesting to see how it stands up against Microsoft Passport in terms of security which has had troubles in the past."

105 comments

  1. But I thought... by Stingr · · Score: 1, Funny

    phase 2 was ????

    --
    Chaos reigns within.
    Reflect, repent, and reboot.
    Order shall return.
    1. Re:But I thought... by Anonymous Coward · · Score: 0

      Mod parent up

    2. Re:But I thought... by jp31415926 · · Score: 1

      What about phase 1? Did I miss it? Man I've got to keep up-to-date better.

    3. Re:But I thought... by ilsa · · Score: 1

      It's amazing how they got from "Collect Underpants" to, well, this!

      Now lets see if they can pull off phase 3: Profit.

      --
      -- I Am Not A Terrorist.
  2. Where this needs to come from... by pegr · · Score: 4, Insightful

    No initiative is going to work unless someone gets a major credit card company on-board to assume the risk, pure and simple.

    1. Re:Where this needs to come from... by stratjakt · · Score: 2, Informative

      You mean like American Express or Bank of America, who are both major sponsors of this project?

      --
      I don't need no instructions to know how to rock!!!!
    2. Re:Where this needs to come from... by pegr · · Score: 2, Insightful

      Sponsoring the project is not the same as assuming the risk. If it weren't for that little issue, this would have been done already (MS not withstanding). MS as muddied the waters for the already-risk averse...

    3. Re:Where this needs to come from... by ePhil_One · · Score: 3, Insightful
      No initiative is going to work unless someone gets a major credit card company on-board to assume the risk, pure and simple.

      What they need is a compelling reason for consumers to want their web sites to share sign on information like credit card info. I certainly wont be shopping anywhere that plans to share my info with anybody else.

      All their marking fantasy will hit the brick wall of consumer distrust and make a digusting "splat" sound

      --
      You are in a maze of twisted little posts, all alike.
    4. Re:Where this needs to come from... by John+Hurliman · · Score: 2, Interesting

      I would like to see micropayments get worked in to a system like this, THAT would be a compelling reason for consumers to adopt such a system. Access premium content by logging in through a gateway and digitally signing a payment agreement, no credit card hassle every time you want 25 cent comics.

    5. Re:Where this needs to come from... by jimmcq · · Score: 1

      According to the article: "Sun Microsystems launched Liberty at the behest of Visa International"

    6. Re:Where this needs to come from... by zuzzabuzz · · Score: 0

      The design allows you to approve the sharing or not. If you don't, well..then it's not any different than things are today and you'll have two seperate accounts.

      --
      -buzz
    7. Re:Where this needs to come from... by Anonymous Coward · · Score: 0

      American Express is on the management board of the Liberty Alliance, and both MasterCard and Visa are sponsoring members.

    8. Re:Where this needs to come from... by whereiswaldo · · Score: 1

      The whole thing is flawed right from the start. A *single sign-on* is way less secure than multiple sign-ons with different passwords. If your single password is compromised, consider yourself violated in all areas managed by that single sign-on.
      For me, if my email gets compromised, my credit card data is still safe. That's just smart.
      Look at it this way, would the military use a single sign-on? No freakin way.

    9. Re:Where this needs to come from... by gfim · · Score: 1

      Sharing is not really the right word here. It's more like the web sites have access to the user's information from a central (or distributed) database that's under control of the user. The idea is not to share anything without the user's permission. The site gets the single sign-on id from the user (via a form or a cookie) and a password. It then (securely) requests the info it needs from the database. The user is allowed to see what it is requesting and, if they approve, the info is returned. That's the theory, anyway - let's wait and see how well the implementation of it pans out.

      Graham

      --
      Graham
  3. Sun has released an open source implementation.... by tcopeland · · Score: 2, Informative

    ...called the Interoperability Prototype for Liberty.

    Just to see what would turn up, I ran PMD over the source code - it came out pretty clean.

  4. centralization == bad by Empiric · · Score: 5, Insightful

    Frankly, I don't want "single-sign-on", and I don't get why other people would either. The information I'd want to be available to my bank is completely different from what I'd want to be available to "Jim's Hardware Shack".

    Presumably, in order for this to work effectively, if you have one standardized set of information about "you", it would have to be the superset of information you'd need for all the sites you use. And, to be efficient from an implementation standpoint, I'd expect this information will be replicated all over the place in various caching mechanisms. This leaves your information fully available to web site operators reputable, disreputable, secure and hackable alike. As well as likely creating a situation where if your primary "record" is compromised, it could provide enough information to allow access "as you" to *all* the web sites you use. This seems like quite a high price to pay for the need to create a separate login for each site, which realistically, is probably on the order of a dozen or two registered sites a year for most users.

    --
    ~ Whence do you come, slayer of men, or where are you going, conqueror of space?
    1. Re:centralization == bad by allenw · · Score: 1

      From every demo I've seen, you can specify whether your information gets shared or not. But, I'll be honest, I don't remember to what granularity.

    2. Re:centralization == bad by DrEldarion · · Score: 4, Insightful

      I still don't see why this idea came around where they HAVE to store all your information on someone's server somewhere. Why not have it all be stored client-side and just have the user click a button to send everything? It can be heavily encrypted on the hard drive and over the connection, and you won't have to worry about someone hacking the server and stealing everything or worry about unwanted information sharing.

    3. Re:centralization == bad by stevesliva · · Score: 4, Interesting
      SSO in its standard form simply allows using the same identity and credentials at multiple sites. Your SSO credentials are only the intersection of all sets of personal information needed by SSO sites, not the superset. Each site then stores additional information hashed with your unique SSO id. It's a matter of debate what that intersection should be:
      • Username/Identifier
      • Password/PIN/etc.
      • Secret Question?
      • Secret Answer?
      • Zipcode?
      • etc...
      It is possible to have SSO with only the first two, but the many numbnuts that forget their password require some secure form of reset.
      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    4. Re:centralization == bad by GreyWolf3000 · · Score: 1

      It's so easy to break into most people's computers that this is also a bad idea. It's better to have your data in physical form, where someone needs to break in to your house to get to it.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    5. Re:centralization == bad by dbavirt · · Score: 1

      If those five or so attributes are the only thing that is shared, how is this useful for the customer? I still have to fill out my credit card, address, and other info at each site, right?

    6. Re:centralization == bad by Telastyn · · Score: 1

      Well *I* know why people want single sign on. They don't want to sign on at all. They don't understand simple information theory that once a secret is gone, it is gone. They don't realise that if they give someone else all the information needed to complete a credit card transaction, they can now do the same thing.

      Hopefully... well, not hopefully, but probably, there will be more identity theft and fraud where the credit card company doesn't assume the costs, and people lose real money over their lax secret controls. That's the only way they will learn.

    7. Re:centralization == bad by the_2nd_coming · · Score: 0

      right, the authentication server just logs that you have a positive, and you have access to all the tools behind it until your session is up.

      --



      I am the Alpha and the Omega-3
    8. Re:centralization == bad by gnu-generation-one · · Score: 1

      "Frankly, I don't want "single-sign-on", and I don't get why other people would either."

      <distribution country="uk">
      David Blunkett wants you to have a single-sign-on, your opinions be damned... Now you can use a single number to access your bank account, travel abroad, and prove your age in bars.

    9. Re:centralization == bad by DrEldarion · · Score: 1

      Which is why it's encrypted on your hard drive. Since speed isn't really an issue for that little data, you can have some excellent encryption on it that it'll make it pretty much impossible to get anything useful out.

    10. Re:centralization == bad by ckaminski · · Score: 1

      GnuPG encrypted data with a password in your head such that the person needs to break into your house, threaten your kids at gunpoint, or be telepathic. Sounds much better to me.

      The problem with a client-side solution is making it platform agnostic. Java offers a solution... maybe we need something else, javascript 10.0 or some such.

    11. Re:centralization == bad by finkployd · · Score: 2, Interesting

      We are using federated identity in the higher education world via an Internet2 called Shibboleth which is very similar to Liberty (both based on SAML). It has been somewhat successful in our setting.

      The rational for why we wanted is was that we (Penn State University) have a very strong central authentication and account management system. That is all well and good for internal services but like any university we license resources from external entities. Such as Webassign (popular web resource for Physics students), and various library resourses like OCLC, JSTOR, etc. Shibboleth allows our students to not have to create accounts on these resourses (and remember different userids and passwords) but use their PSU access id and password.

      So to carry this over to the commercial side of things with liberty, they have the concept of an identity providor. This could be your bank, your isp, whatever. You only have to create an account with them, then you can use liberty to "assert" your identity to other commercial sites. Along with that you can choose to pass attributes like your credit card number, your shipping address, whatever. The benefit being that you do not have this data stored on mutiple databases at various companies, nor do you have multiple accounts to deal with at various companies.

      Finkployd

    12. Re:centralization == bad by gorilla · · Score: 1

      It's proven not that much harder to break into servers, and with large numbers of CC#, it's a much more attractive target.

    13. Re:centralization == bad by moitz · · Score: 2, Funny
      Why not have it all be stored client-side and just have the user click a button to send everything?

      I can think of a great little program that can help you with that! Oh, and BTW, your system may not be optimized, it's broadcasting an IP to hackers, and your clock isn't accurate.

      -moitz-

      --
      Screw 'em...who cares what anyone thinks.
    14. Re:centralization == bad by GreyWolf3000 · · Score: 1

      I was thinking of Windows machines moreso than Linux boxes.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    15. Re:centralization == bad by Anonymous Coward · · Score: 0

      we agree with this hrd@cmil.com

    16. Re:centralization == bad by pmz · · Score: 1


      Actually, the whole point to the Liberty Alliance was to avoid the centralization inherent to Microsoft's Passport. If Liberty Alliance succeeds, it's because it was developed by businesses who want to do business but don't necessarily trust eachother. Liberty Alliance has the potential to be a good compromise between the broken eggs that is Passport and the problem of multiple sign-ons.

      I've generally never had a problem with multiple-sign-on, but I guess other people do. Alternatively, all this single-sign-on stuff could be a solution looking for a problem. I guess time will tell.

    17. Re:centralization == bad by ckaminski · · Score: 1

      What, GnuPG and Java don't run on Windows? I'm talking open (Java is debatable) and platform agnostic. There's a world of difference in many cases between the existing Windows versions... Thankfully XP is here, so maybe the "One Windows" world will be a little more sane in the future...

    18. Re:centralization == bad by caluml · · Score: 1

      Yes, this is true. However, Gentoo Linux helps mitigate these risks, as it is highly secure.

    19. Re:centralization == bad by 4of12 · · Score: 2, Interesting

      I like the idea of standard protocols for authentication, but with plenty of flexibility built in.

      There should be no reason for Jim's Hardware Shack to have access to my full profile of personal information at all.

      It should be sufficient that I can locally create a digital check:

      1. my name or handle (and I should be able to create as many or few as I like),
      2. Jim's Hardware Shack's name (or any of the names they want to use),
      3. my secret pin to sign the check or fund transfer request,
      4. an amount,
      5. a time interval in which the transaction can be performed
      6. the name of a server (aka the bank) (say in Cayman Islands) that will vouch for that transaction.

      Then, Jim's Hardware Shack need only submit my digitally-signed transaction request to the named server. The named server is the only information that Jim will need to know.

      As long as Jim's Hardware Shack trusts the named server to send them the amount of the transaction and "Jim's Hardware Shack" provides them with some registered server at which to dump the funds (I don't need to know where), Jim shouldn't ever even need to know who I am.

      Internet banking can be secure and needn't disclose any more information than is absolutely needed.

      Jim's Hardware Shack sure as hell doesn't need my blanket credit card number, my One Single True Name, etc..

      --
      "Provided by the management for your protection."
    20. Re:centralization == bad by zuzzabuzz · · Score: 0

      I work at a University as well, and look forward to something like this for the same reasons.

      --
      -buzz
    21. Re:centralization == bad by drinkypoo · · Score: 1

      Try RoboForm. It's free to store less than 30 logins.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    22. Re:centralization == bad by gfim · · Score: 1

      But, for the paranoid types like yourself, the server can be your machine! You can run your own copy of the Liberty Alliance server software and keep all your own data securely encrypted on your hard disk. When you want to use your single sign-on from anywhere on the Internet, it will direct the request to your machine and return the info to the requesting web site.

      Graham

      --
      Graham
  5. Mozilla has this now, and that may be a problem by Animats · · Score: 0, Flamebait
    Go to Edit->Fill In Form in Mozilla and watch what happens.

    You may be surprised how much of your personal information Mozilla has been quietly collecting by watching your web browsing. Has it captured your driver's license number or credit card numbers or mother's maiden name yet? Check and see.

    1. Re:Mozilla has this now, and that may be a problem by Anonymous Coward · · Score: 1, Informative

      That only fills in a form on the current page you are viewing. To see the actual information you have to go to Edit->Preferences->Privacy & Security->Forms->Manage Stored Form Data.

    2. Re:Mozilla has this now, and that may be a problem by gnu-generation-one · · Score: 1

      "Go to Edit->Fill In Form in Mozilla and watch what happens."

      Anyone concerned about their privacy would do well to visit the usefully named "privacy and security" preferences on their browser.

      • Cookies: enable, disable, per-site, prompt, auto, originating site only, disable in email, limit lifetime...
      • Images: enable, disable, originating site only. Animation on/off
      • Popups: enable, disable, per-site
      • Forms: enable, disable, per-site
      • Passwords: enable, disable, per-site

      To see what information has been stored, see the Tools->Form manager->Edit sites menu, where you can review the information, and delete it selectively or completely.

      Similarly, Tools->Password manager->Manage stored passwords can be used to see any passwords stored, and selectively or completely delete them.

      Of course, Tools->Cookie manager works in a similar way, as does Tools->Image manager, and Tools->Popup manager.

      Naturally, you can set each of these features on a per-site basis, or disable each feature completely.

      On an unrelated note, anyone setting up Mozilla to their liking will be find some other preferences useful, which are not on the menus

  6. Who cares? by sulli · · Score: 1, Insightful
    Did I ask for a single sign-on to a bunch of unrelated sites? No!

    I'd much rather control my own damn info and type the CC # into a lot of individual forms than have sites share my data. (Anyway, this problem is solved by browsers' auto-form-fill and auto-password features.)

    --

    sulli
    RTFJ.
    1. Re:Who cares? by jfengel · · Score: 2, Interesting

      Actually, I find it rather scary to have my CC# stored in my browser. First, I'm never sure when it's going to fill it out without my noticing. Is it possible to trick my browser into auto-filling it into a hidden form?

      Second, how well protected is by browser's forms cache? Is my CC# stored, unencrypted, on my disk somewhere? The info is available to anybody who sits down an borrows my browser.

      There are a host of problems with single-sign-on, but auto-fill is at least as dangerous, IMO.

  7. Re:Sun has released an open source implementation. by AIXadmin · · Score: 1

    There is also Source-ID which is a very full featured open source java based implimentation.

    http://www.sourceid.org/

  8. Re:Okay, let me get this straight.... by Anonymous Coward · · Score: 0

    the biggest bunch of fucking censoring hypocrates, thank you very much.

  9. Crap Press Release for Liberty Alliance by jonbrewer · · Score: 3, Informative

    This tripe reads like a press release. Leading in with "According to CNET" is particularly deceptive when used here. I say that g0_p, the submitter, works for Ketchum, the public relations firm that represents Liberty Alliance. I also say that Robert Lemos the "CNET Staff Writer" responsible for the article, just took a press release and changed a few words. This is not his writing, nor are the other ten articles he "wrote" for CNET this week..

  10. Remember what Franklin said by Anonymous Coward · · Score: 5, Funny

    "They that can give up essential liberty to obtain a little temporary keystroke reduction deserve neither liberty nor keystroke reduction."

    1. Re:Remember what Franklin said by Anonymous Coward · · Score: 0, Troll

      It was Jefferson, and the quote was actually:

      "Hey you nigger slave, when you're done mopping the floor come here so I can forcibly sodomize you!"

    2. Re:Remember what Franklin said by Anonymous Coward · · Score: 0

      In our defense, the reduction of keys that Franklin was talking about involved a bolt of lighting.

  11. MS Passport... by herrvinny · · Score: 3, Insightful

    If Passport doesn't convert to the "Liberty Identity Web Services Framework", I fail to see how this can get wide consumer usage. Remember, people just want to buy stuff online, they don't want to learn about the differences between passport and a services framework. Somehow they're either going to have to persuade MS to use the framework, or make a superior client that's easy to download (maybe make it an ActiveX control?) Of course, the problem is, Passport ships with Windows/IE, so it's going to be more quickly available that any other client.

    1. Re:MS Passport... by stevesliva · · Score: 2, Insightful
      Passport doesn't require a client, does it? I assume the real Passport server program ships with Windows Server 2003 and IIS, but there's no passport client per se... MSN messenger and originally XP registration forced you to get a MS Passport, but passport authentication works just fine with any modern web browser, or else Hotmail would be useless from non-Windows OSes.

      So anyways, if it's like Passport, really you just need to get large websites to use the Liberty Identity Service, and users of those websites will end up with Liberty Identity credentials.

      That's why MS loved signing eBay up for Passport...

      --
      Who do you get to be an expert to tell you something's not obvious? The least insightful person you can find? -J Roberts
    2. Re:MS Passport... by caluml · · Score: 1

      How is this whole single signon thing difference to Kerberos? If I set myself up as the Grand Unified Site To Trust, and you allow users who log in to me access to your systems, surely this is the same. You have to trust me.

    3. Re:MS Passport... by leifm · · Score: 1

      No, doesn't seem to. If I go to passport.net and click sign in with Firebird I get an HTML login page. If I do the same in IE6 I get a password dialog box, a 'richer' experience if you will. This seems to be the direction MS is going with things, and I for one welcome it, stuff plays with everything but Windows 'enhances' your experience.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
  12. Re:Okay, let me get this straight.... by sulli · · Score: 0, Troll

    the biggest bunch of fucking censoring yet unable to spell hypocrites, thank YOU very much.

    --

    sulli
    RTFJ.
  13. Re:Okay, let me get this straight.... by Anonymous Coward · · Score: 0

    censoring hypocrates

    they're doctors?

  14. So click No by brunes69 · · Score: 4, Insightful

    If you are worried about this then stop clicking "Yes" to the "Do you want mozilla to remember this information" box. Or turn the feature off altogether.

    Don't make Mozilla out to be wrong just because you don't know how to read dialogs.

  15. Athens by mapnjd · · Score: 2, Interesting

    Am I the only one here who's heard of Eduserv Athens? (Disclaimer: I am employed by Eduserv in a different department).



    Athens has over 2,500,000 users (from UK and Irish Academia and the NHS) and allows secure single sign on to more than 300 resources. It has also been around for years (at least 7). So all this talk of secure single sign-on being "new" seems to be a bit of misinformation as far as I can tell.



    Downside: Athens is not open-source :-(
    Upside: Eduserv are a not-for-profit company that makes substantial grants back to academia.

    --
    Bus error in your favour. Collect 200kB
    1. Re:Athens by snooo53 · · Score: 1
      Athens has over 2,500,000 users (from UK and Irish Academia and the NHS) and allows secure single sign on to more than 300 resources. It has also been around for years (at least 7). So all this talk of secure single sign-on being "new" seems to be a bit of misinformation as far as I can tell.

      Yeah, and with **Only ONE sign in*** you too can have access to thousands of articles and millions of comments on Slashdot!!! What an innovation!

      Honestly what you describe sounds nothing like what the article is talking about. This is more of a MS Passport type system they're describing

      --
      The sending of this message pretty much inconveniences everyone involved.
    2. Re:Athens by mapnjd · · Score: 1

      Very humourous.



      But seriously, Athens is not a one-stop shop for data, it is:



      • A large user database
      • An API for 3rd party data collections to authenticate against + verify that the user has access to that particular collection (or subsets of that collection).
      • A secure single sign-on mechanism for all these third party datasets; all hosted and managed remotely.


      Just because something is in use in academia in our relatively small country does not make it a mickey-mouse solution.


      A recent addition is called Athens-DA which means that sites can use their own user databases (LDAP, etc.) instead of the central Athens user DBs for authentication.

      --
      Bus error in your favour. Collect 200kB
  16. Passport does not compete against Liberty by finkployd · · Score: 4, Interesting

    WS:Federation does.

    In the federated identity world, the showdown is going to come between Liberty and WS:Fed. Liberty currently has the advantage of actually existing, and the spec followed a very open and transparent development model that was very inclusive (as spec development goes). WS:Fed on the other hand was developed behind closed doors by Microsoft and (to a lesser extent) IBM, and is just now applying for standards body recognition.

    Another noteworthy point is that Liberty by design is very similar to Shibboleth, an Internet2 Middleware initiative for higher education federated authentication/authorization that has been very successful. Both are built off of Oasis's SAML spec. Shibboleth however places far more emphasis on user privacy.

    Finkployd

  17. Re:Okay, let me get this straight.... by Anonymous Coward · · Score: 0

    the biggest bunch of fucking censoring homosexual hypocrates

    you forgot 99% of the slashbot community are homosexual linux monkeys

  18. I know phase 2 ! by Yoda+Doll · · Score: 0

    It was dark and warm.

  19. The name is horrible by astrashe · · Score: 3, Insightful

    If I would see a car lot called "Honest Al's Used Cars", I'd hold on to my wallet. Honest people don't usually point out their own honesty.

    And when bunch of big companies try to figure out easy and effective ways to share information about me, and call it "the liberty alliance", I doubt that liberty is uppermost in their minds.

    As everyone has pointed out, no one wants this stuff, and we'd all be better off if it just went away.

    1. Re:The name is horrible by flandar · · Score: 1

      You mean like "Fox News, fair and ballanced."

  20. I know I'll get modded down for this, but... by Thud457 · · Score: 1

    Does it run (on) Coherent ^H^H^H Linux?!!!

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  21. Any OSS implementation's by IA-Outdoors · · Score: 4, Interesting

    I only know that Sun has a liberty compliant implementation. Does anybody know of an OSS project geared at being compliant? Also, I think one thing this project needs to tackle next is authentication strength. I may have app A and app B authenticating to one backend data source (i.e. Active Directory, LDAP, IMAP, etc) but app A may have more critical data and may require additional creditional (i.e. biometrics, smart card, etc). Being able to chain these credentials to the applications desire authentication strength is going to be key.

    --
    You never saw a fish on the wall with its mouth shut.
    1. Re:Any OSS implementation's by MassacrE · · Score: 1

      SourceID is a project which has two open-source implementations, one in Java and one in C#/ASP.NET (which I wrote). Also, the IPL may be under a GNU-compatible license.

  22. Maybe for specific industries by sbeast702 · · Score: 0, Interesting

    I would be ok with a single sign on capability for a certain category of sites (like all newspaper sites, all computer resellers, etc) but a single sign on for a variety of categories would just make me a little nervous. And plus, I have multiple identities for the various things I do on the web (business, personal, pr0n, etc) and I wouldn't be able to decide on one un/pw combo.

  23. Wow, Phase 2 spec! by MisterFancypants · · Score: 1
    Remember the good old days when someone would actually implement a technology (C, TCP/IP, OpenGL, etc) and then specify it later, after some real world shake-down?

    These days you hear about some potential technology, then a group of 10-50 companies form a committee, then maybe 10 years later if you're lucky the technology will actually be implemented. Of course, by then the technology is pretty much obsolete, and probably unusable by most of the industry due to patent encumberance since most of the companies on the technology committee fought to have the pet patent inserted into the standard...

    Sigh...The good ol' days!

  24. Is it just me or.... by aberant · · Score: 3, Insightful

    When i think of ultimate security of my personal information it doesn't include giving it to some service to remember it for me because i am too lazy to pull out my wallet and type in some numbers. Heck, if i'm going that far I should just get a remote control for my computer so i can hit the amazon.com button on it and then hit the big red BUY! button. Anyway.. back to my point.. I dont trust that people that i don't know will take care of personal information better then i can.

  25. This is Great! by Anonymous Coward · · Score: 1, Funny

    Now my little brother only has to crack one password before he can buy his new Plasma screen...

  26. Lesser buttons to click to buy birthday gift.. by hshana · · Score: 0

    Lesser?

  27. Liberty is useful in corporate intranets by jimkski · · Score: 1
    Everyone's posts seem to be exclusively focused on the merits of Liberty re: the internet. I think a lot of corporate customers are interested in a standard, open single-sign-on solution to link up their internal web applications. A lot of them are using their own internal hacks or using proprietary solutions that work only in the context of a particular app server.

    My last customer (for a variety of reasons) was concurrently supporting iPlanet, Tomcat and JRun and wanted to be sure that their users could log into the central intranet site once and then have their credentials forwared securely to the rest of their web based applications. We did something custom but a open standard that was built into a J2EE compliant application container would have been a very nice thing.

    --
    yea i stole your sig- whats the big deal, it sucked anyway.
    1. Re:Liberty is useful in corporate intranets by NineNine · · Score: 1

      You haven't heard of LDAP? Ouch. Sounds like you guys re-invented the wheel.

    2. Re:Liberty is useful in corporate intranets by Anonymous Coward · · Score: 0
      >You haven't heard of LDAP? Ouch. Sounds like you guys re-invented the wheel.


      Just how does LDAP provide Single Sign-On between a variety of applications? Ouch. Sounds like you don't know what the hell you're spewing on about.

    3. Re:Liberty is useful in corporate intranets by NineNine · · Score: 1

      Just how does LDAP provide Single Sign-On between a variety of applications? Ouch. Sounds like you don't know what the hell you're spewing on about.

      Read a book, kid. I could teach you, but my rate is $75/hour. I doubt that your allowance could cover that.

  28. "Fewer", not "lesser" by jimm · · Score: 2

    AAARRRGGGHHH! It's "fewer buttons to click", not "lesser buttons to click".

    This is worth wasting karma over. If you can't communicate clearly, how do you expect others to take you seriously? How do you expect to be able to CODE well?

    --
    Transcript show: self sigs atRandom.
    1. Re:"Fewer", not "lesser" by turbine216 · · Score: 1

      This is also worth wasting karma over:

      How do you expect to be able to CODE well?

      How do you get through life assuming that everyone is a programmer? Again, I seem to have forgotten where I am. Slashdot - the "home away from home" for narrow-minded ideologues.

    2. Re:"Fewer", not "lesser" by jimm · · Score: 1

      You are correct; I should not have assumed that the original poster writes code. However, my original point stands: one must be able to communicate well in order to perform almost any skilled job.

      Oops. I just assumed the poster has a job and is skilled.

      --
      Transcript show: self sigs atRandom.
    3. Re:"Fewer", not "lesser" by Anonymous Coward · · Score: 0

      If they had said, "less buttons to click" then you'd definitely have a point.

      But "lesser buttons" could mean that the buttons that you push do not differ in quantity, only importance. So, instead of using the space bar or the enter key, you'll use the SysReq or Scroll Lock keys.

      See?

  29. SSO Doesn't mean All Your Information Belong to Us by cybrthng · · Score: 2, Interesting

    SSO should be independant of your data sources. SSO doesn't rely on your billing address/information for authentication.

    SSO is a token/cookie/uri that is passwd between websties that accept the "token" as proof that you have been authenticated.

    SSO doesn't take the users data store and pass that along, each vendor maintains its own store and uses the token to authenticate from via an agent that handles this.

    For example you can implement RSA clear trust on all of your sites/services but each user store remains to the application. An Agent simply parses the token, passes to the auth server and verifies the information. Your credit card number isn't passed and would be kept independant of your SSO.

    SSO does not mean "Cyber Wallet" if that is what you fear.

    Microsoft's Single Signon is a combination of LDAP/Active Directory, SSO and Wallet. It usually takes the combindation thereof to complete that cycle. Hopefully this is not the direction of the stated sso implementation.

  30. Passport Wars by Aspasia13 · · Score: 4, Funny

    Consumer: "Lord Gates, only you could be so bold. When the US senate hears about this..."

    Lord Gates: "Don't play games with me. You weren't on any mercy mission this time. We intercepted several credit card transmissions from you."

    Consumer: "I don't know what you're talking about, I'm on a shopping mission."

    Lord Gates: "You are a member of the Liberty Alliance and a traitor!" [to guards] "Take them away!" ....

    Later, in a Passport meeting:

    Lackey #1: "Holding her is dangerous... when the Senate hears about this..."

    Lord Gates: "That won't be a problem. The US Senate has been disbanded. The Regional Sales Leaders have direct control now."

    Lackey #2: "But how will you maintain control without the beaurocracy?"

    Lord Gates: "Fear will keep them in line. Fear of our legal department."

    The Saga Continues...

  31. Don't confuse the two by pmz · · Score: 1


    I accidentally typed libertyalliance.org into my location bar and what a suprise I recieved! Jerry Falwell is an asshole.

    1. Re:Don't confuse the two by das_cookie · · Score: 1
      ...and what a suprise I recieved! Jerry Falwell is an asshole

      What's so surprising about that?

      --

      You! Yes, YOU! Out of the gene pool!

    2. Re:Don't confuse the two by pmz · · Score: 1


      What's so surprising about that?

      That a website with the name "liberty" in it would be run by a man who would be like Pol Pot, differing in psychopathic ideology, if he could.

    3. Re:Don't confuse the two by das_cookie · · Score: 1

      Actually, the point I was trying to (humorously) make was: what's so surprising about the fact that Jerry Falwell is an asshole?

      --

      You! Yes, YOU! Out of the gene pool!

    4. Re:Don't confuse the two by pmz · · Score: 1


      Sorry to miss the joke. Well, one thing is that he doesn't physically look like or smell like one. A person has to get to know him to realize what lies under that humanoid exterior.

  32. Don't forget by Anonymous Coward · · Score: 0

    There was a story here the other day about IBM filing a patent about this business practice. How will all of this pan out?

  33. Yahoo already does this by NineNine · · Score: 1

    In case people have been asleep for the past 5-7 years, Yahoo has this already in place. I have a single login that I use to access my radio stations, my weather, my portfolio, my email, and for all Yahoo shops. The implementation is seamless and is working fine. This isn't breaking news, by any stretch of the imagination, and it certainly won't fly unless a major website (like Yahoo) is behind it.

    1. Re:Yahoo already does this by Anonymous Coward · · Score: 0

      That's because they're all on one domainname, yahoo.com, controlled by one company. When you try to do it between two different domainnames owned by two different companies, the problem suddenly gets much more complex.

    2. Re:Yahoo already does this by jamesmartinluther · · Score: 1

      Exactly. And the advantage of central identity has strengthened the power of the user communities that are monetized by Google, Yahoo, Amazon, and Microsoft.

      Unless there is a successful, open means to federate identification, the small, user-driven sites will continue to be snarfed up by larger sites. The power of a concentrated user bases is a business advantage that leads to concentration of user services.

      The real power of federation efforts such as the Liberty Alliance is the ability to create "local" federations. Technology that enables a community of sites to share users will do a lot to protect the independence of smaller operations, while providing them with the benefits of a larger user base.

      I predict that, despite the knee-jerk objections to central identity, open implementations of Liberty such as Source ID will be extended into other languages, and rendered more accessible for the smaller sites.

      - JML

  34. Went to a dog an pony show on this one by theendlessnow · · Score: 2, Insightful
    It was all crapola!!

    Liberty Alliance is a way for BUSINESSES to establish trust relationships with regards to YOUR personal data. Yep.. trust one vendor, and if he's a friend to another vendor (duh) they get your info as well. Isn't that convenient.

    One problem... you can't manage your own certificates!! HA!!

    One group was intentionally left out of the Liberty Alliance... us!!

    This just a Sun driven organziation whose goal is to make sure their rip-off of Passport succeeds. It may not use a server centric model, but the result is the same. Your information going to people you didn't want it to go to without any means by which you can shut it down.

    In all fairness, I haven't seen this v2 thing. Maybe it has some fixes that protect the consumer in some way. When Sun did their presentation on this a year or so ago, EVERY major company in the audience RIPPED them apart with questions regarding the OWNERSHIP of their certificates. This is all about B2B and giving the shaft to the C.

    "Privacy and security are fundamental components of the identity issue, and Liberty's work has been developed with this in mind," said Piper Cole, chair of Liberty's Public Policy Expert Group and vice president of global public policy for Sun Microsystems. "Privacy is good for business and Liberty's mission is to provide the technology tools and business guidance to ensure good privacy."

    Your privacy is gone with the first trust made to a company YOU don't want to have your information. Until Liberty Alliance specifies a means by which certificates can be controlled, time limited and revoked by the INDIVIDUAL... this is just a Passport wannabe.

    1. Re:Went to a dog an pony show on this one by Anonymous Coward · · Score: 0

      In fairness (not that that's a well-known /. attribute...), there are actually some fairly decent controls built in so that the data subject ("the consumer") manages who can do what with their data. Specifically, there's a Rights Expression Language container in which the policy governing the data uses are described. As RELs get better (not many people think that P3P is a vast leap forwards), this container can be used to describe exact controls around how the data's used.

    2. Re:Went to a dog an pony show on this one by MassacrE · · Score: 2, Insightful
      A business _could_ take your personal information and publish it on their website (ignoring legal reprocussions). What prevents them from doing so is this business policy that you are bashing.

      Businesses are.. well, in the business of making money. This means that they cannot afford to upset their customers by selling personal information. Even if you doubt this, they cannot risk the legal reprocussions of sharing your credit card information then having the remote site hacked. There are now heavy legal restrictions in place for sharing of someone's "personal" information, differing per country. Being publicly blasted for being insecure and taken to court by some government does not promote their primary goal.

      If anyone had even bothered to read the Liberty overview, you'd see that it is extremely user privacy focused. For the default case, for instance, a user must have accounts set up on both services and choose to link the two services in order for liberty to 'start'. The token each service uses to talk to the other about you is a unique id, preventing different sites from being able to cross-reference information about you. Finally, personal information sharing is a service - and this service can be run on your local PC or cell-phone. You actually do have the ability to exert absolute control over your personal information sharing, by having all requests (say hypothetically a weather site asking for your zip code) go through a local policy engine to choose whether to always allow, always refuse, or to prompt.

      The purpose of federated identity is not to steal and sell consumer's personal information; it is to reduce IT costs due to multiple passwords within an enterprise, and to make online purchasing more secure, more private, and thus more trusted by the user. Only by making online commerce feel 'safe' to the end consumer can they really encourage mainstream consumer (i.e. buying) usage of the internet.

  35. The internet equivalent of a Social Security # by j0keralpha · · Score: 2, Insightful

    And so we continue to move closer to a single identifier per person. You're SS# is used for identity verification with nearly every social and financial service, and now we move closer to being wedded to another identifier. Whether we want it or not, Internet ID is going to move closer to this paradigm as time moves on. Ive seen a lot of flambait regarding 'YES to SSO' or 'DOWN with SSO!'. But this kind of consolidation is the same trend every vital service has moved towards.

  36. Remember! by Anonymous Coward · · Score: 0

    Your mare does not require a login!

  37. prior art by hankaholic · · Score: 1
    I still don't see why this idea came around where they HAVE to store all your information on someone's server somewhere. Why not have it all be stored client-side and just have the user click a button to send everything? It can be heavily encrypted on the hard drive and over the connection, and you won't have to worry about someone hacking the server and stealing everything or worry about unwanted information sharing.
    I already keep this information stored in a device I already carry around with me. It's so far proven impossible to extract data from. It's possible to teach the device new passwords and information -- in fact, it uses a neural net to acquire and store new information, and works with any computer equipped with a keyboard.

    That's right, the human brain. Go ahead -- try to steal mine and decode the information stored within.

    In fact, pulling it off would probably net you a Nobel prize to call your very own!
    --
    Somebody get that guy an ambulance!
  38. But why... by joto · · Score: 1
    I have never understood why it should be so fucking simple to shop online. I don't want it to be simple. I want it to require multiple steps that make sure no transactions go through without me wanting it. And I certainly don't want to use a credit card for it.

    As long as I've lived, I've been able to securely transfer money from my bank-account, and at least for a decade, I've been able to do so electronically. Why won't online merchants accept this?

    When I buy something through mail-order, I order, you send an invoice (electronically, or by snail-mail), I pay, you send the goods. Is that too fucking hard?