mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-15 04:44:14 +00:00
docs: improvement to semantics (#944)
* rename to overview * wip * wip * wip * wip * wip * wip * examples * ts example * wip with grafana * add grafana tutorial * screenshots and grafana * figure out oauth proxy * authz oauth proxy * move img * merge from master * reviewed documentation * reviewed documentation * wip * wip * wip * wip * wip * wip * examples * ts example * wip with grafana * screenshots and grafana * figure out oauth proxy * authz oauth proxy * move img * merge from master * cleaned up name for management roles * corrected small typo in code * Intro for orgs, spelling, ref to mgmt roles * removed inline comments * Update 00-quick-start.en.md * Update 02-organisations.en.md * Update site/docs/administrate/03-projects.en.md Co-authored-by: Florian Forster <florian@caos.ch> * Update 03-projects.en.md * Update 04-clients.en.md * Update site/docs/administrate/07-policies.en.md Co-authored-by: Florian Forster <florian@caos.ch> * Update 09-authorizations.en.md Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -4,9 +4,17 @@ title: Clients
|
||||
|
||||
### What are clients
|
||||
|
||||
Clients are applications who share the same security context and interface with an "authorization server".
|
||||
Clients are applications that share the same security context and interface with an "authorization server" (issuer of access tokens).
|
||||
|
||||
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.
|
||||
|
||||
Typical types of applications are:
|
||||
* Web
|
||||
* User Agent (Single-Page-Application)
|
||||
* Native
|
||||
|
||||
Check out our [Integration Guide](integrate#Overview) for more information.
|
||||
|
||||
### 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.
|
||||
@@ -71,4 +79,4 @@ When the wizard is complete, the clients configuration will be displayed and you
|
||||
</a>
|
||||
<figcaption itemprop="caption description">Client Wizard Complete</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user