oidc

Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation (by zitadel)

Oidc Alternatives

Similar projects and alternatives to oidc

  1. Keycloak

    261 oidc VS Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. oauth2-proxy

    A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

  4. zitadel

    89 oidc VS zitadel

    ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.

  5. lldap

    80 oidc VS lldap

    Light LDAP implementation

  6. Ory Hydra

    The only web-scale, fully customizable OpenID Certified™ OpenID Connect and OAuth2 Provider in the world. Become an OpenID Connect and OAuth2 Provider over night. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters. Relied upon by OpenAI and others for web-scale security.

  7. OpenID

    OpenID Certified™ OpenID Connect and FAPI 2 Relying Party module for Apache HTTPd

  8. fosite

    5 oidc VS fosite

    Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. go-oidc

    9 oidc VS go-oidc

    A Go OpenID Connect client.

  11. PHP OAuth 2.0 Server

    A spec compliant, secure by default PHP OAuth 2.0 Server

  12. jwx

    8 oidc VS jwx

    Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies

  13. scim-for-keycloak

    a third party module that extends keycloak by SCIM functionality

  14. Doorkeeper

    7 oidc VS Doorkeeper

    Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.

  15. rsync

    2 oidc VS rsync

    rsync in Go! implements client and server, which can send or receive files (upload, download, all directions supported) (by gokrazy)

  16. oauth2

    4 oidc VS oauth2

    OAuth 2.0 server library for the Go programming language. (by go-oauth2)

  17. go-ora

    3 oidc VS go-ora

    Pure go oracle client

  18. oidc-login

    simple and secure way to authorize your application with the OpenID Connect

  19. simplecloud.info

    code for simplecloud.info

  20. basic-auth-gin

    Basic-auth-gin v1 🚀 is a swift RESTful API framework built atop the Gin Framework 🌐 and MongoDB 🗄️. It boasts JWT authentication middleware 🔐, Google OAuth API, SendGrid email API 📧, and SSL support 🔒. Designed for ease of use with environment variable support 🌍, it can be quickly installed and tested using make commands ⚙️.

  21. oauth-proxy-example

    Example of how to protect multiple applications behind SSO

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better oidc alternative or higher similarity.

oidc discussion

Log in or Post with

oidc reviews and mentions

Posts with mentions or reviews of oidc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-01.
  • Easy to use OpenID Connect client and server library written for Go
    1 project | /r/hackernews | 4 Dec 2023
    6 projects | news.ycombinator.com | 1 Dec 2023
    Zitadel OIDC library code is very well-writen and informative.

    Highly encourage everyone jump into source code and explore how IntrospectionResponse struct work with all related code around

    https://github.com/zitadel/oidc/blob/main/pkg/oidc/introspec...

    // IntrospectionResponse implements RFC 7662, section 2.2 and

    // OpenID Connect Core 1.0, section 5.1 (UserInfo).

    // https://www.rfc-editor.org/rfc/rfc7662.html#section-2.2.

    // https://openid.net/specs/openid-connect-core-1_0.html#Standa....

    type IntrospectionResponse struct {

  • Are there any OIDC Provider libraries for Golang?
    7 projects | /r/golang | 15 May 2023
    I started with https://github.com/zitadel/oidc/tree/main/example/server/storage
  • ZITADEL Golang OIDC Library Version 2.0 Release
    1 project | /r/foss | 22 Mar 2023
    1 project | /r/coding | 21 Mar 2023
  • Easy to use OpenID Connect client and server for Go released v2.0.0
    1 project | news.ycombinator.com | 21 Mar 2023
  • How do you implement OIDC Code flow in go?
    2 projects | /r/golang | 13 Jun 2022
    oidc: github.com/zitadel/oidc (certified by OIDC)
  • Zitadel: The best of Auth0 and Keycloak combined
    6 projects | news.ycombinator.com | 17 May 2022
    I had to set up a OIDC server so our website could act as OIDC provider, and was really surprised how hard that is to do if you simply need the most basic setup. In fact it would seem that everybody would just keep a Keycloak or whatever— in their cluster and would keep it up-to-date with whatever user schema they would have in their app. This felt like too much work for me (I didn't want to maintain a whole extra service to just be able and provide a couple Oauth scopes from our API back-end.) so instead I went on and implemented the server directly in our app using https://github.com/zitadel/oidc. In fact this was the only fully-functioning OIDC implementation in Go that I could just plug in and make it work. So big props up to the Zitadel guys, the only worry would be from my side that the server implementation could be more generic and could rely on a set of interfaces that the users would be able to implement easily, without having to import a bunch of code from 'examples/server' like we have to do at the moment?
  • We moved our Go OpenID Connect package to a new home
    1 project | /r/golang | 2 May 2022
    I just wanted to spread the word, that we moved the library to a new home in the ZITADEL GitHub organisation to ease some of the confusion around the name of the company (CAOS) and the project (ZITADEL).
  • Help us build the best open source identity platform
    8 projects | /r/selfhosted | 2 May 2022
    But to ease the pain of this we release personal access tokens in March and are currently prepping to support client credentials as well, thanks to a contribution.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic oidc repo stats
16
1,512
8.7
8 days ago

zitadel/oidc is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of oidc is Go.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?