Software Alternatives & Reviews

OpenID Connect Reviews and details

Screenshots and images

  • OpenID Connect Landing page
    Landing page //
    2023-08-27

Badges

Promote OpenID Connect. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

OAuth 2.0 & OpenID Connect (OIDC): Technical Overview

An Introduction To OpenID Connect

OpenID Connect as SSO Solution: Strengths and Weaknesses - Álvaro Iradier, Sysdig

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about OpenID Connect and what they use it for.
  • Handling OAuth 2 Sign-In and Sign-Up Distinctly with NextAuth.js
    Authentication, authorization, access control, and any other synonymous name you can think to call it, is not always a walk in the park. Through the evolution of the World Wide Web (WWW) and web applications, there have been various solutions to help make authentication a breeze. There have been, third-party services like Auth0 that you can easily integrate with your apps without having to worry much about... - Source: dev.to / 4 months ago
  • Authenticating users in the load balancer with Cognito
    One way to solve this problem is to configure the ALB to authenticate users. ALB supports OIDC compliant identity providers, social and corporate identities. - Source: dev.to / 7 months ago
  • Auth0 Templates for .NET
    The topic of authentication and authorization is complex, and untangling the details of protocols like OIDC and OAuth2 is not easy. Fortunately, SDKs provide a great deal of help in abstracting the complexity inherent in the protocols. But even knowing which SDK to use based on the type of application and how to write the code to integrate Auth0 when an SDK is not available requires some familiarity with both the... - Source: dev.to / 8 months ago
  • How to build a full-stack authentication app
    This post will guide you through building a full-stack authentication app with Apache APISIX, Authgear, and OpenID Connect (OIDC). You can find the project's source code on GitHub. For a swift start with the app, simply clone the repository and execute the code sample, following the steps provided in the README.md file. - Source: dev.to / 8 months ago
  • Ultimate EKS Baseline Cluster: Part 1 - Provision EKS
    The EKS cluster has an OpenID Connect (OIDC) issuer URL associated with it. To use IRSA (IAM roles for service accounts), an IAM OIDC provider must exist for the cluster’s OIDC issuer URL. - Source: dev.to / 9 months ago
  • Simplifying Authentication Integration For Developers With Authgear SDKs
    Auhgear is a highly adaptable identity-as-a-service (IDaaS) platform for web and mobile applications. As Auhgear is constructed on the OpenID Connect (OIDC) standard, it supports a wide range of identity providers, including Google, Apple, and Azure Active Directory (AD). Auhgear enables developers to integrate multiple authentication methods, such as social logins, passwordless, biometrics logins,... - Source: dev.to / 10 months ago
  • Implementing sso via jwt
    You can read about the authorization code flow on the official website and you can also read about the OIDC extension protocol on the OpenID website. Here’s a basic outline of the protocol:. Source: 11 months ago
  • Trusted Publishers
    Sure, I'm happy to! Trusted publishers are a mechanism for automatically publishing packages to PyPI, without manually maintaining or configuring any credentials on your local system or CI. They work by building on top of OpenID Connect[1], as mentioned in the post: supported ecosystems (like GitHub Actions) present an identity token to PyPI that can then be exchanged for a short-lived publishing token. The... - Source: Hacker News / about 1 year ago
  • Biscuit tokens 3.0 release! Decentralized authorization in Rust, wasm and a lot of other platforms
    I see this is compatible with OAuth 2, is it also compatible with Open ID Connect? Source: about 1 year ago
  • Build a team permissions system in Node.js app using Auth0 and Permify - Part 1
    We will use Auth0 to handle authentication and then add the Express OpenID Connect library (that we installed earlier) to our app for login/logout workflows. - Source: dev.to / about 1 year ago
  • Getting started with kubectl plugins
    If you’re running Kubectl versions v.1.12 or higher, Kubelogin (also known as kubectl-login) is a useful security plugin for logging into clusters via the CLI. It achieves this through OpenID Connect providers like DEX. OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. It allows Clients to verify the identity of the End-User based on the authentication performed by an Authorization... - Source: dev.to / over 1 year ago
  • OpenID Connect authentication with Apache Kafka 3.1
    Let's start with a few words about OIDC. It's an open standard that completes OAuth2.0. The aim of this paper is not to get a proper introduction to OIDC, but let's emphasize some key differences with OAuth2.0. - Source: dev.to / over 1 year ago
  • ElasticJob UI now supports Auth 2.0, OIDC and SAML single sign-on thanks to Casdoor
    Once the ElasticJob’s admin console connects to Casdoor, it will support UI-first centralized identity access/single sign-on based on OAuth 2.0, OIDC and SAML. - Source: dev.to / over 1 year ago
  • 🔒 Next Auth vs SST Auth
    First, SST Auth is supporting out of the box today (November 2022) seven adapters: Google, GitHub, Twitch, Facebook, Magic Link, OAuth, and OIDC. The last two are generic adapters that can be used for any application which is supporting OAuth2 or OIDC. Finally, there is an option to build a Custom Adapter if nothing fit your needs. For example in this last article, I have built a custom adapter to support SmugMug,... - Source: dev.to / over 1 year ago
  • Web Development JWT Practices for beginner
    It’s also worthwhile to read over the OpenID Connect specification which uses OAuth as a substrate but adds a substantial amount of new behavior for authorization via the aforementioned id_token. Like OAuth, OIDC is a constellation of specifications, but the core specification is by far the most important to be familiar with. Source: over 1 year ago
  • How does cookie based authentication work?
    In the OIDC and OAuth2 context, you have two kinds of tokens:. Source: over 1 year ago
  • Auth0 Verifiable Credentials
    I wonder what the benefits of this versus e.g. OpenID Connect[1] are: OIDC is already semi-widely adopted, reuses a popular underlying envelope scheme (JWTs), and performs a similar type of proof (that some identity provider claims something about an identity). [1]: https://openid.net/connect/. - Source: Hacker News / over 1 year ago
  • Questions from a dev
    For openId I was thinking about this: https://openid.net/connect/. Source: over 1 year ago
  • Quickly Build Secure Microservices in Python
    Protect endpoints using JWT security with a OpenID Connect IAM like Auth0 or Keycloak Optionally control access to endpoints using RBAC. - Source: dev.to / over 1 year ago
  • SSO implementation in custom software : any tips/code base sample ?
    Open ID Connect (OIDC https://openid.net/connect/) removes a lot of the vendor specific code. A vendor is still needed to actually implement the SSO, but it becomes a lot easier and removes a large chunk of the complexity away from your project. Source: over 1 year ago
  • Fortifying federated access to AWS via OIDC
    In order to avoid management of numerous long-term IAM users, AWS Provides federated access options that include SAML2.0 and OIDC identity providers (IDP). Whereas the SAML option is used by many of our customers and there are numerous examples of how to set it up , the examples of use of OIDC are much scarcer. Thus, while selecting our own method of access federation, we decided to try OIDC out to get better... - Source: dev.to / over 1 year ago

Do you know an article comparing OpenID Connect to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic OpenID Connect discussion

Log in or Post with

This is an informative page about OpenID Connect. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.