Skip to content

Commit

Permalink
docs: access and ZITADEL
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Bühler committed Nov 30, 2023
1 parent d5dd762 commit a4ce658
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a4ce658

Please sign in to comment.