Fix wording of configuration help text

This fixes a minor grammatical error in our federation configuration
help text.

Change-Id: Ie564eb499e5f3a6eec3d9a4e9e4bd5e57e69a92b
This commit is contained in:
Lance Bragstad 2017-07-20 17:58:26 +00:00
parent 025e844fc4
commit eabdf7126d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ remote_id_attribute = cfg.StrOpt(
'remote_id_attribute', 'remote_id_attribute',
help=utils.fmt(""" help=utils.fmt("""
Value to be used to obtain the entity ID of the Identity Provider from the Value to be used to obtain the entity ID of the Identity Provider from the
environment. For `mod_shib`, this would be `Shib-Identity-Provider`. For For environment. For `mod_shib`, this would be `Shib-Identity-Provider`. For
`mod_auth_openidc`, this could be `HTTP_OIDC_ISS`. For `mod_auth_mellon`, this `mod_auth_openidc`, this could be `HTTP_OIDC_ISS`. For `mod_auth_mellon`, this
could be `MELLON_IDP`. could be `MELLON_IDP`.
""")) """))