A total nit pick, but why do people have such a hard time consistently naming something as simple as a boolean variable? If we remember that naming is one of the hardest things in software engineering, why don't we put more thought into it? From the documentation in the README: https://github.com/18F/identity-idp disable_email_sending: ‘true’ enable_load_testing_mode: ‘true’ telephony_disabled: ‘true’ Multiple direct…
Government launches login.gov to simplify access to public services
151–160 of 173 posts
Re: Government launches login.gov to simplify access to public services
#152Earlier quoted context omitted.
I know I'm not supposed to say this, but you obviously either didn't read the article or read it but didn't understand it, and perhaps you would be better off reading it more closely before commenting. The article lays out that this is not centralizing information, but is merely allowing a bunch of different agencies to use it as an identity provider. The same way I can, say, connect to my spotify via my Google+ acco…
> I know I'm not supposed to say this, but you obviously either didn't read the article If you're referring to the guidelines, they also show how leaving out sentiments like these doesn't diminish the clarification you're adding: > Please don't insinuate that someone hasn't read an article. "Did you even read the article? It mentions that" can be shortened to "The article mentions that." [0] https://news.ycombinator.…
Re: Government launches login.gov to simplify access to public services
#153This appears valuable and well executed, but I worry that private businesses will be eager to outsource their authentication to this service, if they are allowed to. And once it's fully stood up, I suspect the government would be all too eager to oblige. This might be convenient, but might also mark the beginning of a major new point of U.S. government control over the Internet, with all the surveillance and other ci…
In many countries (e.g. Denmark), this is already the case. https://en.wikipedia.org/wiki/NemID
For example, in Norway you can see everyone's tax returns [0]. The caveat is that if you see someone else's tax return - the person will be notified. Now, if you just make tax returns public without the notification - it would be a different policy and not comparable to Norway. Therefore, comparisons/mentions should be complete and apt.
[0] https://www.theguardian.com/money/blog/2016/apr/11/when-it-c...
Re: Government launches login.gov to simplify access to public services
#154Re: Government launches login.gov to simplify access to public services
#155Re: Government launches login.gov to simplify access to public services
#156Earlier quoted context omitted.
Hmm...you have to move to Washington DC to work for them, they won't pay for relocation, salaries are capped by federal pay grades and are lower than a tech company in SF or Seattle would pay, no bonuses (or stock options, obviously). I'm sure they have some bright (and altruistic) employees, but I'm not sure the best engineers in the world would work there when they can earn far more compensation at a tech company.
You need to move to DC to work for USDS ( https://www.usds.gov/join#relocation ), but you can work for 18F from anywhere in the US ( https://18f.gsa.gov/join/ ). The login.gov team includes both USDS and 18F team members (as the blog post says). Also the salary cap is $161,900, as shown in this pay grade table for SF: https://www.opm.gov/policy-data-oversight/pay-leave/salaries... Not a top-of-the-line private sector…
Re: Government launches login.gov to simplify access to public services
#157Earlier quoted context omitted.
> Sites will use such a service to invade your privacy even further, That's not how OAuth works. https://en.wikipedia.org/wiki/OAuth > the government has a record of every site you've logged into Only the ones where you chose to use their service. Or are we imaginging a future where this service has been made mandatory, and logins and passwords have been abolished? Honestly, the amount of FUD in this thread is absurd…
I know very well how oauth works, thanks, but I'm not sure why you thought that had anything to do with my comment. The invasion of privacy comes from websites insisting on knowing who I am and refusing to allow me to make anonymous/pseudonymous accounts. If there's a convenient API to do so provided by the government, that's bad for users. > Only the ones where you chose to use their service. There are hundreds of w…
The reason I'm not worried about the government finding out which websites I visit is because they already know, from traffic inspection at the ISP level. Don't think I'm the one miscalibrated here.
Beyond that, the problem with this "but they might do something bad!" argument is not that it's false, it's that it's always true in every case. Literally every government policy could be the precursor to something terrible. Sure, they could introduce an optional OAuth to try to stop identity theft and then later use it to censor the internet, but they could also just censor the internet straightaway.
Re: Government launches login.gov to simplify access to public services
#158First, my name is Joel Minton and I lead login.gov. All of us who came here to build this did so to drive higher Security, Privacy and Usability for all Americans. This is a core building block that we believe will benefit millions of Americans and the government agencies that serve them.
Second, the tradeoffs that we have been considering for over 18 months are very similar to those that all of you are bringing up as well. We have made a lot of progress on balancing these tradeoffs, which are primarily focused on Security, Privacy and Usability. Since we are constantly iterating to improve login.gov, we welcome any future feedback that you and others provide.
Third, for anyone who has a background in identity and/or large scale platforms and is interested in serving our country by helping to build this critical platform, please consider joining us. Your salary would not likely be as high as the private sector, but trust me, the amount of positive impact you would have on our country is tremendous. You can DM me either on Linked In or my lightly used twitter Account (jrminton).
Thanks again!
Re: Government launches login.gov to simplify access to public services
#159Earlier quoted context omitted.
Even if you're not concerned that the government might get a list of all the sites you log into, what about arbitrary login revocation ? Suddenly someone gets a brain fart and decides that everyone on the terrorist watch list shouldn't be able to use this service? Now you're locked out of all the accounts you used this for, even if you're not a "bad guy". This is why I don't use "log in with google" or log in with Fa…
With the government you have free speech rights, so you can sue them if they close your account. With private companies you have no free speech rights and they can close your account whenever they want. So account closure seems like a positive point of government-controlled login.
I agree that the government should be a far more dependable provider than any private sector organization. But the recent (last 20 years) enthusiasm for scope creep has not been encouraging.
Re: Government launches login.gov to simplify access to public services
#160For those interested, development is done in the open here: https://github.com/18F/identity-idp