cmd/dex: make connector name field mandatory in dex configuration.

This commit is contained in:
rithu john
2017-01-23 15:14:41 -08:00
parent 613d160ad9
commit 31e8009441
4 changed files with 11 additions and 0 deletions

View File

@@ -19,7 +19,10 @@ The connector doesn't support refresh tokens since the SAML 2.0 protocol doesn't
```yaml
connectors:
- type: samlExperimental # will be changed to "saml" later without support for the "samlExperimental" value
# Required field for connector id.
id: saml
# Required field for connector name.
name: SAML
config:
# Issuer used for validating the SAML response.
issuer: https://saml.example.com