rsync
oidc
rsync | oidc | |
---|---|---|
2 | 16 | |
539 | 1,477 | |
2.2% | 2.6% | |
5.5 | 8.7 | |
6 days ago | 2 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rsync
oidc
-
Easy to use OpenID Connect client and server library written for Go
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?
I started with https://github.com/zitadel/oidc/tree/main/example/server/storage
- ZITADEL Golang OIDC Library Version 2.0 Release
- Easy to use OpenID Connect client and server for Go released v2.0.0
-
How do you implement OIDC Code flow in go?
oidc: github.com/zitadel/oidc (certified by OIDC)
-
Zitadel: The best of Auth0 and Keycloak combined
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
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
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.
What are some alternatives?
go-astisrt - SRT server, client and socket in GO
oauth2-proxy - A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
acp - Make terminal personal file transfers as simple as `cp`
fosite - Extensible security first OAuth 2.0 and OpenID Connect SDK for Go.
gowerline - Pluggable Go server to generate Powerline segments
lldap - Light LDAP implementation
ksync - Sync files between your local system and a kubernetes cluster.
go-oidc - A Go OpenID Connect client.
wifi - WiFi daemon for connecting to WiFi networks (encrypted or unencrypted) with gokrazy
scim-for-keycloak - a third party module that extends keycloak by SCIM functionality
redcon - Redis compatible server framework for Go
zitadel - ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.