Viewing profile — vwpolo3
vwpolo3
HN member- Joined
- Thu, Dec 27, 2018, 10:07 AM UTC
- HN karma
- 206
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About vwpolo3
No profile information was provided.
Recent public activity
- story
- story
-
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
-
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! :)
-
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 …
-
comment
Comment #26410975
Don't forget Ory: https://github.com/ory
-
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…
- story
- story
-
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
-
comment
Comment #22876134
Without upgrade, this might be exploited through package managers able to fetch from Git URLs (so NPM, Go Modules, and others).
- story
- story
-
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…
-
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…
-
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, …
-
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".
-
comment
Comment #20329753
Yes, not only on a roadmap but in high priority and under active development (not in the public eye yet)
-
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…
-
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…
-
comment
Comment #20327772
While not explicitly mentioned, PKCE is supported! And yes, that draft was an important guide during implementation.
-
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…
- story
- story
- story