324068f25a
* added user manual videos and description * feat(added manual and videos): manual and videos * added selfregistration * Update site/docs/use/00-user.md Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * Update site/docs/use/00-user.md Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> * changed email verification and change email * explained 2fa * changed format * changed video captions * added admin create user * updated screenshots * added selfregister * doc: api descriptions * doc: user manual * doc: user manual * doc: user manual Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: fabi <fabienne.gerschwiler@gmail.com> |
||
---|---|---|
.codecov | ||
.github | ||
build | ||
cmd | ||
console | ||
docs | ||
hack | ||
internal | ||
k8s/base | ||
migrations | ||
openapi | ||
operator | ||
pkg | ||
proto/zitadel | ||
scripts | ||
tools | ||
.gitignore | ||
.releaserc.js | ||
changelog.config.js | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
SECURITY.md |
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 an automatically operated ZITADEL instance to a Kubernetes cluster of your choice. You can do so by using CRDs, GitOps or on a dedicated Kubernetes Cluster on various infrastructure providers using ORBOS
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.
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.