zitadel/site/docs/administrate/04-clients.en.md
Max Peintner 22d4c345be
docs: image gallery viewer (#905)
* add assets, photoswipe html element to body

* add single script, gallery for multiple items

* update docs for image gallery

* fix relative links

* inject image script on mount

* replace inline script

* remove facebook, twitter, pinterest sharing

* fix hover on share

* fix start img aspect radio, reduce size

* right align json script

* right align go script

* change script background
2020-10-26 13:03:51 +01:00

4.0 KiB

title
Clients

What are clients

Clients are applications who share the same security context and interface with an "authorization server". For example you could have a software project existing out of a web app and a mobile app, both of these application might consume the same roles because the end user might use both of them.

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.

OIDC Configuration

Document Settings

Create a client

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.

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, this is normally something like https://console.zitadel.ch/projects/78562301657017889

Manage Clients
Manage Clients

Click the New button and a wizard will appear which will guide you through the process.

Client Wizard 1
Client Wizard 1
Client Wizard 2
Client Wizard 2
Client Wizard 3
Client Wizard 3
Client Wizard 4
Client Wizard 4

When the wizard is complete, the clients configuration will be displayed and you can now use this client.

Client Wizard Complete
Client Wizard Complete