feat(config): ✨ Add public client configuration to Dex
Adds a new public client configuration to Dex with a specified ID, name, and redirect URIs. This enhancement allows for public access to Dex, enabling easier integration with external applications.
This commit is contained in:
parent
cd2e6de499
commit
731cf160a9
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,11 @@ config:
|
|||
enablePasswordDB: false
|
||||
|
||||
staticClients:
|
||||
- id: public-client
|
||||
public: true
|
||||
name: 'Public Client'
|
||||
redirectURIs:
|
||||
- 'https://localhost/oidc/callback'
|
||||
- id: controller-argocd-dex
|
||||
name: ArgoCD Client
|
||||
redirectURIs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue