ZITADEL - Identity infrastructure, simplified for you.
Go to file
Tim Möhlmann 9d5cd12cd4
fix(oidc): define audience inside auth request instead of token creation (#7610)
fix(oidc): define audience inside auth request instead off token creation

When using the v1 OIDC Code flow, tokens would not carry the correct audience when returned as JWT. This applies to access tokens as JWT and ID tokens.
Introspection would still show the correct audience.
This happened because project audience was appended at token creation time. This stored the appended audience, used later in introspection or token refresh. However, the OIDC library still only had a view of the original auth request with the original audience.
When signing JWTs it would use this outdated information.

This change moves audience modifications to the auth request creation. This is was already the way it was done for v2 login and now v1 follows the same method.

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-03-21 19:42:44 +02:00
.codecov chore(codecov): make codecov configurable in repo (#40) 2020-04-08 07:37:24 +02:00
.devcontainer chore(devcontainer): upgrade go (#6558) 2023-09-14 12:15:47 +00:00
.github chore: fix artifact upload for container build (#7565) 2024-03-14 11:10:53 +00:00
build merge main into next 2023-10-19 12:34:00 +02:00
cmd fix: allow login by email case-insensitive (#7578) 2024-03-20 15:51:26 +00:00
console feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
deploy/knative docs: replace fix cockroachdb version with latest stable (#6803) 2023-10-25 14:20:55 +00:00
docs docs: move jwt idp to guides (#7570) 2024-03-20 10:46:05 +01:00
e2e fix(console): broken layout and colors in keyboard shortcuts modal (#7276) 2024-02-14 15:45:41 +00:00
internal fix(oidc): define audience inside auth request instead of token creation (#7610) 2024-03-21 19:42:44 +02:00
openapi ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
pkg/grpc fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 08:07:00 +00:00
proto fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 08:07:00 +00:00
statik fix(zitadel-image): refactor dockerfiles and gh action (#2027) 2021-07-27 14:34:56 +02:00
.dockerignore ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
.gitignore fix(query): escape wildcards in text search (#7131) (#7135) 2024-01-02 16:27:36 +01:00
.golangci.yaml feat: add apple as idp (#6442) 2023-08-31 08:39:16 +02:00
.releaserc.js chore: add assets to releases (#6346) 2023-08-11 14:49:28 +02:00
buf.gen.yaml ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
buf.work.yaml chore(console): buf stub build (#5215) 2023-02-17 14:09:11 +00:00
changelog.config.js feat: Merge master (#1260) 2021-02-08 16:48:41 +01:00
CODE_OF_CONDUCT.md chore: rename docs links (#3668) 2022-05-20 14:32:06 +00:00
CONTRIBUTING.md chore(make): add docker_image make target (#7440) 2024-02-27 16:29:09 +00:00
go.mod feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
go.sum feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
LICENSE chore: Update LICENSE (#1087) 2020-12-14 09:40:09 +01:00
main.go chore: test server for direct resource access 2023-04-24 20:40:31 +03:00
Makefile chore(make): add docker_image make target (#7440) 2024-02-27 16:29:09 +00:00
README.md docs: Make Examples and SDK Pages easier to understand (#7291) 2024-02-07 12:44:20 +01:00
release-channels.yaml chore: update stable to 2.41.x (#7547) 2024-03-15 08:17:40 +00:00
SECURITY.md docs: rename instance settings to default settings (#7484) 2024-03-06 10:36:04 +00:00

Zitadel Logo Zitadel Logo

GitHub Workflow Status (with event) Dynamic YAML Badge GitHub contributors

Are you searching for a user management tool that is quickly set up like Auth0 and open source like Keycloak?

Do you have a project that requires multi-tenant user management with self-service for your customers?

Look no further — ZITADEL is the identity infrastructure, simplified for you.

We provide you with a wide range of out-of-the-box features to accelerate your project, including:

Multi-tenancy with team management
Secure login
Self-service
OpenID Connect
OAuth2.x
SAML2
LDAP
Passkeys / FIDO2
OTP
and an unlimited audit trail is there for you, ready to use.

With ZITADEL, you are assured of a robust and customizable turnkey solution for all your authentication and authorization needs.


🏡 Website 💬 Chat 📋 Docs 🧑‍💻 Blog 📞 Contact

Get started

👉 Quick Start Guide

Deploy ZITADEL (Self-Hosted)

Deploying ZITADEL locally takes less than 3 minutes. Go ahead and give it a try!

See all guides here

If you are interested to get professional support for your self-hosted ZITADEL please reach out to us!

Setup ZITADEL Cloud (SaaS)

If you want to experience a hands-free ZITADEL, you should use ZITADEL Cloud.

ZITADEL Cloud comes with a free tier, providing you with all the same features as the open-source version. Learn more about the pay-as-you-go pricing.

Example applications

Clone one of our example applications or deploy them directly to Vercel.

SDKs

Use our SDKs for your favorite language and framework.

Why choose ZITADEL

We built ZITADEL with a complex multi-tenancy architecture in mind and provide the best solution to handle B2B customers and partners. Yet it offers everything you need for a customer identity (CIAM) use case.

Features

Authentication

Multi-Tenancy

Integration

Self-Service

Deployment

Track upcoming features on our roadmap.

How To Contribute

Find details about how you can contribute in our Contribution Guide

Contributors

Made with contrib.rocks.

Showcase

Quick Start Guide

Secure a React Application using OpenID Connect Authorization Code with PKCE

Quick Start Guide

Login with Passkeys

Use our login widget to allow easy and secure access to your applications and enjoy all the benefits of Passkeys (FIDO 2 / WebAuthN):

Passkeys

Admin Console

Use Console or our APIs to setup organizations, projects and applications.

Console Showcase

Security

You can find our security policy here.

Technical Advisories are published regarding major issues with the ZITADEL platform that could potentially impact security or stability in production environments.

License

here are our exact licensing terms.

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 our license for detailed information governing permissions and limitations on use.