diff --git a/keystone/conf/federation.py b/keystone/conf/federation.py index 44517b54fc..fa3d57df58 100644 --- a/keystone/conf/federation.py +++ b/keystone/conf/federation.py @@ -36,7 +36,7 @@ remote_id_attribute = cfg.StrOpt( 'remote_id_attribute', help=utils.fmt(""" 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 could be `MELLON_IDP`. """))