From a4ce658d1a25490e6838bf38171db1b25d09d7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Thu, 30 Nov 2023 14:43:14 +0100 Subject: [PATCH] docs: access and ZITADEL --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a649a88..99ca3d4 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ is done via OIDC and the API expects a valid JWT/Opaque token in the The API is deployed on Google Cloud Run. Swagger / OpenAPI Documentation is available. -TBD. +Access the documentation on the following URL: +[https://mumble-api-prod-4cxdci3drq-oa.a.run.app/index.html](https://mumble-api-prod-4cxdci3drq-oa.a.run.app/index.html) + +## Using own frontend + +All authenticated calls require a valid opaque OIDC token. To get a token, +you receive a ZITADEL organization and a project grant to your organization. +You then may configure your application by yourself and use the API with the +fetched tokens.