Live data from Hacker News

Viewing profile — vwpolo3

vwpolo3

HN member
Joined
Thu, Dec 27, 2018, 10:07 AM UTC
HN karma
206
Public activity
27 items

About vwpolo3

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #26605426

    That looks like a mistake in the doc: - https://oauth.net/articles/authentication/ - https://tools.ietf.org/html/rfc6749 - The OAuth 2.0 Authorization Framework

  4. comment
    Comment #26605403

    It explains why OAuth2 is hard to use and does not solve login, registration, sessions, profile management, mfa, and proposes another solution. It’s all open source! :)

  5. comment
    Comment #26603632

    The first vulnerability is in the title, OAuth is an Authorization framework (Open Authorization) and is explicitly NOT for authentication. It’s also a delegation protocol (I give …

  6. comment
    Comment #26410975

    Don't forget Ory: https://github.com/ory

  7. comment
    Comment #26336033

    There are already true open source alternatives on the horizon such as https://github.com/ory It is about time for a new generation of identity systems in my opinion. This acquisit…

  8. story
  9. story
  10. comment
    Comment #23083829

    Don't implement your own, there's tons of open source that can do that, for example https://github.com/ory/hydra

  11. comment
    Comment #22876134

    Without upgrade, this might be exploited through package managers able to fetch from Git URLs (so NPM, Go Modules, and others).

  12. story
  13. story
  14. comment
    Comment #21973595

    Ory | Open Source Software Engineer (Go, React) | FULLTIME | ONSITE in Munich Germany We build stuff for an emerging cloud infrastructure. It's security, zero trust, hardcore bulle…

  15. comment
    Comment #21920470

    The problem is that online news sources are (almost) all the same - low budget, second tier silos of mostly trainee journalists. They have an emphasis on clicks and outrage and con…

  16. comment
    Comment #20333163

    Username + Password with a cookie store is much better understood and harder to get wrong than implementing a full OIDC suite (server + client). If you're talking federated login, …

  17. comment
    Comment #20333158

    Sorry, but following a standard for federation is not a substitute for building a log in system, which is what most people want when building "a web app".

  18. comment
    Comment #20329753

    Yes, not only on a roadmap but in high priority and under active development (not in the public eye yet)

  19. comment
    Comment #20329126

    The blog posts and discussion was long ago (the video is 6 years old). Since then, that particular author acknowledged that (iirc) OpenID Connect solves many of the things he criti…

  20. comment
    Comment #20328530

    Yes, implementing both OAuth2 as well as OIDC according to spec is a significant development effort and countless teams and companies fail at pushing through, shipping incomplete o…

  21. comment
    Comment #20327772

    While not explicitly mentioned, PKCE is supported! And yes, that draft was an important guide during implementation.

  22. comment
    Comment #20327669

    It leaves the implementation of the login (enter /password, ...) and consent (may application X have access to your pictures?) flows up to the developers using HTTP Redirection flo…

  23. story
  24. story
  25. story