Create a user for the login in the same database as the stored procedures. Grant EXECUTE permission on the stored procedures to the user. If the stored procedures are all in the same schema and there are no stored procedures on which you don't want to grant permission in the same schema, you can grant EXECUTE permission on the schema instead to simplify administration.
John