v1
latestOpenAPI 3.0.12026-07-23429391.9 KBGet Dex client credentials
Returns a map of Dex client IDs to their secrets. Use the value for key kubernetes as the client_secret in the next step.
Prerequisite: You must first obtain a Keystone token. See the Keystone Authentication page for details.
get/resmgr/v2/dexclients
Headers
x-auth-tokenstring required
Keystone token obtained from /keystone/v3/auth/tokens.
Response
Map of client ID to client secret.
DexClientMap required
Map of Dex client ID to client secret. Each key is a client_id; the corresponding value is its client_secret.