Go to file
2021-04-20 17:10:03 +02:00
.codecov chore(codecov): make codecov configurable in repo (#40) 2020-04-08 07:37:24 +02:00
.github chore: remove docusaurus from CI (#1594) 2021-04-16 08:13:12 +02:00
build docs: generate admin api (#1584) 2021-04-15 18:21:46 +02:00
cmd fix: noopener in template (#1615) 2021-04-19 15:38:14 +02:00
console feat(console): custom domain (#1624) 2021-04-20 13:35:18 +02:00
docs docs(search): integrated algolia (thank you 🥳 ) 2021-04-20 17:10:03 +02:00
hack fix: operator picks (#1463) 2021-03-24 10:31:19 +01:00
internal fix: set custom domains feature on orgs (#1623) 2021-04-20 10:46:09 +02:00
k8s/base fix: add arg and probes to deployment (#605) 2020-08-18 14:22:53 +02:00
migrations feat: custom domain feature (#1618) 2021-04-19 16:43:36 +02:00
openapi fix: add api docs and http handler for openapi files (#1526) 2021-04-07 08:23:47 +02:00
operator fix: added console environment attribute for subscription service (#1620) 2021-04-20 07:33:52 +02:00
pkg docs: rework documentation site (#1589) 2021-04-15 13:22:37 +02:00
proto/zitadel fix: setup org and pipeline badge (#1626) 2021-04-20 14:02:17 +02:00
scripts fix: operator picks (#1463) 2021-03-24 10:31:19 +01:00
tools docs: generate admin api (#1584) 2021-04-15 18:21:46 +02:00
.gitignore fix: add api docs and http handler for openapi files (#1526) 2021-04-07 08:23:47 +02:00
.releaserc.js chore: rename master to main (#1550) 2021-04-07 16:07:15 +02:00
changelog.config.js feat: Merge master (#1260) 2021-02-08 16:48:41 +01:00
CONTRIBUTING.md chore: change build process to use local and server the same (#955) 2020-11-17 09:33:07 +01:00
go.mod fix: update oidc to encrypt code and tokens url safe (#1616) 2021-04-20 10:01:47 +02:00
go.sum fix: update oidc to encrypt code and tokens url safe (#1616) 2021-04-20 10:01:47 +02:00
LICENSE chore: Update LICENSE (#1087) 2020-12-14 09:40:09 +01:00
README.md fix: setup org and pipeline badge (#1626) 2021-04-20 14:02:17 +02:00
SECURITY.md refactor: Version 1 2021-04-20 14:04:02 +02:00

Zitadel Logo

semantic-release Release license release Go Report Card codecov

What Is ZITADEL

ZITADEL is a "Cloud Native Identity and Access Management" solution built for the cloud era. ZITADEL uses a modern software stack consisting of Golang, Angular and CockroachDB as sole storage and follows an event sourced pattern.

We built ZITADEL not only with the vision of becoming a great open source project but also as a superb platform to support developers building their applications, without need to handle secure user login and account management themselves.

How Does It Work

We built ZITADEL around the idea that the IAM should be easy to deploy and scale. That's why we tried to reduce external systems as much as possible. For example, ZITADEL is event sourced but it does not rely on a pub/sub system to function. Instead we built all the functionality right into one binary. ZITADEL only needs Kubernetes for orchestration and CockroachDB as storage.

Features of ZITADEL platform

  • Authentication
    • OpenID Connect 1.0 Protocol (OP)
    • Username / Password
    • Machine-to-machine (JWT profile)
    • Passwordless with FIDO2
  • Multifactor authentication with OTP, U2F
  • Federation with OpenID Connect 1.0 Protocol (RP), OAuth 2.0 Protocol (RP)
  • Authorization via Role Based Access Control (RBAC)
  • Identity Brokering
  • Delegation of roles to other organizations for self-management
  • Strong audit trail for all IAM resources
  • User interface for administration
  • APIs for Management, Administration, and Authentication
  • Policy configuration and enforcement

How To Use It

ZITADEL Cloud

We provide a cloud service ZITADEL.ch where people can register their own organization. There is a free tier including unlimited users and all the security features you need.

Run ZITADEL in the cloud or on-premise

ZITADEL is free open source software under Apache 2.0 managed by CAOS. We provide our community access to ZITADEL releases at no cost and welcome all contributions.

You can run ZITADEL in combination with ORBOS for easy and scalable operation on

Stay tuned, we will soon publish a more detailed guide on how you can deploy a hyperconverged system on your own.

Let us run ZITADEL for you

If our cloud service or running ZITADEL on your own infrastructure does not work for you, we are happy to run a private instance of ZITADEL for you or provide you with our support services. Get in touch!

Help and Documentation

How To Contribute

Details need to be announced, but feel free to contribute already. As long as you are okay with accepting to contribute under this projects OSS License you are fine.

We already have documentation specific guidelines.

How to develop ZITADEL: contribute

Security

See the policy here

Other CAOS Projects

  • ORBOS - GitOps everything
  • OIDC for GO - OpenID Connect SDK (client and server) for Go
  • ZITADEL Tools - Go tool to convert key file to privately signed JWT

License

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.