Module zitadel::credentials

source ·
Expand description

Module that contains credentials for ZITADEL. This module allows accessing the ZITADEL API or using ZITADEL as an OIDC provider. Can be used in conjunction with the gRPC service clients to access the API.

Structs§

  • Application for ZITADEL. An application is an OIDC application type that allows a backend (for example an API for some single page application) to check if sent credentials from a client are valid or not.
  • Options for service account authentication. Allows customization of the provided OIDC scopes and discovery options. If api_access is set, the service account contains the special scope to access the ZITADEL API.
  • A service account for ZITADEL. The service account can be loaded from a valid JSON string or from a file containing the JSON string. The account is used to communicate with the ZITADEL API and may serve as access token provider for a gRPC service client.

Enums§