Update documentation

This commit is contained in:
Phu Kieu 2017-04-06 10:54:32 -07:00
parent 217b5ca2c7
commit 8c0eb67ecd

View file

@ -37,7 +37,13 @@ connectors:
# To skip signature validation, uncomment the following field. This should # To skip signature validation, uncomment the following field. This should
# only be used during testing and may be removed in the future. # only be used during testing and may be removed in the future.
# #
# insucreSkipSignatureValidation: true # insecureSkipSignatureValidation: true
# Optional: Issuer value for AuthnRequest
entityIssuer: https://dex.example.com/callback
# Optional: Issuer value for SAML Response
ssoIssuer: https://saml.example.com/sso
# Dex's callback URL. Must match the "Destination" attribute of all responses # Dex's callback URL. Must match the "Destination" attribute of all responses
# exactly. # exactly.