mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:47:33 +00:00
chore: replace docs links (#4843)
* chore: replace docs links * Update index.js * prettier
This commit is contained in:
50
README.md
50
README.md
@@ -41,7 +41,7 @@ With ZITADEL you can rely on a hardened and extensible turnkey solution to solve
|
||||
|
||||
---
|
||||
|
||||
**[🏡 Website](https://zitadel.com) [💬 Chat](https://zitadel.com/chat) [📋 Docs](https://docs.zitadel.com/) [🧑💻 Blog](https://zitadel.com/blog) [📞 Contact](https://zitadel.com/contact/)**
|
||||
**[🏡 Website](https://zitadel.com) [💬 Chat](https://zitadel.com/chat) [📋 Docs](https://zitadel.com/docs/) [🧑💻 Blog](https://zitadel.com/blog) [📞 Contact](https://zitadel.com/contact/)**
|
||||
|
||||
## Get started
|
||||
|
||||
@@ -49,13 +49,13 @@ With ZITADEL you can rely on a hardened and extensible turnkey solution to solve
|
||||
|
||||
Deploying ZITADEL locally takes less than 3 minutes. So go ahead and give it a try!
|
||||
|
||||
* [Linux](https://docs.zitadel.com/docs/guides/deploy/linux)
|
||||
* [MacOS](https://docs.zitadel.com/docs/guides/deploy/macos)
|
||||
* [Docker compose](https://docs.zitadel.com/docs/guides/deploy/compose)
|
||||
* [Knative](https://docs.zitadel.com/docs/guides/deploy/knative)
|
||||
* [Kubernetes](https://docs.zitadel.com/docs/guides/deploy/kubernetes)
|
||||
* [Linux](https://zitadel.com/docs/guides/deploy/linux)
|
||||
* [MacOS](https://zitadel.com/docs/guides/deploy/macos)
|
||||
* [Docker compose](https://zitadel.com/docs/guides/deploy/compose)
|
||||
* [Knative](https://zitadel.com/docs/guides/deploy/knative)
|
||||
* [Kubernetes](https://zitadel.com/docs/guides/deploy/kubernetes)
|
||||
|
||||
See all guides [here](https://docs.zitadel.com/docs/guides/deploy/overview)
|
||||
See all guides [here](https://zitadel.com/docs/guides/deploy/overview)
|
||||
|
||||
> If you are interested to get professional support for your self-hosted ZITADEL [please reach out to us](https://zitadel.com/contact)!
|
||||
|
||||
@@ -71,11 +71,11 @@ Learn more about the [pay-as-you-go pricing](https://zitadel.com/pricing).
|
||||
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.
|
||||
|
||||
- [API-first approach](https://docs.zitadel.com/docs/apis/introduction)
|
||||
- Strong audit trail thanks to [event sourcing](https://docs.zitadel.com/docs/concepts/eventstore/overview) as storage pattern
|
||||
- [Actions](https://docs.zitadel.com/docs/concepts/features/actions) to react on events with custom code and extended ZITADEL for you needs
|
||||
- [Branding](https://docs.zitadel.com/docs/guides/manage/customize/branding) for a uniform user experience across multiple organizations
|
||||
- [Self-service](https://docs.zitadel.com/docs/concepts/features/selfservice) for end-users, business customers, and administrators
|
||||
- [API-first approach](https://zitadel.com/docs/apis/introduction)
|
||||
- Strong audit trail thanks to [event sourcing](https://zitadel.com/docs/concepts/eventstore/overview) as storage pattern
|
||||
- [Actions](https://zitadel.com/docs/concepts/features/actions) to react on events with custom code and extended ZITADEL for you needs
|
||||
- [Branding](https://zitadel.com/docs/guides/manage/customize/branding) for a uniform user experience across multiple organizations
|
||||
- [Self-service](https://zitadel.com/docs/concepts/features/selfservice) for end-users, business customers, and administrators
|
||||
- [CockroachDB](https://www.cockroachlabs.com/) or a [Postgres](https://www.postgresql.org/) database as reliable and widespread storage option
|
||||
|
||||
## Features
|
||||
@@ -84,16 +84,16 @@ Yet it offers everything you need for a customer identity (CIAM) use case.
|
||||
- Passwordless with FIDO2 support (Including Passkeys)
|
||||
- Username / Password
|
||||
- Multifactor authentication with OTP, U2F
|
||||
- [Identity Brokering](https://docs.zitadel.com/docs/guides/integrate/identity-brokering)
|
||||
- [Machine-to-machine (JWT profile)](https://docs.zitadel.com/docs/guides/integrate/serviceusers)
|
||||
- [Identity Brokering](https://zitadel.com/docs/guides/integrate/identity-brokering)
|
||||
- [Machine-to-machine (JWT profile)](https://zitadel.com/docs/guides/integrate/serviceusers)
|
||||
- Personal Access Tokens (PAT)
|
||||
- Role Based Access Control (RBAC)
|
||||
- [Delegate role management to third-parties](https://docs.zitadel.com/docs/guides/manage/console/projects)
|
||||
- [Self-registration](https://docs.zitadel.com/docs/concepts/features/selfservice#registration) including verification
|
||||
- [Self-service](https://docs.zitadel.com/docs/concepts/features/selfservice) for end-users, business customers, and administrators
|
||||
- [OpenID Connect certified](https://openid.net/certification/#OPs) => [OIDC Endpoints](https://docs.zitadel.com/docs/apis/openidoauth/endpoints), [OIDC Integration Guides](https://docs.zitadel.com/docs/guides/integrate/auth0-oidc)
|
||||
- [SAML 2.0](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html) => [SAML Endpoints](https://docs.zitadel.com/docs/apis/saml/endpoints), [SAML Integration Guides](https://docs.zitadel.com/docs/guides/integrate/auth0-saml)
|
||||
- [Postgres](https://docs.zitadel.com/docs/guides/manage/self-hosted/database#postgres) (version >= 14) or [CockroachDB](https://docs.zitadel.com/docs/guides/manage/self-hosted/database#cockroach) (version >= 22.0)
|
||||
- [Delegate role management to third-parties](https://zitadel.com/docs/guides/manage/console/projects)
|
||||
- [Self-registration](https://zitadel.com/docs/concepts/features/selfservice#registration) including verification
|
||||
- [Self-service](https://zitadel.com/docs/concepts/features/selfservice) for end-users, business customers, and administrators
|
||||
- [OpenID Connect certified](https://openid.net/certification/#OPs) => [OIDC Endpoints](https://zitadel.com/docs/apis/openidoauth/endpoints), [OIDC Integration Guides](https://zitadel.com/docs/guides/integrate/auth0-oidc)
|
||||
- [SAML 2.0](http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html) => [SAML Endpoints](https://zitadel.com/docs/apis/saml/endpoints), [SAML Integration Guides](https://zitadel.com/docs/guides/integrate/auth0-saml)
|
||||
- [Postgres](https://zitadel.com/docs/guides/manage/self-hosted/database#postgres) (version >= 14) or [CockroachDB](https://zitadel.com/docs/guides/manage/self-hosted/database#cockroach) (version >= 22.0)
|
||||
|
||||
Track upcoming features on our [roadmap](https://zitadel.com/roadmap).
|
||||
|
||||
@@ -101,13 +101,13 @@ Track upcoming features on our [roadmap](https://zitadel.com/roadmap).
|
||||
|
||||
### Quickstarts
|
||||
|
||||
Get started with your preferred language with our [Quickstarts](https://docs.zitadel.com/docs/examples/introduction).
|
||||
Get started with your preferred language with our [Quickstarts](https://zitadel.com/docs/examples/introduction).
|
||||
|
||||
> If you miss something please feel free to [join the Discussion](https://github.com/zitadel/zitadel/discussions/1717)
|
||||
|
||||
### Example applications
|
||||
|
||||
Clone one of our [example applications](https://docs.zitadel.com/docs/examples/introduction#clone-a-sample-project) or deploy them directly to Vercel.
|
||||
Clone one of our [example applications](https://zitadel.com/docs/examples/introduction#clone-a-sample-project) or deploy them directly to Vercel.
|
||||
|
||||
### OpenID Connect RP Libraries
|
||||
|
||||
@@ -127,7 +127,7 @@ As certified OpenID Provider, ZITADEL is compatible with any of the implementati
|
||||
| Python | 🚧 [WIP](https://github.com/zitadel/zitadel/issues/3675) | ❓ | ❓ | | TBD |
|
||||
| Javascript | ❓ | ❓ | ❓ | | Maybe you? |
|
||||
|
||||
(\*) Automatically authenticate service accounts with [JWT Profile](https://docs.zitadel.com/docs/apis/openidoauth/grant-types#json-web-token-jwt-profile).
|
||||
(\*) Automatically authenticate service accounts with [JWT Profile](https://zitadel.com/docs/apis/openidoauth/grant-types#json-web-token-jwt-profile).
|
||||
(\*\*) Automatically check if the access token is valid and claims match
|
||||
|
||||
## How To Contribute
|
||||
@@ -151,13 +151,13 @@ Use our login widget to allow easy and secure access to your applications and en
|
||||
- works on all modern platforms, devices, and browsers
|
||||
- phishing resistant alternative
|
||||
- requires only one gesture by the user
|
||||
- easy [enrollment](https://docs.zitadel.com/docs/manuals/user-profile) of the device during registration
|
||||
- easy [enrollment](https://zitadel.com/docs/manuals/user-profile) of the device during registration
|
||||
|
||||

|
||||
|
||||
### Admin Console
|
||||
|
||||
Use [Console](https://docs.zitadel.com/docs/manuals/introduction) or our [APIs](https://docs.zitadel.com/docs/apis/introduction) to setup organizations, projects and applications.
|
||||
Use [Console](https://zitadel.com/docs/manuals/introduction) or our [APIs](https://zitadel.com/docs/apis/introduction) to setup organizations, projects and applications.
|
||||
|
||||
[](http://www.youtube.com/watch?v=RPpHktAcCtk "Console Showcase")
|
||||
|
||||
|
Reference in New Issue
Block a user