Dex

Dex gRPC API

gRPC management API for Dex covering OAuth2 client lifecycle (Create, Get, Update, Delete, List), password management (Create, Update, Delete, List, Verify), identity provider connector management (Create, Update, Delete, List), refresh token listing and revocation, OpenID Connect discovery retrieval, and version reporting. The canonical schema lives in api/v2/api.proto in the dexidp/dex repository.

API entry from apis.yml

apis.yml Raw ↑
aid: dex:grpc-api
name: Dex gRPC API
description: gRPC management API for Dex covering OAuth2 client lifecycle (Create, Get, Update, Delete,
  List), password management (Create, Update, Delete, List, Verify), identity provider connector management
  (Create, Update, Delete, List), refresh token listing and revocation, OpenID Connect discovery retrieval,
  and version reporting. The canonical schema lives in api/v2/api.proto in the dexidp/dex repository.
humanURL: https://dexidp.io/docs/configuration/api/
baseURL: https://dexidp.io
tags:
- Authentication
- gRPC
- Identity
- Management API
- OIDC
properties:
- type: Documentation
  url: https://dexidp.io/docs/configuration/api/
- type: SourceCode
  url: https://github.com/dexidp/dex/blob/master/api/v2/api.proto
- type: Repository
  url: https://github.com/dexidp/dex