/** {@inheritDoc} */
 public Set<String> validateAuthorizationScope(
     ClientRegistration clientRegistration, Set<String> scope, OAuth2Request request)
     throws ServerException, InvalidScopeException {
   return scopeValidator.scopeToPresentOnAuthorizationPage(
       scope, clientRegistration.getAllowedScopes(), clientRegistration.getDefaultScopes());
 }