2020-10-16 12:13:02 +00:00
---
title: Clients
---
### What are clients
Clients are applications who share the same security context and interface with an "authorization server".
2020-10-26 12:54:29 +00:00
For example you could have a software project existing out of a web app and a mobile app, both of these applications might consume the same roles because the end user might use both of them.
2020-10-16 12:13:02 +00:00
### Manage clients
Clients might use different protocols for integrating with an IAM. With ZITADEL it is possible to use OpenID Connect 1.0 / OAuth 2.0. In the future SAML 2.0 support is planned as well.
2020-10-22 15:12:59 +00:00
#### OIDC Configuration
2020-10-16 12:13:02 +00:00
2020-10-22 15:12:59 +00:00
> Document Settings
### Create a client
2020-10-16 12:13:02 +00:00
To make configuration of a client easy we provide a wizard which generates a specification conferment setup.
The wizard can be skipped for people who are needing special settings.
2020-10-22 15:12:59 +00:00
> For use cases where your configuration is not compliant we provide you a "dev mode" which disables conformance checks.
To create a new client start by browsing to your [project ](administrate#Projects ), this is normally something like [https://console.zitadel.ch/projects/78562301657017889 ](https://console.zitadel.ch/projects/78562301657017889 )
2020-10-26 12:03:51 +00:00
< div class = "zitadel-gallery" itemscope itemtype = "http://schema.org/ImageGallery" >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_projects_my_first_project.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_projects_my_first_project.png" itemprop = "thumbnail" alt = "Manage Clients" / >
< / a >
< figcaption itemprop = "caption description" > Manage Clients< / figcaption >
< / figure >
< / div >
2020-10-22 15:12:59 +00:00
Click the **New** button and a wizard will appear which will guide you through the process.
2020-10-26 12:03:51 +00:00
< div class = "zitadel-gallery" itemscope itemtype = "http://schema.org/ImageGallery" >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_clients_my_first_spa_wizard_1.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_clients_my_first_spa_wizard_1.png" itemprop = "thumbnail" alt = "Client Wizard 1" / >
< / a >
< figcaption itemprop = "caption description" > Client Wizard 1< / figcaption >
< / figure >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_clients_my_first_spa_wizard_2.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_clients_my_first_spa_wizard_2.png" itemprop = "thumbnail" alt = "Client Wizard 2" / >
< / a >
< figcaption itemprop = "caption description" > Client Wizard 2< / figcaption >
< / figure >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_clients_my_first_spa_wizard_3.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_clients_my_first_spa_wizard_3.png" itemprop = "thumbnail" alt = "Client Wizard 3" / >
< / a >
< figcaption itemprop = "caption description" > Client Wizard 3< / figcaption >
< / figure >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_clients_my_first_spa_wizard_4.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_clients_my_first_spa_wizard_4.png" itemprop = "thumbnail" alt = "Client Wizard 4" / >
< / a >
< figcaption itemprop = "caption description" > Client Wizard 4< / figcaption >
< / figure >
< / div >
2020-10-22 15:12:59 +00:00
When the wizard is complete, the clients configuration will be displayed and you can now use this client.
2020-10-26 12:03:51 +00:00
< div class = "zitadel-gallery" itemscope itemtype = "http://schema.org/ImageGallery" >
< figure itemprop = "associatedMedia" itemscope itemtype = "http://schema.org/ImageObject" >
< a href = "img/console_clients_my_first_spa_config.png" itemprop = "contentUrl" data-size = "1920x1080" >
< img src = "img/console_clients_my_first_spa_config.png" itemprop = "thumbnail" alt = "Client Wizard Complete" / >
< / a >
< figcaption itemprop = "caption description" > Client Wizard Complete< / figcaption >
< / figure >
< / div >