mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 02:03:45 +00:00
27be460c07
* onboarding components, routing, steps * onboarding component, toc * fix onboarding mixin * header * refactor docs * fix layout * cleanup routing * docs routing * fix conventions * de en routing * docs, guide contents, nav * rem i18n support * fix routing from docs * rollup onwarn changes, preload * update svelte plugin, update rollup config * move docs * revert img style, remove code table * rem de completely * rollup optim, template * angular quickstart, quickstart overview page, update deps * fix link * pack, slug * prefetch binding, hidden links * export log * guards route ch * fix homepage * angular docs * docs * resolve fsh * overview * docs * docs * packages fix race condition * nav, home link * add vue, aspnet * doc optimizations * embed status pal * angular guide * angular guide * dotnet, angular guide * viewbox * typo * block onboarding route for non iam writers * set links from component data * fix: fetch org context in guard, more main cnt (#1192) * change get started guide, fix code blockquotes, typos * flutter guide * h2 spacing * highlight strong * plus * rm start sublinks * add proxy quickstart * regex * prevent outside click, fix project grant write Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Livio Amstutz <livio.a@gmail.com>
40 lines
2.4 KiB
Markdown
40 lines
2.4 KiB
Markdown
---
|
|
title: ZITADEL.ch
|
|
description: A quick-start reference to use our cloud instance zitadel.ch
|
|
---
|
|
|
|
### Use cloud instance zitadel.ch
|
|
|
|
To create a ZITADEL project, you have to register as an organization first. Click [here](https://accounts.zitadel.ch/register/org) to register.
|
|
You will receive an email prompting you to verify your mail.
|
|
Then go to your [Console Projects](https://console.zitadel.ch/projects) view and create a new project.
|
|
|
|
<div class="zitadel-gallery" itemscope itemtype="http://schema.org/ImageGallery">
|
|
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
|
|
<a href="img/accounts_org_register_light.png" itemprop="contentUrl" data-size="840x1398">
|
|
<img src="img/accounts_org_register_light.png" itemprop="thumbnail" alt="Organisation Overview" />
|
|
</a>
|
|
<figcaption itemprop="caption description">Organisation Register</figcaption>
|
|
</figure>
|
|
</div>
|
|
|
|
Now you can proceed adding [users](administrate#What_are_users) to your organization as well as integrating your applications. We refer to our administration [documentation](administrate#What_are_clients) as well as our [quickstarts](quickstarts) to do so.
|
|
|
|
#### Verify your domain name (optional)
|
|
|
|
If you verify a domain you get the benefit that your organisations users can use this domain as the **preferred logonname**. You find a more detailed explanation on [how ZITADEL handles usernames](administrate#How_ZITADEL_handles_usernames) here.
|
|
The verification process is documented [here](administrate#Verify_a_domain_name)
|
|
|
|
#### Elect Managers
|
|
|
|
ZITADEL allows you to give other users control over ZITADEL Console itself. This can be restricted to some kind of write and/or read. This can be especially useful for directing administration over several users. You can have managers able to edit project settings and others able to create/add users only.
|
|
Read the [administration](administrate#ZITADEL_Roles) guide for more information.
|
|
|
|
> Note: ZITADEL Managers are always located on the right sidepanel of console.
|
|
|
|
#### Integrating an application
|
|
|
|
After creating your project you can start integrating your applications.
|
|
After choosing your [project](https://console.zitadel.ch/projects) add a client application on the top of the page.
|
|
The wizard should provide some guidance what client is the proper for you. If you are still unsure consult our [Quickstart Guides](quickstarts).
|