After looking at BOL, it would seem you can specify SQL Server authentication for the OPENROWSET command. For example:
OPENROWSET
(
'SQLOLEDB.1',
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=AdventureWorksDW;Data Source=localhost',
'SELECT TOP 1000...