diff --git a/openedx/core/djangoapps/oauth_dispatch/dot_overrides/validators.py b/openedx/core/djangoapps/oauth_dispatch/dot_overrides/validators.py index 16c8f5fd2c..61c00756e0 100644 --- a/openedx/core/djangoapps/oauth_dispatch/dot_overrides/validators.py +++ b/openedx/core/djangoapps/oauth_dispatch/dot_overrides/validators.py @@ -104,7 +104,8 @@ class EdxOAuth2Validator(OAuth2Validator): # .. toggle_implementation:DjangoSetting # .. toggle_description: If enabled, the user_id scope will be added to the default scopes for client_credentials grant type. # .. toggle_default: False - # .. toggle_use_case: Temporary Feature Flag + # .. toggle_use_cases: Temporary Feature Flag + # .. toggle_creation_date: 2024-03-16 # .. toggle_warnings: This feature flag is temporary and will be removed once the feature is fully tested. # .. toggle_ticket: https://2u-internal.atlassian.net/browse/ENT-8641 (toggle removal ticket) if settings.FEATURES.get('ENABLE_USER_ID_SCOPE', False):