grammar change. added an 'if' (#1465)

This commit is contained in:
Ryan Fernandes 2019-04-15 16:19:11 -04:00 committed by dthomson25
parent 0726ee8995
commit ad22949925

View file

@ -5,7 +5,7 @@
Argo CD does not have any local users other than the built-in `admin` user. All other users are
expected to login via SSO. There are two ways that SSO can be configured:
* Bundled Dex OIDC provider - use this option your current provider does not support OIDC (e.g. SAML,
* Bundled Dex OIDC provider - use this option if your current provider does not support OIDC (e.g. SAML,
LDAP) or if you wish to leverage any of Dex's connector features (e.g. the ability to map GitHub
organizations and teams to OIDC groups claims).