Skip to content

Commit

Permalink
Fixed dex connectors documentation link (argoproj#5573)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fritzler <[email protected]>
  • Loading branch information
afritzler authored Mar 2, 2021
1 parent 734f5c4 commit 519ac0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ running Dex (e.g. Okta, OneLogin, Auth0, Microsoft, etc...)
The optional, [Dex IDP OIDC provider](https://github.com/dexidp/dex) is still bundled as part of the
default installation, in order to provide a seamless out-of-box experience, enabling Argo CD to
integrate with non-OIDC providers, and to benefit from Dex's full range of
[connectors](https://github.com/dexidp/dex/tree/master/Documentation/connectors).
[connectors](https://dexidp.io/docs/connectors/).

#### OIDC group bindings to Project Roles
OIDC group claims from an OAuth2 provider can now be bound to a Argo CD project roles. Previously,
Expand Down
2 changes: 1 addition & 1 deletion docs/operator-manual/argocd-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:

# A dex connector configuration (optional). See SSO configuration documentation:
# https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/sso
# https://github.com/dexidp/dex/tree/master/Documentation/connectors
# https://dexidp.io/docs/connectors/
dex.config: |
connectors:
# GitHub example
Expand Down
2 changes: 1 addition & 1 deletion util/dex/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func replaceListSecrets(obj []interface{}, secretValues map[string]string) []int

// needsRedirectURI returns whether or not the given connector type needs a redirectURI
// Update this list as necessary, as new connectors are added
// https://github.com/dexidp/dex/tree/master/Documentation/connectors
// https://dexidp.io/docs/connectors/
func needsRedirectURI(connectorType string) bool {
switch connectorType {
case "oidc", "saml", "microsoft", "linkedin", "gitlab", "github", "bitbucket-cloud", "openshift":
Expand Down

0 comments on commit 519ac0d

Please sign in to comment.