OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

OpenID Connect SDK (client and server) for Go

semantic-releaseReleaseGo ReferencelicensereleaseGo Report Cardcodecov

openid_certified

What Is It

This project is an easy-to-use client (RP) and server (OP) implementation for the OIDC (OpenID Connect) standard written for Go.

The RP is certified for the basic and config profile.

Whenever possible we tried to reuse / extend existing packages like OAuth2 for Go.

Note

We currently have limited availability for feature reviews: #785

Basic Overview

The most important packages of the library:

/pkg
/client clients using the OP for retrieving, exchanging and verifying tokens
/rp definition and implementation of an OIDC Relying Party (client)
/rs definition and implementation of an OAuth Resource Server (API)
/op definition and implementation of an OIDC OpenID Provider (server)
/oidc definitions shared by clients and server
/example
/client/api example of an api / resource server implementation using token introspection
/client/app web app / RP demonstrating authorization code flow using various authentication methods (code, PKCE, JWT profile)
/client/github example of the extended OAuth2 library, providing an HTTP client with a reuse token source
/client/service demonstration of JWT Profile Authorization Grant
/server examples of an OpenID Provider implementations (including dynamic) with some very basic login UI

Semver

This package uses semver for releases. Major releases ship breaking changes. Starting with the v2 to v3 increment we provide an upgrade guide to ease migration to a newer version.

How To Use It

Check the /example folder where example code for different scenarios is located.

# start oidc op server# oidc discovery http://localhost:9998/.well-known/openid-configuration
go run github.com/zitadel/oidc/v3/example/server
# start oidc web client (in a new terminal)
CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://localhost:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app
  • open http://localhost:9999/login in your browser
  • you will be redirected to op server and the login UI
  • login with user test-user@localhost and password verysecure
  • the OP will redirect you to the client app, which displays the user info

for the dynamic issuer, just start it with:

go run github.com/zitadel/oidc/v3/example/server/dynamic

the oidc web client above will still work, but if you add oidc.local (pointing to 127.0.0.1) in your hosts file you can also start it with:

CLIENT_ID=web CLIENT_SECRET=secret ISSUER=http://oidc.local:9998/ SCOPES="openid profile" PORT=9999 go run github.com/zitadel/oidc/v3/example/client/app

Note: Usernames are suffixed with the hostname (test-user@localhost or test-user@oidc.local)

Build Tags

The library uses build tags to enable or disable features. The following build tags are available:

Build TagDescription
no_otelDisables the OTel instrumentation, which is enabled by default. This is useful if you do not want to use OTel or if you want to use a different instrumentation library.

Logging

OIDC writes logs through the global log/slog functions and therefore uses slog.Default(). Configure logging for the whole process before constructing an OIDC provider or relying party:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stderr, nil)))

To disable OIDC logs, set the default logger to a handler that discards output:

slog.SetDefault(slog.New(slog.NewTextHandler(io.Discard, nil)))

Because the logger is process-wide, this also affects other code that uses the global slog functions.

The existing WithLogger, WithFallbackLogger, and Logger APIs remain available for source compatibility but are deprecated. op.WithLogger / WithFallbackLogger are no-ops; rp.WithLogger still stores a logger for rp.Logger() callers. New code should call slog.SetDefault directly. Logger parameters on the exported error helpers are also retained for source compatibility, but OIDC logging uses the current global default.

Server configuration

Example server allows extra configuration using environment variables and could be used for end-to-end testing of your services.

NameFormatDescription
PORTNumber between 1 and 65535OIDC listen port
REDIRECT_URIComma-separated URIsList of allowed redirect URIs
USERS_FILEPath to json in local filesystemUsers with their data and credentials

Here is json equivalent for one of the default users

{
"id2": {
"ID": "id2",
"Username": "test-user2",
"Password": "verysecure",
"FirstName": "Test",
"LastName": "User2",
"Email": "test-user2@zitadel.ch",
"EmailVerified": true,
"Phone": "",
"PhoneVerified": false,
"PreferredLanguage": "DE",
"IsAdmin": false
}
}

Features

Relying partyOpenID ProviderSpecification
Code FlowyesyesOpenID Connect Core 1.0, Section 3.1
Implicit Flowno1yesOpenID Connect Core 1.0, Section 3.2
Hybrid Flownonot yetOpenID Connect Core 1.0, Section 3.3
Client CredentialsyesyesOpenID Connect Core 1.0, Section 9
Refresh TokenyesyesOpenID Connect Core 1.0, Section 12
DiscoveryyesyesOpenID Connect Discovery 1.0
JWT ProfileyesyesRFC 7523
PKCEyesyesRFC 7636
Token ExchangeyesyesRFC 8693
Device AuthorizationyesyesRFC 8628
mTLSnot yetnot yetRFC 8705
Back-Channel Logoutnot yetyesOpenID Connect Back-Channel Logout 1.0

Contributors

Screen with contributors' avatars from contrib.rocks

Made with contrib.rocks.

Resources

For your convenience you can find the relevant guides linked below.

Supported Go Versions

For security reasons, we only support and recommend the use of one of the latest two Go versions (:white_check_mark:). Versions that also build are marked with :warning:.

VersionSupported
<1.25
1.25
1.26

Why another library

As of 2020 there are not a lot of OIDC library's in Go which can handle server and client implementations. ZITADEL is strongly committed to the general field of IAM (Identity and Access Management) and as such, we need solid frameworks to implement services.

Goals

Other Go OpenID Connect libraries

https://github.com/coreos/go-oidc

The go-oidc does only support RP and is not feasible to use as OP that's why we could not rely on go-oidc

https://github.com/ory/fosite

We did not choose fosite because it implements OAuth 2.0 on its own and does not rely on the golang provided package. Nonetheless, this is a great project.

License

The full functionality of this library is and stays open source and free to use for everyone. Visit our website and get in touch.

See the exact licensing terms here

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Footnotes

  1. https://github.com/zitadel/oidc/issues/135#issuecomment-950563892

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1.9k stars

Watchers

16 watching

Forks

Releases

Packages

Used by

Contributors

Languages