TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

State of OpenID Connect Providers

86 pointsby Wronnayover 2 years ago

12 comments

vbezhenarover 2 years ago
It's a shame that old OpenID was killed in favour of OpenID Connect. With OpenID I was able to log in to livejournal using OpenID implementation running on my own domain. With OpenID Connect I can only log in with blessed set of providers. Centralization sucks.
评论 #34096701 未加载
评论 #34095302 未加载
评论 #34096650 未加载
评论 #34183683 未加载
A321321over 2 years ago
I am very surprised by this. I have successfully and interchangeably connected to many OpenId Connect providers, all without any issues. Providers like Azure, Ping, Octa, Auth0, ….
评论 #34094688 未加载
评论 #34096793 未加载
评论 #34096234 未加载
评论 #34097037 未加载
评论 #34096781 未加载
vinckrover 2 years ago
I would never advise anyone to write their own code to integrate with Open ID Connect. An open source solution pre-built from professionals like Ory Kratos or Keycloak saves you a lot of time and pain.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ory&#x2F;kratos">https:&#x2F;&#x2F;github.com&#x2F;ory&#x2F;kratos</a><p><a href="https:&#x2F;&#x2F;www.keycloak.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.keycloak.org&#x2F;</a>
评论 #34096213 未加载
评论 #34095075 未加载
评论 #34098361 未加载
评论 #34095739 未加载
评论 #34095135 未加载
评论 #34095542 未加载
jimkleiberover 2 years ago
A solution I&#x27;ve been using and really enjoy is Hellō [0]. Basically I can integrate Hellō as the OIDC provider on my site (doing it on WordPress and Discourse for now but it can work for other sites) and then people login to their Hellō wallet and then that logs into my site.<p>Hellō manages the social logins so I don&#x27;t have to worry about adding a bunch of them (and update when new ones come out).<p>It&#x27;s also run as a cooperative, so I appreciate the business model behind it.<p>[0]: <a href="https:&#x2F;&#x2F;www.hello.coop" rel="nofollow">https:&#x2F;&#x2F;www.hello.coop</a>
semitonesover 2 years ago
Is the current state of affairs any better for SAML identity providers? I need to integrate SSO into our app and am also worried about having to write custom code for every identity provider we want to support.
评论 #34094794 未加载
评论 #34096681 未加载
评论 #34095059 未加载
评论 #34095444 未加载
评论 #34094762 未加载
adamrezichover 2 years ago
I remember back in the mid-to-late 00s when OpenID seemed like the future…
评论 #34096144 未加载
MrGilbertover 2 years ago
Love the fact that this fella also decided to go for a numeronym for his website.
yrroover 2 years ago
I&#x27;ve had pretty good experiences with Azure Active Directory&#x27;s flavour of OpenID Connect. Multiple callback URIs are supported per app registration.
评论 #34096945 未加载
评论 #34095839 未加载
评论 #34095093 未加载
gyulaiover 2 years ago
Disappointing to hear that the ecosystem has fared that poorly. Are there really no companies doing this that aren&#x27;t part of &quot;surveillance capitalism&quot;? When it first came out, I seem to recall that Norton was one of the companies offering Open ID.<p>With GDPR there&#x27;s a compelling business case for a service provider that acts as a clearing house for personally-identifiable data, so that, as a business, one would only ever deal with anonymized data, thus effectively outsourcing GDPR compliance.
buttocksover 2 years ago
Not seen mentioned in this thread: Slack. Their oidc implementation is standard and well documented.
pspeter3over 2 years ago
I wish Discord supported OpenID Connect so I could use it as an authentication provider for Convex.
Eduardover 2 years ago
But OAuth2 can be used for authentication as well, no?
评论 #34098977 未加载