Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 840 Bytes

OAuth2OIDC-dex.md

File metadata and controls

9 lines (6 loc) · 840 Bytes

Configuring Dex as an OIDC provider

This document explains how to configure Dex as an OIDC provider (check general information and pre-requisites for using an OAuth2/OIDC Provider with Kubeapps).

For Dex, you can find the parameters that you need to set in the configuration (a ConfigMap if Dex is deployed within the cluster) that the server reads the configuration from. Note that since Dex is only a connector you need to configure it with some third-party credentials that may be a client-id and client-secret as well. Don't confuse those credentials with the ones of the application that you can find under the staticClients section.